Skip to content

Commit

Permalink
tag version 1.8.2-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Dec 16, 2019
1 parent 9f482df commit 6bc4eda
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-beta
* Version: 1.8.2-beta2
* 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-beta
* @version 1.8.2-beta2
*/

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

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,6 +68,10 @@ Yes. Users with the 'manage_capabilities' capability can edit roles. This Capabi

== Changelog ==

= 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

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

Expand Down

0 comments on commit 6bc4eda

Please sign in to comment.