Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed May 26, 2024
1 parent 867017a commit a4a2f63
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

= 3.3.0 - May 26, 2024 =

* **Important**: the Pro plugin is now standalone and no longer requires the free plugin. If you are using Pro plugin v2, do not update the Free plugin to v3.3. Instead, update the Pro plugin and deactivate the Free one.
* fixed Counter Box saving incorrect class names
* fixed loading blocks in the legacy Widgets editor

= 3.2.4 - Mar 15, 2024 =

* fixed extensions enable in 3rd-party blocks with config like this:
Expand Down
4 changes: 2 additions & 2 deletions class-ghost-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Ghost Kit
* Description: Page Builder Blocks and Extensions for Gutenberg
* Version: 3.2.4
* Version: 3.3.0
* Author: Ghost Kit Team
* Author URI: https://www.ghostkit.io/?utm_source=wordpress.org&utm_medium=readme&utm_campaign=byline
* License: GPLv2 or later
Expand All @@ -17,7 +17,7 @@
}

if ( ! defined( 'GHOSTKIT_VERSION' ) ) {
define( 'GHOSTKIT_VERSION', '3.2.4' );
define( 'GHOSTKIT_VERSION', '3.3.0' );
}

if ( ! class_exists( 'GhostKit' ) ) :
Expand Down
4 changes: 2 additions & 2 deletions languages/ghostkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Ghost Kit 3.2.4\n"
"Project-Id-Version: Ghost Kit 3.3.0\n"
"Report-Msgid-Bugs-To: https://github.com/nk-o/ghostkit/issues\n"
"Last-Translator: nK\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: 2024-05-26T07:49:56+00:00\n"
"POT-Creation-Date: 2024-05-26T08:09:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: ghostkit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ghostkit",
"title": "Ghost Kit",
"version": "3.2.4",
"version": "3.3.0",
"description": "Page Builder Blocks and Extensions for Gutenberg",
"license": "GPL-2.0",
"author": "nK <https://nkdev.info>",
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Requires at least: 6.2
* Tested up to: 6.5
* Requires PHP: 7.2
* Stable tag: 3.2.4
* Stable tag: 3.3.0
* License: GPLv2 or later
* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

Expand Down Expand Up @@ -272,6 +272,12 @@ The plugin documentation provides a comprehensive source of information on block

## Changelog ##

= 3.3.0 - May 26, 2024 =

* **Important**: the Pro plugin is now standalone and no longer requires the free plugin. If you are using Pro plugin v2, do not update the Free plugin to v3.3. Instead, update the Pro plugin and deactivate the Free one.
* fixed Counter Box saving incorrect class names
* fixed loading blocks in the legacy Widgets editor

= 3.2.4 - Mar 15, 2024 =

* fixed extensions enable in 3rd-party blocks with config like this:
Expand Down

0 comments on commit a4a2f63

Please sign in to comment.