Skip to content

Commit

Permalink
Tag version 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Apr 23, 2020
1 parent 231578b commit 15e7648
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions press-permit-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Advanced yet accessible content permissions. Give users or groups type-specific roles. Enable or block access for specific posts or terms.
* Author: PublishPress
* Author URI: https://publishpress.com/
* Version: 3.1.4-beta
* Version: 3.1.4
* Text Domain: press-permit-core
* Domain Path: /languages/
* Min WP Version: 4.9.7
Expand Down Expand Up @@ -91,7 +91,7 @@ function()
return;
}

define('PRESSPERMIT_VERSION', '3.1.4-beta');
define('PRESSPERMIT_VERSION', '3.1.4');

require_once(__DIR__ . '/includes/Core.php');
new \PublishPress\Permissions\Core();
Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: restrict, access, permissions, cms, user, private, category, pages, privac
Requires at least: 4.9.7
Tested up to: 5.4
Requires PHP: 5.6.20
Stable tag: 3.1.2
Stable tag: 3.1.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -123,13 +123,14 @@ PublishPress Permissions creates and uses the following tables: pp_groups, pp_gr

== Upgrade Notice ==

= 3.1.3 =
= 3.1.4 =
Press Permit Core + PP extension users: download PublishPress Permissions Pro from publishpress.com instead of upgrading to this version.

== Changelog ==

= 3.1.4-beta =
= 3.1.4 - 23 Apr 2020 =
* Compat : PublishPress Revisions - Support suppression of Permissions metaboxes on Edit Revision screen
* Compat : Nested Pages - Error on Nav Menu edit

= 3.1.3 - 6 Apr 2020 =
* Fixed : Possible fatal error loading Permissions screens on a small percentage of installations
Expand Down

0 comments on commit 15e7648

Please sign in to comment.