diff --git a/press-permit-core.php b/press-permit-core.php index fd6960bc..fa03a0c8 100644 --- a/press-permit-core.php +++ b/press-permit-core.php @@ -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.1 + * Version: 3.0.2-beta * Text Domain: press-permit-core * Domain Path: /languages/ * Min WP Version: 4.9.7 @@ -91,7 +91,7 @@ function() return; } - define('PRESSPERMIT_VERSION', '3.0.1'); + define('PRESSPERMIT_VERSION', '3.0.2-beta'); require_once(__DIR__ . '/includes/Core.php'); new \PublishPress\Permissions\Core(); diff --git a/readme.txt b/readme.txt index 81dcb69c..684c9617 100644 --- a/readme.txt +++ b/readme.txt @@ -48,7 +48,7 @@ PublishPress Permissions [Pro](https://publishpress.com/presspermit/) is [availa == Upgrade Notice == -= 3.0.1 = += 3.0.2 = Press Permit Core + PP extension users: download PublishPress Permissions Pro from publishpress.com instead of upgrading to this version. = 2.1.14 = @@ -56,6 +56,10 @@ Initial production release == Changelog == += 3.0.2-beta = +* 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 + = 3.0.1 - 28 Feb 2020 = * Fixed : RTL languages - PP Permissions plugin screens were offset to the right, with the Save button and/or captions out of view * Fixed : Featured Images were not properly attached to post if they have an alt text value