Skip to content

Commit

Permalink
v3.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jun 1, 2019
1 parent 3a72a0f commit 1227161
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Tags:** customizer,options framework, theme, mods, toolkit, gutenberg
**Donate link:** https://aristath.github.io/donate
**Requires at least:** 4.9
**Tested up to:** 5.0
**Stable tag:** 3.0.39
**Tested up to:** 5.2
**Stable tag:** 3.0.40
**License:** MIT
**License URI:** https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -40,6 +40,13 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct

## Changelog ##

### 3.0.40 ###

Jun.1 2019, dev time: 30m

* Fix: Updated URL for fontawesome to avoid tracking.
* Fix: Updated Google-fonts list.

### 3.0.39 ###

Mar.31 2019, dev time: 30m
Expand Down
9 changes: 2 additions & 7 deletions kirki.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The ultimate WordPress Customizer Toolkit
* Author: Ari Stathopoulos (@aristath)
* Author URI: http://aristath.github.io
* Version: 3.0.39
* Version: 3.0.40
* Text Domain: kirki
* Requires WP: 4.9
* Requires PHP: 5.3
Expand Down Expand Up @@ -40,12 +40,7 @@

// Define the KIRKI_VERSION constant.
if ( ! defined( 'KIRKI_VERSION' ) ) {
if ( ! function_exists( 'get_plugin_data' ) ) {
include_once ABSPATH . 'wp-admin/includes/plugin.php'; // phpcs:ignore WPThemeReview.CoreFunctionality.FileInclude
}
$data = get_plugin_data( KIRKI_PLUGIN_FILE );
$version = ( isset( $data['Version'] ) ) ? $data['Version'] : false;
define( 'KIRKI_VERSION', $version );
define( 'KIRKI_VERSION', '3.0.40' );
}

// 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.39",
"version": "3.0.40",
"author": "Ari Stathopoulos (@aristath)",
"homepage": "https://kirki.org",
"license": "MIT",
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: aristath, wplemon, igmoweb
Tags: customizer,options framework, theme, mods, toolkit, gutenberg
Donate link: https://aristath.github.io/donate
Requires at least: 4.9
Tested up to: 5.0
Stable tag: 3.0.39
Tested up to: 5.2
Stable tag: 3.0.40
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -40,6 +40,13 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct

== Changelog ==

= 3.0.40 =

Jun.1 2019, dev time: 30m

* Fix: Updated URL for fontawesome to avoid tracking.
* Fix: Updated Google-fonts list.

= 3.0.39 =

Mar.31 2019, dev time: 30m
Expand Down

0 comments on commit 1227161

Please sign in to comment.