diff --git a/languages/editorskit.pot b/languages/editorskit.pot index dd72b5b0..c160eeed 100644 --- a/languages/editorskit.pot +++ b/languages/editorskit.pot @@ -1,15 +1,15 @@ -# Copyright (C) 2023 Munir Kamal +# Copyright (C) 2024 Munir Kamal # This file is distributed under the same license as the EditorsKit plugin. msgid "" msgstr "" -"Project-Id-Version: EditorsKit 1.40.4\n" +"Project-Id-Version: EditorsKit 1.40.5\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/block-options\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-12-16T10:24:22+00:00\n" +"POT-Creation-Date: 2024-03-20T12:32:51+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.7.1\n" "X-Domain: block-options\n" diff --git a/plugin.php b/plugin.php index a84791cf..866f2042 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.40.4 + * Version: 1.40.5 * 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.40.4' ); + $this->define( 'EDITORSKIT_VERSION', '1.40.5' ); $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 c5898958..73c76dd3 100644 --- a/readme.txt +++ b/readme.txt @@ -4,9 +4,9 @@ Plugin URI: https://editorskit.com Contributors: munirkamal Tags: Gutenberg blocks, WordPress blocks, gutenberg, blocks, Gutenberg editor Requires at least: 5.0 -Tested up to: 6.3 +Tested up to: 6.5 Requires PHP: 5.6 -Stable tag: 1.40.4 +Stable tag: 1.40.5 License: GPL-3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -197,6 +197,9 @@ e.g. == Changelog == += 1.40.5 +* Fix: Add allowed tags restriction in editorskit shortcode. + = 1.40.4 * Fix: Added a check for file type in styles importer to improve security.