Changeset 3201841
- Timestamp:
- 12/03/2024 04:34:57 PM (16 months ago)
- Location:
- bbpress-notification/trunk
- Files:
-
- 2 edited
-
bbpress-notification.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bbpress-notification/trunk/bbpress-notification.php
r3013035 r3201841 4 4 Plugin URI: https://www.bbp.design/product/bbpress-notification-pluginfree/ 5 5 Description: Send new topic and reply notification to admin email automatically. 6 Version: 1.4. 36 Version: 1.4.5 7 7 Author: https://www.bbp.design/ 8 8 Author URI: https://www.bbp.design/ … … 297 297 <div class="inside" style='padding-left:10px;'> 298 298 <?php 299 wp_widget_rss_output('https:// tomas.zhu.bz/feed/', array(299 wp_widget_rss_output('https://bbp.design/feed/', array( 300 300 'items' => 3, 301 301 'show_summary' => 0, -
bbpress-notification/trunk/readme.txt
r3013035 r3201841 5 5 Tags:bbpress, notification, mail, alert, topic, reply 6 6 Requires at least: 2.0 7 Tested up to: 6. 4.28 Stable tag: 1.4. 37 Tested up to: 6.7.1 8 Stable tag: 1.4.5 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 53 53 54 54 == 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 55 60 = 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/) 61 Based 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" 57 62 58 63 = Version 1.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.