From 0d48e87499c8dc28efa2ad59f98555303fe4ce6d Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Sun, 25 Aug 2024 23:48:56 -0500 Subject: [PATCH] Version bump. --- photo-block.php | 4 ++-- readme.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/photo-block.php b/photo-block.php index 84473d9..90b1353 100644 --- a/photo-block.php +++ b/photo-block.php @@ -5,7 +5,7 @@ * Plugin URI: https://dlxpplugins.com/plugins/photo-block/ * Description: An easy to use, but comprehensive photo block for WordPress * Author: DLX Plugins and WebberZone - * Version: 0.0.26 + * Version: 0.0.30 * Requires at least: 5.1 * Requires PHP: 7.2 * Author URI: https://dlxplugins.com @@ -17,7 +17,7 @@ namespace DLXPlugins\PhotoBlock; -define( 'PHOTO_BLOCK_VERSION', '0.0.26' ); +define( 'PHOTO_BLOCK_VERSION', '0.0.30' ); define( 'PHOTO_BLOCK_CACHE_VERSION', '1.0.0' ); define( 'PHOTO_BLOCK_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index be41986..220efe5 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ronalfy Tags: image block, blocks, photo block, image, photos Requires at least: 6.0.0 Tested up to: 6.6 -Stable tag: 0.0.26 +Stable tag: 0.0.30 Requires PHP: 7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -73,10 +73,10 @@ Yes, we are planning on integrating with other services in the future depending == Changelog == -= 0.0.26 = += 0.0.30 = * Initial release. == Upgrade Notice == -= 0.0.26 = += 0.0.30 = Initial release. \ No newline at end of file