Plugin Directory

Changeset 2754066


Ignore:
Timestamp:
07/09/2022 03:49:34 PM (4 years ago)
Author:
softmodeling
Message:

Tested up to WP 6.0

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

Legend:

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

    r2623593 r2754066  
    11=== Comment Admin Notifier ===
    22Contributors: softmodeling
    3 Tags: comments, email, admin, alert, comment, notification, notify, discussion
     3Tags: comments, email, admin, alert, comment, notification, discussion
    44Requires at least: 4.3
    5 Tested up to: 5.8.1
     5Tested up to: 6.0
    66Requires PHP: 5.6
    77Stable tag: trunk
     
    2929== Changelog ==
    3030
     31= 1.1.3 =
     32* Tested plugin compatibility with WordPress 6.0
     33
    3134= 1.1.2 =
    3235* Tested plugin compatibility with WordPress 5.8
     
    4447== Upgrade Notice ==
    4548
     49= 1.1.3 =
     50* Tested plugin compatibility with WordPress 6.0
     51
    4652= 1.1.2 =
    4753* Tested plugin compatibility with WordPress 5.8
  • comment-admin-notifier/trunk/comment-admin-notifier.php

    r2623593 r2754066  
    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.2
     13 * Version:           1.1.3
    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.1.2' );
     40define( 'COMMENT_ADMIN_NOTIFIER', '1.1.3' );
    4141
    4242
Note: See TracChangeset for help on using the changeset viewer.