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 Apr 16, 2023
1 parent 1a5826e commit 858827d
Show file tree
Hide file tree
Showing 3 changed files with 14 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.0.1
* Version: 3.0.2
* Requires at least: 6.0
* Requires PHP: 5.6
* 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.0.1",
"version": "3.0.2",
"description": "Provides visibility controls and scheduling functionality to all WordPress blocks.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
Expand Down
13 changes: 12 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.0
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 3.0.1
Stable tag: 3.0.2
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ===

= 3.0.2 - 2023-04-16 =

**Removed**

* Removed visibility control defaults so the Visibility panel starts empty. This simplifies the interface and reduces confusion around Visibility Presets for users that have no need for this functionality.

**Fixed**

* Fixed bug that caused error when Visibility Presets were enabled on a block but no actual presets existed.
* Fixed missing text domain in string.

= 3.0.1 - 2023-03-25 =

**Fixed**
Expand Down

0 comments on commit 858827d

Please sign in to comment.