Skip to content

Commit

Permalink
👍 version 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZafarKamal123 committed Sep 13, 2023
1 parent 0e4294c commit b209c5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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.34.9
* Version: 1.40.0
* 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.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/' );
Expand Down
6 changes: 5 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.34.9
Stable tag: 1.40.0
License: GPL-3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

Expand Down

0 comments on commit b209c5a

Please sign in to comment.