Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Nov 3, 2024
1 parent 6b1d112 commit e190938
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions photo-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ );

Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -114,10 +114,14 @@ Please leave a detailed note on <a href="https://dlxplugins.com/support/">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.
= 1.0.1 =
This release ensures compatibility with WordPress 6.7.

0 comments on commit e190938

Please sign in to comment.