Skip to content

Commit

Permalink
CHANGED: Plugin version to 2.17.3
Browse files Browse the repository at this point in the history
UPDATED: readme.txt
  • Loading branch information
nvourva committed Oct 5, 2023
1 parent 43832fd commit 419953e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gutenbee.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Premium Blocks for WordPress
* Author: The CSSIgniter Team
* Author URI: https://www.cssigniter.com
* Version: 2.17.2
* Version: 2.17.3
* Text Domain: gutenbee
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
*/

if ( ! defined( 'GUTENBEE_PLUGIN_VERSION' ) ) {
define( 'GUTENBEE_PLUGIN_VERSION', '2.17.2' );
define( 'GUTENBEE_PLUGIN_VERSION', '2.17.3' );
}

if ( ! defined( 'GUTENBEE_PLUGIN_DIR' ) ) {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: cssigniterteam, silencerius, nvourva, tsiger, anastis
Tags: gutenberg, blocks
Requires at least: 6.0
Tested up to: 6.3.0
Stable tag: 2.17.2
Stable tag: 2.17.3
License: GPLv2 or later
License URI: http://www.gnu.org/licen2ses/gpl-2.0.html
Requires PHP: 5.6
Expand Down Expand Up @@ -76,6 +76,9 @@ Note that if you want to use the Google Maps block you will also need a Google M

== Changelog ==

= 2.17.3 =
* Enqueueing of Google Maps API key is now filterable via 'gutenbee_enqueue_google_maps_api'

= 2.17.2 =
* Fixed issue where since the iframe-ing of the block editor in WP 6.3, block editor assets would not get enqueued under specific circumstances.
* Block editor assets are now enqueued via the 'enqueue_block_assets' action instead of 'enqueue_block_editor_assets'.
Expand Down

0 comments on commit 419953e

Please sign in to comment.