Skip to content

Commit 6e8a9c6

Browse files
committed
Version bump.
1 parent 04e557f commit 6e8a9c6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

block-visibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Block Visibility
44
* Plugin URI: https://www.blockvisibilitywp.com/
55
* Description: Provides visibility controls and scheduling functionality to all WordPress blocks.
6-
* Version: 2.4.1
6+
* Version: 2.4.2
77
* Requires at least: 5.5
88
* Requires PHP: 5.6
99
* Author: Nick Diego

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "block-visibility",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Provides visibility controls and scheduling functionality to all WordPress blocks.",
55
"author": "Nick Diego",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: visibility, dynamic content, conditional content, conditional
55
Requires at least: 5.5
66
Tested up to: 6.0
77
Requires PHP: 5.6
8-
Stable tag: 2.4.1
8+
Stable tag: 2.4.2
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -209,6 +209,12 @@ The **one exception** to this is the Screen Size block controls. Visibility by s
209209

210210
== Changelog ==
211211

212+
= 2.4.2 - 2022-05-09 =
213+
214+
**Fixed**
215+
216+
* Fixed bug in classic themes that caused Screen Size inline styles to not load as expected.
217+
212218
= 2.4.1 - 2022-05-09 =
213219

214220
**Changed**

0 commit comments

Comments
 (0)