Skip to content

Commit

Permalink
version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Sep 13, 2024
1 parent 3e41f43 commit 40167bd
Show file tree
Hide file tree
Showing 7 changed files with 55,244 additions and 47 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-plugins', 'wp-url'), 'version' => '7876880f960c2de22549');
<?php return array('dependencies' => array('react', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-plugins', 'wp-url'), 'version' => 'd45bdb287108e172274b');
4,608 changes: 4,570 additions & 38 deletions build/index.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/index.css.map

Large diffs are not rendered by default.

50,669 changes: 50,666 additions & 3 deletions build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/index.js.map

Large diffs are not rendered by default.

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://dlxplugins.com/plugins/photo-block/
* Description: An easy to use, but comprehensive photo block for WordPress
* Author: DLX Plugins
* Version: 0.0.33
* Version: 0.0.34
* Requires at least: 5.1
* Requires PHP: 7.2
* Author URI: https://dlxplugins.com
Expand All @@ -17,7 +17,7 @@

namespace DLXPlugins\PhotoBlock;

define( 'DLX_PHOTO_BLOCK_VERSION', '0.0.33' );
define( 'DLX_PHOTO_BLOCK_VERSION', '0.0.34' );
define( 'DLX_PHOTO_BLOCK_CACHE_VERSION', '1.0.0' );
define( 'DLX_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.33
Stable tag: 0.0.34
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -83,10 +83,10 @@ Yes, we are planning on integrating with other services in the future depending

== Changelog ==

= 0.0.33 =
= 0.0.34 =
* Initial release.

== Upgrade Notice ==

= 0.0.33 =
= 0.0.34 =
Initial release.

0 comments on commit 40167bd

Please sign in to comment.