Skip to content

Commit

Permalink
Version bump and update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Dec 8, 2024
1 parent 6919bda commit 5707d29
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 205 deletions.
4 changes: 2 additions & 2 deletions block-visibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
* Version: 3.7.1
* Requires at least: 6.5
* Requires PHP: 7.4
* Author: Nick Diego
Expand All @@ -20,7 +20,7 @@

defined( 'ABSPATH' ) || exit;

define( 'BLOCK_VISIBILITY_VERSION', '3.7.0' );
define( 'BLOCK_VISIBILITY_VERSION', '3.7.1' );
define( 'BLOCK_VISIBILITY_PLUGIN_FILE', __FILE__ );
define( 'BLOCK_VISIBILITY_ABSPATH', dirname( BLOCK_VISIBILITY_PLUGIN_FILE ) . '/' );
define( 'BLOCK_VISIBILITY_PLUGIN_URL', plugin_dir_url( BLOCK_VISIBILITY_PLUGIN_FILE ) );
Expand Down
4 changes: 2 additions & 2 deletions languages/block-visibility.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Block Visibility 3.7.0\n"
"Project-Id-Version: Block Visibility 3.7.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/block-visibility\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-11-08T18:51:30+00:00\n"
"POT-Creation-Date: 2024-12-08T16:09:23+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: block-visibility\n"
Expand Down
Loading

0 comments on commit 5707d29

Please sign in to comment.