Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Feb 21, 2024
1 parent 3796fc9 commit 4890d32
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/gutenberg/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jquery', 'lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-rich-text', 'wp-token-list'), 'version' => '9fc19beeb6d54dba9bf7');
<?php return array('dependencies' => array('jquery', 'lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-rich-text', 'wp-token-list'), 'version' => 'f35afadcfd7353404ea1');
2 changes: 1 addition & 1 deletion build/gutenberg/index.js

Large diffs are not rendered by default.

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.1
* Version: 3.2.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.2.1' );
define( 'GHOSTKIT_VERSION', '3.2.2' );
}

/**
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.1\n"
"Project-Id-Version: Ghost Kit 3.2.2\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-02-19T15:29:01+00:00\n"
"POT-Creation-Date: 2024-02-21T08:19:18+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.1",
"version": "3.2.2",
"description": "Page Builder Blocks and Extensions for Gutenberg",
"license": "GPL-2.0",
"author": "nK <https://nkdev.info>",
Expand Down
16 changes: 15 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.4
* Requires PHP: 7.2
* Stable tag: 3.2.1
* Stable tag: 3.2.2
* License: GPLv2 or later
* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

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

## Changelog ##

= 3.2.2 - Feb 21, 2024 =

#### Pro:

* Pro plugin v2.2.2
* added transformation from Code and Preformatted blocks to Code Highlight
* fixed Code block Vesper theme default color
* fixed Code block None language rendering
* fixed fonts rendering on frontend

#### Free:

* fixed Pro features Note returns an error and leads the block to crash in the editor

= 3.2.1 - Feb 19, 2024 =

* fixed typography and fonts loading on frontend
Expand Down

0 comments on commit 4890d32

Please sign in to comment.