Skip to content

Commit 5707d29

Browse files
committed
Version bump and update readme.
1 parent 6919bda commit 5707d29

File tree

5 files changed

+212
-205
lines changed

5 files changed

+212
-205
lines changed

block-visibility.php

Lines changed: 2 additions & 2 deletions
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.7.0
6+
* Version: 3.7.1
77
* Requires at least: 6.5
88
* Requires PHP: 7.4
99
* Author: Nick Diego
@@ -20,7 +20,7 @@
2020

2121
defined( 'ABSPATH' ) || exit;
2222

23-
define( 'BLOCK_VISIBILITY_VERSION', '3.7.0' );
23+
define( 'BLOCK_VISIBILITY_VERSION', '3.7.1' );
2424
define( 'BLOCK_VISIBILITY_PLUGIN_FILE', __FILE__ );
2525
define( 'BLOCK_VISIBILITY_ABSPATH', dirname( BLOCK_VISIBILITY_PLUGIN_FILE ) . '/' );
2626
define( 'BLOCK_VISIBILITY_PLUGIN_URL', plugin_dir_url( BLOCK_VISIBILITY_PLUGIN_FILE ) );

languages/block-visibility.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL-2.0-or-later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Block Visibility 3.7.0\n"
5+
"Project-Id-Version: Block Visibility 3.7.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/block-visibility\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2024-11-08T18:51:30+00:00\n"
12+
"POT-Creation-Date: 2024-12-08T16:09:23+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.7.1\n"
1515
"X-Domain: block-visibility\n"

0 commit comments

Comments
 (0)