Skip to content

Commit

Permalink
✨ Version 1.40.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ZafarKamal123 committed Dec 16, 2023
1 parent 4648bbc commit f337caa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions languages/editorskit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the EditorsKit plugin.
msgid ""
msgstr ""
"Project-Id-Version: EditorsKit 1.40.3\n"
"Project-Id-Version: EditorsKit 1.40.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/block-options\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-09-30T07:17:53+00:00\n"
"POT-Creation-Date: 2023-12-16T10:24:22+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.3
* Version: 1.40.4
* 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.3' );
$this->define( 'EDITORSKIT_VERSION', '1.40.4' );
$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
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.40.3
Stable tag: 1.40.4
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.4
* Fix: Added a check for file type in styles importer to improve security.

= 1.40.3
* Fix: Styles manager conflicting with other post types.

Expand Down

0 comments on commit f337caa

Please sign in to comment.