Changeset 2274278
- Timestamp:
- 04/02/2020 05:39:38 PM (6 years ago)
- Location:
- comment-admin-notifier/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (4 diffs)
-
comment-admin-notifier.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-admin-notifier/trunk/README.txt
r2031250 r2274278 1 1 === Comment Admin Notifier === 2 2 Contributors: softmodeling 3 Tags: comments, email, admin, alert, mail, comment, notification3 Tags: comments, email, admin, alert, comment, notification, notify, discussion 4 4 Requires at least: 4.3 5 Tested up to: 5. 0.35 Tested up to: 5.4 6 6 Requires PHP: 5.6 7 7 Stable tag: trunk … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Admin users get an email alert every time a new comment is posted on ANY post in the site11 When this plugin is installed, admin users get an email alert every time a new comment is posted on ANY post in the site 12 12 13 13 == Description == … … 27 27 == Changelog == 28 28 29 = 1.1.1 = 30 * Tested plugin compatibility with WordPress 5.4 31 29 32 = 1.1 = 30 33 * Plugin compatibility tested with WordPress 5.0 … … 36 39 == Upgrade Notice == 37 40 41 = 1.1.1 = 42 * Tested plugin compatibility with WordPress 5.4 43 38 44 = 1.1 = 39 45 * Tested plugin compatibility with WordPress 5.0 -
comment-admin-notifier/trunk/comment-admin-notifier.php
r2031255 r2274278 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. 013 * Version: 1.1.1 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. 0.0' );40 define( 'COMMENT_ADMIN_NOTIFIER', '1.1.1' ); 41 41 42 42
Note: See TracChangeset
for help on using the changeset viewer.