Skip to content

Commit

Permalink
Tag version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Mar 5, 2020
1 parent 8cdfa1f commit 81ebf60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0.2-rc
* Version: 3.0.2
* 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.0.2-rc');
define('PRESSPERMIT_VERSION', '3.0.2');

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

Expand Down Expand Up @@ -56,7 +56,7 @@ Initial production release

== Changelog ==

= 3.0.2 =
= 3.0.2 - 5 Mar 2020 =
* Feature : Option to apply Publish exceptions separate from Edit exceptions (Permissions > Settings > Advanced > Permissions Admin). Previously available by constant definition.
* Compat : Divi Page Builder - Non-editors with page-specific editing exceptions could not access some fields within the Divi editor
* Fixed : Import module - corrections to import of RS Category Restrictions on the Post Contributor, Post Author and Post Editor roles
Expand Down

0 comments on commit 81ebf60

Please sign in to comment.