Skip to content

Commit 858827d

Browse files
committed
Version bump and update readme.
1 parent 1a5826e commit 858827d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-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.0.1
6+
* Version: 3.0.2
77
* Requires at least: 6.0
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": "3.0.1",
3+
"version": "3.0.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: 12 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.0
66
Tested up to: 6.2
77
Requires PHP: 5.6
8-
Stable tag: 3.0.1
8+
Stable tag: 3.0.2
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

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

190190
== Changelog ===
191191

192+
= 3.0.2 - 2023-04-16 =
193+
194+
**Removed**
195+
196+
* 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.
197+
198+
**Fixed**
199+
200+
* Fixed bug that caused error when Visibility Presets were enabled on a block but no actual presets existed.
201+
* Fixed missing text domain in string.
202+
192203
= 3.0.1 - 2023-03-25 =
193204

194205
**Fixed**

0 commit comments

Comments
 (0)