Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Aug 16, 2024
1 parent 1ee6795 commit 5118f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions photo-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.22
* Version: 0.0.23
* Requires at least: 5.1
* Requires PHP: 7.2
* Author URI: https://dlxplugins.com
Expand All @@ -17,7 +17,7 @@

namespace DLXPlugins\PhotoBlock;

define( 'PHOTO_BLOCK_VERSION', '0.0.22' );
define( 'PHOTO_BLOCK_VERSION', '0.0.23' );
define( 'PHOTO_BLOCK_CACHE_VERSION', '1.0.0' );
define( 'PHOTO_BLOCK_FILE', __FILE__ );

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.22
Stable tag: 0.0.23
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -73,10 +73,10 @@ Yes, we are planning on integrating with other services in the future depending

== Changelog ==

= 0.0.22 =
= 0.0.23 =
* Initial release.

== Upgrade Notice ==

= 0.0.22 =
= 0.0.23 =
Initial release.

0 comments on commit 5118f11

Please sign in to comment.