Skip to content

Commit

Permalink
Version 1.40.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ZafarKamal123 committed Mar 20, 2024
1 parent f48ab35 commit c6a4d6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions languages/editorskit.pot
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: EditorsKit
* Plugin URI: https://editorskit.com/
* Description: EditorsKit is a suite of <strong>page building block options</strong> 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
Expand Down Expand Up @@ -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/' );
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit c6a4d6a

Please sign in to comment.