Skip to content

Commit

Permalink
= 3.1.9 = 2022-08-05
Browse files Browse the repository at this point in the history
* Made compatible with WordPress 6.0.1
  • Loading branch information
f0rsakenHere committed Aug 5, 2022
1 parent 9552855 commit e9ee0ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: 99robots, charliepatel, DraftPress
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.9
Tested up to: 5.8.1
Stable tag: 3.1.8
Tested up to: 6.0.1
Stable tag: 3.1.9
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.9 = 2022-08-05
* Made compatible with WordPress 6.0.1

= 3.1.8 = 2021-09-15
* Made compatible with WordPress 5.8.1

Expand Down
6 changes: 3 additions & 3 deletions wpsite-post-status-notification.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php

/**
* Plugin Name: Post Status Notifications
* Plugin URI: http://www.draftpress.com/products
* 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.8
* Version: 3.1.9
* Author: DraftPress
* Author URI: https://www.draftpress.com
* License: GPL2
Expand All @@ -26,7 +27,7 @@ class WPSite_Post_Status_Notifications
* WPSite_Post_Status_Notifications version.
* @var string
*/
public $version = '3.1.8';
public $version = '3.1.9';

/**
* The single instance of the class.
Expand Down Expand Up @@ -187,7 +188,6 @@ public static function instance()
*/
private function __construct()
{

}

/**
Expand Down

0 comments on commit e9ee0ab

Please sign in to comment.