diff --git a/block-visibility.php b/block-visibility.php index 5b73aa9e..d2cdc67f 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.4.1 + * Version: 2.4.2 * Requires at least: 5.5 * Requires PHP: 5.6 * Author: Nick Diego diff --git a/package.json b/package.json index 323e0b63..4968c9aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "block-visibility", - "version": "2.4.1", + "version": "2.4.2", "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 636e1eb8..f33cb00d 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: visibility, dynamic content, conditional content, conditional Requires at least: 5.5 Tested up to: 6.0 Requires PHP: 5.6 -Stable tag: 2.4.1 +Stable tag: 2.4.2 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -209,6 +209,12 @@ The **one exception** to this is the Screen Size block controls. Visibility by s == Changelog == += 2.4.2 - 2022-05-09 = + +**Fixed** + +* Fixed bug in classic themes that caused Screen Size inline styles to not load as expected. + = 2.4.1 - 2022-05-09 = **Changed**