From 8ee657957bd97e9d7ccf38aed2d69f840920f5c5 Mon Sep 17 00:00:00 2001 From: Ben Ritner Date: Thu, 27 Jun 2024 12:36:37 -0600 Subject: [PATCH] 3.2.47 --- kadence-blocks.php | 4 ++-- readme.txt | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/kadence-blocks.php b/kadence-blocks.php index 61654924f..598aa3480 100644 --- a/kadence-blocks.php +++ b/kadence-blocks.php @@ -5,7 +5,7 @@ * Description: Advanced Page Building Blocks for Gutenberg. Create custom column layouts, backgrounds, dual buttons, icons etc. * Author: Kadence WP * Author URI: https://www.kadencewp.com - * Version: 3.2.46 + * Version: 3.2.47 * Requires PHP: 7.4 * Text Domain: kadence-blocks * License: GPL2+ @@ -20,7 +20,7 @@ } define( 'KADENCE_BLOCKS_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR ); define( 'KADENCE_BLOCKS_URL', plugin_dir_url( __FILE__ ) ); -define( 'KADENCE_BLOCKS_VERSION', '3.2.46' ); +define( 'KADENCE_BLOCKS_VERSION', '3.2.47' ); require_once plugin_dir_path( __FILE__ ) . 'vendor/vendor-prefixed/autoload.php'; require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php'; diff --git a/readme.txt b/readme.txt index 174fb0dd8..36aedc4e3 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: gutenberg, blocks, page builder, editor, gutenberg blocks Donate link: https://www.kadencewp.com/about-us/ Requires at least: 6.3 Tested up to: 6.5 -Stable tag: 3.2.46 +Stable tag: 3.2.47 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -174,6 +174,12 @@ Please report security bugs found in the Kadence Blocks plugin's source code thr == Changelog == += 3.2.47 = +Release Date: June 27th 2024 +Update: WPML config. +* Fix: Possible issue with editor react error 311. +* Fix: Gallery image control buttons. + = 3.2.46 = Release Date: June 26th 2024 * Add: Custom column width for 4,5,6 column rows.