From 2398aeeed89055fc0a8e7fb8e6e5df648af00b20 Mon Sep 17 00:00:00 2001 From: Ari Date: Sun, 16 Jun 2019 10:27:29 +0300 Subject: [PATCH] v3.0.42 --- CHANGELOG.md | 10 +++++++++- README.md | 11 ++++++----- kirki.php | 4 ++-- package.json | 2 +- readme.txt | 11 ++++++----- 5 files changed, 24 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82997b4a..d7f9fcfb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -## 3.0.41 ## +## 3.0.42 + +Jun.16 2019, dev time: 2h + +* Deprecated: `fontawesome` field was deprecated. If a theme uses this field users will be prompted to install the official Font Awesome plugin from the w.org repository. +* Fix: Transient for Google Fonts now has a lifetime of 1 day instead of 1 week. +* Fix: Updated Google Fonts list. + +## 3.0.41 Jun.8 2019, dev time: 30m diff --git a/README.md b/README.md index df96cb3c9..50f7cd49c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Donate link:** https://aristath.github.io/donate **Requires at least:** 4.9 **Tested up to:** 5.2 -**Stable tag:** 3.0.41 +**Stable tag:** 3.0.42 **License:** MIT **License URI:** https://opensource.org/licenses/MIT @@ -73,11 +73,12 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct ## Changelog ## -### 3.0.41 ### +### 3.0.42 ### -Jun.8 2019, dev time: 30m +Jun.16 2019, dev time: 2h -* Fix: http/https issue for locally-hosted googlefonts -* Fix: Updated Google-fonts list. +* Deprecated: `fontawesome` field was deprecated. If a theme uses this field users will be prompted to install the official Font Awesome plugin from the w.org repository. +* Fix: Transient for Google Fonts now has a lifetime of 1 day instead of 1 week. +* Fix: Updated Google Fonts list. [See the previous changelogs here](https://github.com/aristath/kirki/blob/master/CHANGELOG.md). diff --git a/kirki.php b/kirki.php index d1ed0e39c..4eca812ef 100644 --- a/kirki.php +++ b/kirki.php @@ -5,7 +5,7 @@ * Description: The Ultimate WordPress Customizer Framework * Author: Ari Stathopoulos (@aristath) * Author URI: https://aristath.github.io - * Version: 3.0.41 + * Version: 3.0.42 * Text Domain: kirki * Requires WP: 4.9 * Requires PHP: 5.3 @@ -40,7 +40,7 @@ // Define the KIRKI_VERSION constant. if ( ! defined( 'KIRKI_VERSION' ) ) { - define( 'KIRKI_VERSION', '3.0.41' ); + define( 'KIRKI_VERSION', '3.0.42' ); } // Make sure the path is properly set. diff --git a/package.json b/package.json index 997310b5c..d81cb5d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kirki-toolkit", - "version": "3.0.41", + "version": "3.0.42", "author": "Ari Stathopoulos (@aristath)", "homepage": "https://kirki.org", "license": "MIT", diff --git a/readme.txt b/readme.txt index dbf8bd09f..c9ef95c2a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: customizer, options framework, theme, mods, toolkit, gutenberg Donate link: https://aristath.github.io/donate Requires at least: 4.9 Tested up to: 5.2 -Stable tag: 3.0.41 +Stable tag: 3.0.42 License: MIT License URI: https://opensource.org/licenses/MIT @@ -73,11 +73,12 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct == Changelog == -= 3.0.41 = += 3.0.42 = -Jun.8 2019, dev time: 30m +Jun.16 2019, dev time: 2h -* Fix: http/https issue for locally-hosted googlefonts -* Fix: Updated Google-fonts list. +* Deprecated: `fontawesome` field was deprecated. If a theme uses this field users will be prompted to install the official Font Awesome plugin from the w.org repository. +* Fix: Transient for Google Fonts now has a lifetime of 1 day instead of 1 week. +* Fix: Updated Google Fonts list. [See the previous changelogs here](https://github.com/aristath/kirki/blob/master/CHANGELOG.md).