Skip to content

Commit

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

require_once(__DIR__ . '/includes/Core.php');
new \PublishPress\Permissions\Core();
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,18 @@ 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 =
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
Expand Down

0 comments on commit a4b354f

Please sign in to comment.