diff --git a/photo-block.php b/photo-block.php index a5d906e..94ddf61 100644 --- a/photo-block.php +++ b/photo-block.php @@ -5,8 +5,8 @@ * Plugin URI: https://dlxplugins.com/plugins/photo-block/ * Description: An easy to use, but comprehensive photo block for WordPress * Author: DLX Plugins - * Version: 1.0.0 - * Requires at least: 5.1 + * Version: 1.0.1 + * Requires at least: 6.0 * Requires PHP: 7.2 * Author URI: https://dlxplugins.com/plugins/photo-block/ * License: GPL v2 or later @@ -17,7 +17,7 @@ namespace DLXPlugins\PhotoBlock; -define( 'DLX_PHOTO_BLOCK_VERSION', '1.0.0' ); +define( 'DLX_PHOTO_BLOCK_VERSION', '1.0.1' ); define( 'DLX_PHOTO_BLOCK_CACHE_VERSION', '1.0.0' ); define( 'DLX_PHOTO_BLOCK_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 51e18b8..5b74b22 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: ronalfy Tags: image block, blocks, photo block, image, photos Requires at least: 6.0.0 -Tested up to: 6.6 -Stable tag: 1.0.0 +Tested up to: 6.7 +Stable tag: 1.0.1 Requires PHP: 7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -114,10 +114,14 @@ Please leave a detailed note on our su == Changelog == += 1.0.1 = +* Released 2024-11-03 +* Ensuring compatibility with WP 6.7. + = 1.0.0 = * Initial release. == Upgrade Notice == -= 1.0.0 = -Initial release. \ No newline at end of file += 1.0.1 = +This release ensures compatibility with WordPress 6.7. \ No newline at end of file