diff --git a/gutenbee.php b/gutenbee.php index 74d4424..683f9ae 100644 --- a/gutenbee.php +++ b/gutenbee.php @@ -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 * @@ -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' ) ) { diff --git a/readme.txt b/readme.txt index e52ef98..47b3369 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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'.