From e8630c0181a9f13a165fe9c2708754766a7d255c Mon Sep 17 00:00:00 2001 From: Ben Ritner Date: Mon, 23 Dec 2024 05:35:21 -0700 Subject: [PATCH] update version --- kadence-blocks.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kadence-blocks.php b/kadence-blocks.php index 2b7165a8e..f5f9e8fa9 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.4.2 + * Version: 3.4.3 * 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.4.2' ); +define( 'KADENCE_BLOCKS_VERSION', '3.4.3' ); 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 270633046..8d080bd5c 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.4 Tested up to: 6.7.1 -Stable tag: 3.4.2 +Stable tag: 3.4.3 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -174,6 +174,10 @@ Please report security bugs found in the Kadence Blocks plugin's source code thr == Changelog == += 3.4.3 = +Release Date: December 23rd 2024 +* Fix: Possible issue with accordion showing broken in editor. + = 3.4.2 = Release Date: December 17th 2024 * Add: Features for activating nav links with hash anchor links on the page