Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Feb 19, 2024
1 parent 335b809 commit 35cc395
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 29 deletions.
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.0
* Version: 3.2.1
* 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.0' );
define( 'GHOSTKIT_VERSION', '3.2.1' );
}

/**
Expand Down
26 changes: 13 additions & 13 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.0\n"
"Project-Id-Version: Ghost Kit 3.2.1\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-18T18:29:10+00:00\n"
"POT-Creation-Date: 2024-02-19T15:29:01+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 Expand Up @@ -77,11 +77,11 @@ msgstr ""
msgid "I already did"
msgstr ""

#: classes/class-fonts.php:327
#: classes/class-fonts.php:321
msgid "Default Fonts Site"
msgstr ""

#: classes/class-fonts.php:384
#: classes/class-fonts.php:378
#: gutenberg/components/typography/index.js:280
msgid "Google Fonts"
msgstr ""
Expand Down Expand Up @@ -376,39 +376,39 @@ msgstr ""
msgid "Read About Patterns"
msgstr ""

#: classes/class-typography.php:231
#: classes/class-typography.php:226
msgid "Body"
msgstr ""

#: classes/class-typography.php:251
#: classes/class-typography.php:246
msgid "Buttons"
msgstr ""

#: classes/class-typography.php:271
#: classes/class-typography.php:266
msgid "Headings"
msgstr ""

#: classes/class-typography.php:290
#: classes/class-typography.php:285
msgid "H1"
msgstr ""

#: classes/class-typography.php:308
#: classes/class-typography.php:303
msgid "H2"
msgstr ""

#: classes/class-typography.php:326
#: classes/class-typography.php:321
msgid "H3"
msgstr ""

#: classes/class-typography.php:344
#: classes/class-typography.php:339
msgid "H4"
msgstr ""

#: classes/class-typography.php:362
#: classes/class-typography.php:357
msgid "H5"
msgstr ""

#: classes/class-typography.php:380
#: classes/class-typography.php:375
msgid "H6"
msgstr ""

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.0",
"version": "3.2.1",
"description": "Page Builder Blocks and Extensions for Gutenberg",
"license": "GPL-2.0",
"author": "nK <https://nkdev.info>",
Expand Down
30 changes: 17 additions & 13 deletions 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.0
* Stable tag: 3.2.1
* License: GPLv2 or later
* License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

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

## Changelog ##

= 3.2.1 - Feb 19, 2024 =

* fixed typography and fonts loading on frontend

= 3.2.0 - Feb 18, 2024 =

> There are significant changes to the following blocks: `Google Maps`, `Tabs`, and `Accordion`.
Expand All @@ -281,6 +285,18 @@ The plugin documentation provides a comprehensive source of information on block
> 2. Make any change in content (for ex. add and remove paragraph)
> 3. Click on the Update button to re-save the page.

#### Pro:

* Pro plugin v2.2.0
* added Code Highlight block <https://www.ghostkit.io/docs/blocks/code/>
* added support for alpha channel in Stroke format color
* added support for `ivent` library used in the free plugin
* fixed Magnifying Image block side view z-index
* fixed wrong gap calculation in Marquee block
* fixed enqueue assets for iframe - use `enqueue_block_assets`
* removed Google Maps extension → added to the Free plugin
* removed support for deprecated Fonts API

#### Free:

* reworked Google Maps block:
Expand Down Expand Up @@ -323,18 +339,6 @@ The plugin documentation provides a comprehensive source of information on block
* better assets enqueue version and dependencies
* minor changes

#### Pro:

* Pro plugin v2.2.0
* added Code Highlight block <https://www.ghostkit.io/docs/blocks/code/>
* added support for alpha channel in Stroke format color
* added support for `ivent` library used in the free plugin
* fixed Magnifying Image block side view z-index
* fixed wrong gap calculation in Marquee block
* fixed enqueue assets for iframe - use `enqueue_block_assets`
* removed Google Maps extension → added to the Free plugin
* removed support for deprecated Fonts API

= 3.1.2 - Nov 23, 2023 =

* improved Styles component to use useCallback
Expand Down

0 comments on commit 35cc395

Please sign in to comment.