diff --git a/block-visibility.php b/block-visibility.php index 0e568f5..d85a870 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.1.0 + * Version: 3.1.1 * Requires at least: 6.2 * Requires PHP: 7.4 * Author: Nick Diego diff --git a/package.json b/package.json index 43d309f..48c0be5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "block-visibility", - "version": "3.1.0", + "version": "3.1.1", "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 ec0b604..a8737fd 100644 --- a/readme.txt +++ b/readme.txt @@ -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.0 +Stable tag: 3.1.1 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -191,6 +191,12 @@ The **one exception** to this is the Screen Size block controls. Visibility by s == Changelog === += 3.1.1 = 2023-09-21 = + +**Fixed** + +* Fixed missing folders when the plugin was synced to WordPress.org. + = 3.1.0 = 2023-09-21 = **Added**