Plugin Directory

Changeset 2274278


Ignore:
Timestamp:
04/02/2020 05:39:38 PM (6 years ago)
Author:
softmodeling
Message:

Tested up to 5.4

Location:
comment-admin-notifier/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • comment-admin-notifier/trunk/README.txt

    r2031250 r2274278  
    11=== Comment Admin Notifier ===
    22Contributors: softmodeling
    3 Tags: comments, email, admin, alert, mail, comment, notification
     3Tags: comments, email, admin, alert, comment, notification, notify, discussion
    44Requires at least: 4.3
    5 Tested up to: 5.0.3
     5Tested up to: 5.4
    66Requires PHP: 5.6
    77Stable tag: trunk
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Admin users get an email alert every time a new comment is posted on ANY post in the site
     11When this plugin is installed, admin users get an email alert every time a new comment is posted on ANY post in the site
    1212
    1313== Description ==
     
    2727== Changelog ==
    2828
     29= 1.1.1 =
     30* Tested plugin compatibility with WordPress 5.4
     31
    2932= 1.1 =
    3033* Plugin compatibility tested with WordPress 5.0
     
    3639== Upgrade Notice ==
    3740
     41= 1.1.1 =
     42* Tested plugin compatibility with WordPress 5.4
     43
    3844= 1.1 =
    3945* Tested plugin compatibility with WordPress 5.0
  • comment-admin-notifier/trunk/comment-admin-notifier.php

    r2031255 r2274278  
    1111 * Plugin URI:        https://github.com/jcabot/comment-admin-notifier
    1212 * 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.0
     13 * Version:           1.1.1
    1414 * Author:            Jordi Cabot
    1515 * Author URI:        https://seriouswp.com/
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define( 'COMMENT_ADMIN_NOTIFIER', '1.0.0' );
     40define( 'COMMENT_ADMIN_NOTIFIER', '1.1.1' );
    4141
    4242
Note: See TracChangeset for help on using the changeset viewer.