Plugin Directory

Changeset 3201841


Ignore:
Timestamp:
12/03/2024 04:34:57 PM (16 months ago)
Author:
zhuyi
Message:

Corrected bbpress plugin tips feed, Support wordpress 6.7.1

Location:
bbpress-notification/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bbpress-notification/trunk/bbpress-notification.php

    r3013035 r3201841  
    44Plugin URI:  https://www.bbp.design/product/bbpress-notification-pluginfree/
    55Description: Send new topic and reply notification to admin email automatically.
    6 Version: 1.4.3
     6Version: 1.4.5
    77Author: https://www.bbp.design/
    88Author URI: https://www.bbp.design/
     
    297297                                        <div class="inside" style='padding-left:10px;'>
    298298                            <?php
    299                                 wp_widget_rss_output('https://tomas.zhu.bz/feed/', array(
     299                                wp_widget_rss_output('https://bbp.design/feed/', array(
    300300                                'items' => 3,
    301301                                'show_summary' => 0,
  • bbpress-notification/trunk/readme.txt

    r3013035 r3201841  
    55Tags:bbpress, notification, mail, alert, topic, reply
    66Requires at least: 2.0
    7 Tested up to: 6.4.2
    8 Stable tag: 1.4.3
     7Tested up to: 6.7.1
     8Stable tag: 1.4.5
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5353
    5454== Changelog ==
     55= Version 1.4.5 =
     56>[Corrected bbpress plugin tips feed, Support wordpress 6.7.1, detailed document can be found at here](https://www.bbp.design/new-version-released-corrected-wordpress-tips-feed-bbpress-notification-plugin-1-4-5/)
     57
     58
     59
    5560= Version 1.4.3 =
    56 >[Improved the ability to monitor bbpress post replies and send email notifications, bbPress notification plugin 1.4.3 released, detailed document can be found at here](https://www.bbp.design/improved-the-ability-to-monitor-bbpress-post-replies-and-send-email-notifications-bbpress-notification-plugin-1-4-3-released/)
     61Based on users feedback: "For Reply Notification emails, in the Body of the email, it should show the reply author, but instead it shows the name of the person who created the topic"
    5762
    5863= Version 1.4.1 =
Note: See TracChangeset for help on using the changeset viewer.