From ddd059bdc305a0676c5633a2a038b3f62cd7158a Mon Sep 17 00:00:00 2001 From: Kevin Behrens <43488774+agapetry@users.noreply.github.com> Date: Mon, 23 Dec 2019 11:15:15 -0500 Subject: [PATCH] Tag version 2.8.8 --- press-permit-core.php | 5 +++-- readme.txt | 13 +++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/press-permit-core.php b/press-permit-core.php index a2f5bc95..2750d9c3 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: 2.8.7 + * Version: 2.8.8 * Text Domain: press-permit-core * Domain Path: /languages/ * Min WP Version: 4.9.7 @@ -90,7 +90,8 @@ function() ) { return; } - define('PRESSPERMIT_VERSION', '2.8.7'); + + define('PRESSPERMIT_VERSION', '2.8.8'); require_once(__DIR__ . '/includes/Core.php'); new \PublishPress\Permissions\Core(); diff --git a/readme.txt b/readme.txt index d6dfcf0a..9d4a6518 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: publishpress, kevinB, stevejburge, andergmartins Tags: restrict, access, permissions, cms, user, private, category, pages, privacy, capabilities, role, scoper Requires at least: 4.9.7 -Tested up to: 5.3 +Tested up to: 5.3.2 Requires PHP: 5.6.20 -Stable tag: 2.8.7 +Stable tag: 2.8.8 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -47,7 +47,7 @@ PressPermit [Pro](https://publishpress.com/presspermit/) is [available](https:// == Upgrade Notice == -= 2.8.7 = += 2.8.8 = Pro users: download PressPermit Pro from publishpress.com before upgrading to this version. = 2.1.14 = @@ -55,7 +55,7 @@ Initial production release == Changelog == -= 2.8.8-beta = += 2.8.8 - 23 Dec 2019 = * Compat : Themes that break Gutenberg by making meta boxes steal screen space from editor * Fixed : Avoid PHP warnings or unexpected behavior if a post is improperly stored with a zero ID @@ -82,6 +82,11 @@ Initial production release * Change : Plugins screen - Put Settings link next to Activate / Deactivate (was in plugin description area) * Change : Added PublishPress footer to plugin screens += 2.8 - 2 Oct 2019 = +* Fixed : Category / Term listing: after clicking Universal Exceptions link, category links led to edit screen for type-specific exceptions +* Change : On Permissions > Groups list, change "Group" filter link to "Custom Group" +* Change : Added PublishPress footer to plugin screens + = 2.7.14 - 13 Sep 2019 = * Fixed : Exceptions assigned for "All" post types and "Only these" categories blocked access to all categories * Change : Work around unexplained class loading error on early user_has_cap filtering with CAS integration