diff --git a/kadence-blocks.php b/kadence-blocks.php index cb36c8793..2de577e39 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.3.7 + * Version: 3.4.0 * 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.3.7' ); +define( 'KADENCE_BLOCKS_VERSION', '3.4.0' ); 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 9f8d63bd5..be5599e3c 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.7 -Stable tag: 3.3.7 +Stable tag: 3.4.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -174,7 +174,7 @@ Please report security bugs found in the Kadence Blocks plugin's source code thr == Changelog == -= 3.3.8 = += 3.4.0 = Release Date: December TBD 2024 * Update: Close mega menu when clicking outside of dropdown. * Update: Improve tabbing through navigation with submenus.