From bfb59a14a3b087e6fa877c1cbd905a0cb16314cc Mon Sep 17 00:00:00 2001 From: Nick Diego Date: Sun, 5 Feb 2023 20:46:04 -0600 Subject: [PATCH] Version bump and update readme. --- block-visibility.php | 2 +- package.json | 2 +- readme.txt | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/block-visibility.php b/block-visibility.php index 6fa1a0ba..84e877b3 100644 --- a/block-visibility.php +++ b/block-visibility.php @@ -3,7 +3,7 @@ * Plugin Name: Block Visibility * Plugin URI: https://www.blockvisibilitywp.com/ * Description: Provides visibility controls and scheduling functionality to all WordPress blocks. - * Version: 2.5.3 + * Version: 2.5.4 * Requires at least: 6.0 * Requires PHP: 5.6 * Author: Nick Diego diff --git a/package.json b/package.json index a5a37441..49a2a4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "block-visibility", - "version": "2.5.3", + "version": "2.5.4", "description": "Provides visibility controls and scheduling functionality to all WordPress blocks.", "author": "Nick Diego", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index f90de524..ea676555 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: visibility, dynamic content, conditional content, conditional Requires at least: 6.0 Tested up to: 6.1 Requires PHP: 5.6 -Stable tag: 2.5.3 +Stable tag: 2.5.4 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -208,13 +208,17 @@ The **one exception** to this is the Screen Size block controls. Visibility by s == Changelog == -= 2.6.0 - 2023-TBD = += 2.5.4 - 2023-02-05 = **Changed** * Improve Kadence Blocks support by only displaying the Visibility panel on the Advanced tab. (Requires Kadence Block 3.0+) * Explicitly set the InspectorControls group to "settings" for new tabbed interface in WordPress 6.2. +**Fixed** + +* Fixed bug in contextual indicators that would incorrectly add visibility classes to blocks. + = 2.5.3 - 2023-01-24 = **Fixed**