Skip to content

Commit e02cfdd

Browse files
committed
Bump version to stay in sync with WordPress.org repo.
1 parent 8592417 commit e02cfdd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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.1.0
6+
* Version: 3.1.1
77
* Requires at least: 6.2
88
* Requires PHP: 7.4
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.1.0",
3+
"version": "3.1.1",
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: 7 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.2
66
Tested up to: 6.3
77
Requires PHP: 7.4
8-
Stable tag: 3.1.0
8+
Stable tag: 3.1.1
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -191,6 +191,12 @@ The **one exception** to this is the Screen Size block controls. Visibility by s
191191

192192
== Changelog ===
193193

194+
= 3.1.1 = 2023-09-21 =
195+
196+
**Fixed**
197+
198+
* Fixed missing folders when the plugin was synced to WordPress.org.
199+
194200
= 3.1.0 = 2023-09-21 =
195201

196202
**Added**

0 commit comments

Comments
 (0)