Skip to content

Commit 12cd9fb

Browse files
committed
Version bump and update readme.
1 parent 46ca565 commit 12cd9fb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-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: 3.1.1
6+
* Version: 3.1.2
77
* Requires at least: 6.2
88
* Requires PHP: 7.4
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": "3.1.1",
3+
"version": "3.1.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: 9 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: 6.2
66
Tested up to: 6.3
77
Requires PHP: 7.4
8-
Stable tag: 3.1.1
8+
Stable tag: 3.1.2
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -191,6 +191,14 @@ The **one exception** to this is the Screen Size block controls. Visibility by s
191191

192192
== Changelog ===
193193

194+
= 3.1.2 - 2023-10-14 =
195+
196+
**Fixed**
197+
198+
* Fixed issue where the Visibility panel would display when data fetching was still in process, causing other errors.
199+
* Fixed issue where the Visibility panel would not display if the User Permissions setting was enabled and the user was an Admin.
200+
* Fixed incorrect error handling when data cannot be fetched.
201+
194202
= 3.1.1 - 2023-09-21 =
195203

196204
**Fixed**

0 commit comments

Comments
 (0)