Skip to content

Commit

Permalink
Version bump and update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Oct 14, 2023
1 parent 46ca565 commit 12cd9fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion block-visibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 3.1.1
* Version: 3.1.2
* Requires at least: 6.2
* Requires PHP: 7.4
* Author: Nick Diego
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "block-visibility",
"version": "3.1.1",
"version": "3.1.2",
"description": "Provides visibility controls and scheduling functionality to all WordPress blocks.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: visibility, dynamic content, conditional content, conditional
Requires at least: 6.2
Tested up to: 6.3
Requires PHP: 7.4
Stable tag: 3.1.1
Stable tag: 3.1.2
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ===

= 3.1.2 - 2023-10-14 =

**Fixed**

* Fixed issue where the Visibility panel would display when data fetching was still in process, causing other errors.
* Fixed issue where the Visibility panel would not display if the User Permissions setting was enabled and the user was an Admin.
* Fixed incorrect error handling when data cannot be fetched.

= 3.1.1 - 2023-09-21 =

**Fixed**
Expand Down

0 comments on commit 12cd9fb

Please sign in to comment.