From 07c905b14f386246acd74ee19772b96dd587fe9a Mon Sep 17 00:00:00 2001 From: Josh Oakes Date: Fri, 17 Jan 2025 10:42:36 -0600 Subject: [PATCH] Update readme --- 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 97766a820..0d8cde9d5 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.6 + * Version: 3.4.7 * 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.6' ); +define( 'KADENCE_BLOCKS_VERSION', '3.4.7' ); 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 e2a5c8069..b7f7e5c25 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.6 +Stable tag: 3.4.7 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.7 = +Release Date: 17th January 2025 +* Fix: PHP Warning + = 3.4.6 = Release Date: 16th January 2025 * Add: Support for Kadence Creative Kit