From b209c5a3d85d224697f9ae06de03516966aad367 Mon Sep 17 00:00:00 2001 From: Zafar Kamal Date: Wed, 13 Sep 2023 16:07:07 +0500 Subject: [PATCH] :+1: version 1.40.0 --- plugin.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugin.php b/plugin.php index 2de7da34..e90faf51 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: EditorsKit * Plugin URI: https://editorskit.com/ * Description: EditorsKit is a suite of page building block options for the Gutenberg block editor. - * Version: 1.34.9 + * Version: 1.40.0 * Author: Munir Kamal * Author URI: https://www.munirkamal.com/ * Text Domain: block-options @@ -95,7 +95,7 @@ public function __wakeup() { */ private function setup_constants() { $this->define( 'EDITORSKIT_DEBUG', true ); - $this->define( 'EDITORSKIT_VERSION', '1.34.9' ); + $this->define( 'EDITORSKIT_VERSION', '1.40.0' ); $this->define( 'EDITORSKIT_HAS_PRO', false ); $this->define( 'EDITORSKIT_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); $this->define( 'EDITORSKIT_PLUGIN_ADDON_PATH', plugin_dir_path( __FILE__ ) . 'includes/addons/' ); diff --git a/readme.txt b/readme.txt index eb4c38b5..17e8d840 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: Gutenberg blocks, WordPress blocks, gutenberg, blocks, Gutenberg editor Requires at least: 5.0 Tested up to: 6.3 Requires PHP: 5.6 -Stable tag: 1.34.9 +Stable tag: 1.40.0 License: GPL-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -191,6 +191,10 @@ e.g. == Changelog == += 1.40.0 = +* New: Gutenberghub Template Library +* Fix: Bugs + = 1.34.9 = * Fix: Query loop issue with the archive pages