diff --git a/capsman-enhanced.php b/capsman-enhanced.php index 0fa559c7..d42149d4 100644 --- a/capsman-enhanced.php +++ b/capsman-enhanced.php @@ -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 @@ -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' ) ) { diff --git a/readme.txt b/readme.txt index 025740e1..d49466f5 100644 --- a/readme.txt +++ b/readme.txt @@ -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