Changeset 2754066
- Timestamp:
- 07/09/2022 03:49:34 PM (4 years ago)
- Location:
- comment-admin-notifier/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
comment-admin-notifier.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-admin-notifier/trunk/README.txt
r2623593 r2754066 1 1 === Comment Admin Notifier === 2 2 Contributors: softmodeling 3 Tags: comments, email, admin, alert, comment, notification, notify,discussion3 Tags: comments, email, admin, alert, comment, notification, discussion 4 4 Requires at least: 4.3 5 Tested up to: 5.8.15 Tested up to: 6.0 6 6 Requires PHP: 5.6 7 7 Stable tag: trunk … … 29 29 == Changelog == 30 30 31 = 1.1.3 = 32 * Tested plugin compatibility with WordPress 6.0 33 31 34 = 1.1.2 = 32 35 * Tested plugin compatibility with WordPress 5.8 … … 44 47 == Upgrade Notice == 45 48 49 = 1.1.3 = 50 * Tested plugin compatibility with WordPress 6.0 51 46 52 = 1.1.2 = 47 53 * Tested plugin compatibility with WordPress 5.8 -
comment-admin-notifier/trunk/comment-admin-notifier.php
r2623593 r2754066 11 11 * Plugin URI: https://github.com/jcabot/comment-admin-notifier 12 12 * Description: Enables admin users to be notified about all new published comments (even if they're not the authors of the posts) 13 * Version: 1.1. 213 * Version: 1.1.3 14 14 * Author: Jordi Cabot 15 15 * Author URI: https://seriouswp.com/ … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 define( 'COMMENT_ADMIN_NOTIFIER', '1.1. 2' );40 define( 'COMMENT_ADMIN_NOTIFIER', '1.1.3' ); 41 41 42 42
Note: See TracChangeset
for help on using the changeset viewer.