Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
saularis committed Sep 12, 2019
1 parent 30c4c1b commit c027f31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wpsite-post-status-notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit c027f31

Please sign in to comment.