Skip to content

Commit e8630c0

Browse files
committed
update version
1 parent ab1cf8a commit e8630c0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

kadence-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Advanced Page Building Blocks for Gutenberg. Create custom column layouts, backgrounds, dual buttons, icons etc.
66
* Author: Kadence WP
77
* Author URI: https://www.kadencewp.com
8-
* Version: 3.4.2
8+
* Version: 3.4.3
99
* Requires PHP: 7.4
1010
* Text Domain: kadence-blocks
1111
* License: GPL2+
@@ -20,7 +20,7 @@
2020
}
2121
define( 'KADENCE_BLOCKS_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
2222
define( 'KADENCE_BLOCKS_URL', plugin_dir_url( __FILE__ ) );
23-
define( 'KADENCE_BLOCKS_VERSION', '3.4.2' );
23+
define( 'KADENCE_BLOCKS_VERSION', '3.4.3' );
2424

2525
require_once plugin_dir_path( __FILE__ ) . 'vendor/vendor-prefixed/autoload.php';
2626
require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, blocks, page builder, editor, gutenberg blocks
44
Donate link: https://www.kadencewp.com/about-us/
55
Requires at least: 6.4
66
Tested up to: 6.7.1
7-
Stable tag: 3.4.2
7+
Stable tag: 3.4.3
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010
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
174174

175175
== Changelog ==
176176

177+
= 3.4.3 =
178+
Release Date: December 23rd 2024
179+
* Fix: Possible issue with accordion showing broken in editor.
180+
177181
= 3.4.2 =
178182
Release Date: December 17th 2024
179183
* Add: Features for activating nav links with hash anchor links on the page

0 commit comments

Comments
 (0)