Skip to content

Commit

Permalink
Tag version 2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Dec 23, 2019
1 parent 7a490ec commit ddd059b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 3 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: 2.8.7
* Version: 2.8.8
* Text Domain: press-permit-core
* Domain Path: /languages/
* Min WP Version: 4.9.7
Expand Down Expand Up @@ -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();
Expand Down
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -47,15 +47,15 @@ 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 =
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

Expand All @@ -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
Expand Down

0 comments on commit ddd059b

Please sign in to comment.