Skip to content

Commit

Permalink
Tag version 1.8.2-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Dec 20, 2019
1 parent 978e066 commit 1aad542
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions capsman-enhanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Capability Manager Enhanced
* Plugin URI: https://publishpress.com
* Description: Manage WordPress role definitions, per-site or network-wide. Organizes post capabilities by post type and operation.
* Version: 1.8.2-beta2
* Version: 1.8.2-beta3
* Author: PublishPress
* Author URI: https://publishpress.com
* Text Domain: capsman-enhanced
Expand All @@ -23,12 +23,12 @@
* @copyright Copyright (C) 2009, 2010 Jordi Canals; modifications Copyright (C) 2019 PublishPress
* @license GNU General Public License version 3
* @link https://publishpress.com
* @version 1.8.2-beta2
* @version 1.8.2-beta3
*/

if ( ! defined( 'CAPSMAN_VERSION' ) ) {
define( 'CAPSMAN_VERSION', '1.8.2-beta2' );
define( 'CAPSMAN_ENH_VERSION', '1.8.2-beta2' );
define( 'CAPSMAN_VERSION', '1.8.2-beta3' );
define( 'CAPSMAN_ENH_VERSION', '1.8.2-beta3' );
}

if ( cme_is_plugin_active( 'capsman.php' ) ) {
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,13 @@ Yes. Users with the 'manage_capabilities' capability can edit roles. This Capabi

== Changelog ==

= 1.8.2-beta3 =
* Fixed : Multisite - On sub-sites, Role Capabilities screen did not display PublishPress Capabilities section to Super Administrators who don't have a role on the site

= 1.8.2-beta2 =
* Fixed : Role name captions on Role Capabilities and Backup Tool screens could not be translated
* Fixed : Checkbox bulk selection on Role Capabilities screen was incorrect under some conditions
* Change : Apply workaround filters for WordPress edit_published_posts / publish_posts handling only for users who have edit_published_posts capability for current post type

= 1.8.2-beta =
* Change : Reinstate WordPress edit_published_posts workaround with correct status filtering behavior
Expand Down

0 comments on commit 1aad542

Please sign in to comment.