From c9b03d6afc7e3d809ca10880db60cbc9daac2ff9 Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Tue, 24 Sep 2024 15:30:30 -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 d5c8b10..8b90e9e 100644 --- a/photo-block.php +++ b/photo-block.php @@ -5,7 +5,7 @@ * Plugin URI: https://dlxplugins.com/plugins/photo-block/ * Description: An easy to use, but comprehensive photo block for WordPress * Author: DLX Plugins - * Version: 0.0.40 + * Version: 0.0.42 * Requires at least: 5.1 * Requires PHP: 7.2 * Author URI: https://dlxplugins.com @@ -17,7 +17,7 @@ namespace DLXPlugins\PhotoBlock; -define( 'DLX_PHOTO_BLOCK_VERSION', '0.0.40' ); +define( 'DLX_PHOTO_BLOCK_VERSION', '0.0.42' ); define( 'DLX_PHOTO_BLOCK_CACHE_VERSION', '1.0.0' ); define( 'DLX_PHOTO_BLOCK_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index f6dd3a6..66ca4f2 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.40 +Stable tag: 0.0.42 Requires PHP: 7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -83,10 +83,10 @@ Yes, we are planning on integrating with other services in the future depending == Changelog == -= 0.0.40 = += 0.0.42 = * Initial release. == Upgrade Notice == -= 0.0.40 = += 0.0.42 = Initial release. \ No newline at end of file