Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Jul 31, 2024
1 parent 2fbc7b2 commit 3fb4100
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

= 3.3.1 - Jul 31, 2024 =
= 3.3.2 - Jul 31, 2024 =

* migrate Pro plugin from Paddle to LemonSqueezy
* fixed customizer plugin selector settings rendering
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.3.0
* Version: 3.3.2
* 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.3.0' );
define( 'GHOSTKIT_VERSION', '3.3.2' );
}

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.3.0\n"
"Project-Id-Version: Ghost Kit 3.3.2\n"
"Report-Msgid-Bugs-To: https://github.com/nk-o/ghostkit/issues\n"
"Last-Translator: nK\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: 2024-07-31T07:54:32+00:00\n"
"POT-Creation-Date: 2024-07-31T08:00:17+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.3.0",
"version": "3.3.2",
"description": "Page Builder Blocks and Extensions for Gutenberg",
"license": "GPL-2.0",
"author": "nK <https://nkdev.info>",
Expand Down
2 changes: 1 addition & 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.3.0
* Stable tag: 3.3.2
* License: GPLv2 or later
* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

Expand Down

0 comments on commit 3fb4100

Please sign in to comment.