Skip to content

Commit

Permalink
v3.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jun 16, 2019
1 parent 6e38b99 commit 2398aee
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 14 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions kirki.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 6 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

0 comments on commit 2398aee

Please sign in to comment.