From 858827d0e29f1ba3398dbb50d5b7791ee3a1aa72 Mon Sep 17 00:00:00 2001 From: Nick Diego Date: Sun, 16 Apr 2023 09:54:30 -0500 Subject: [PATCH] Version bump and update readme. --- block-visibility.php | 2 +- package.json | 2 +- readme.txt | 13 ++++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/block-visibility.php b/block-visibility.php index 2ee23cb5..b8bd922d 100644 --- a/block-visibility.php +++ b/block-visibility.php @@ -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 diff --git a/package.json b/package.json index e03519db..7b540ea4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 3119b7cd..1712181f 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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**