From 6bc4edab72763bd0e2daae5336be8729dff96263 Mon Sep 17 00:00:00 2001 From: Kevin Behrens <43488774+agapetry@users.noreply.github.com> Date: Mon, 16 Dec 2019 16:07:58 -0500 Subject: [PATCH] tag version 1.8.2-beta2 --- capsman-enhanced.php | 8 ++++---- readme.txt | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/capsman-enhanced.php b/capsman-enhanced.php index 72cbdeb3..0fa559c7 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-beta + * Version: 1.8.2-beta2 * 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-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' ) ) { diff --git a/readme.txt b/readme.txt index 744a1445..025740e1 100644 --- a/readme.txt +++ b/readme.txt @@ -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