diff --git a/readme.txt b/readme.txt index e5dfb5e..828fa3a 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Post Status Notifications === -Contributors: 99robots, kjbenk, charliepatel +Contributors: 99robots, charliepatel Donate link: Tags: post status, status, status notification, post notification, email notification, post status notification, notifier, contributors, submit for review, pending status, pending posts, published posts, contributions, post message, article submissions, admin notifications, editor notifications, contributor notification, post email, editorial workflow, edit flow Requires at least: 4.5 -Tested up to: 4.9.6 -Stable tag: 3.1.0 +Tested up to: 5.2.3 +Stable tag: 3.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -62,6 +62,9 @@ Similar to all other plugins, follow these instructions: == Changelog == += 3.1.1 = 2019-09-12 +* Made compatible with WordPress 5.2.3 + = 3.1.0 = 2018-06-14 * ADDED: From Name for notification emails. Previously the name was defaulted to use WordPress. Now it fetches the Site Name, and it can be changed as per the user's choice. * Made compatible with WordPress 4.9.6 diff --git a/wpsite-post-status-notification.php b/wpsite-post-status-notification.php index 73856b5..aeddc43 100644 --- a/wpsite-post-status-notification.php +++ b/wpsite-post-status-notification.php @@ -3,7 +3,7 @@ * Plugin Name: Post Status Notifications * Plugin URI: http://www.99robots.com/plugin/post-status-notifications * Description: Send post status notifications by email to Administrators and Contributors when posts are submitted for review or published. Great for multi-author sites to improve editorial workflow. - * Version: 3.1.0 + * Version: 3.1.1 * Author: 99 Robots * Author URI: https://www.99robots.com * License: GPL2 @@ -26,7 +26,7 @@ class WPSite_Post_Status_Notifications { * WPSite_Post_Status_Notifications version. * @var string */ - public $version = '3.1.0'; + public $version = '3.1.1'; /** * The single instance of the class.