Skip to content

Commit

Permalink
v3.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Sep 1, 2019
1 parent ea02220 commit 5ae4cbd
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
## 3.0.45 - 2019-09-01

### Fixed
* Compatibility with the latest Gutenberg plugin versions.
* Styles for normal font-weights in typography controls (`regular` to `400` conversion).

### Changed
* Updated Google-Fonts lists.

### Removed
* Backup fonts are no longer needed since google-fonts are no longer loaded from the google CDN.

### Deprecated
* `kirki_fonts_backup_fonts` filter.
* `Kirki_Fonts::get_backup_fonts()` method.

## 3.0.44

Jun.25 2019, dev time: 30m
Expand Down
18 changes: 15 additions & 3 deletions README.md
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.44
**Stable tag:** 3.0.45
**License:** MIT
**License URI:** https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -77,8 +77,20 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct

### 3.0.34 ###

Jun.25 2019, dev time: 30m
### 3.0.45 - 2019-09-01 ###

* Fix: Google fonts getting constantly downloaded when `WP_DEBUG` was set to `true`
### Fixed
* Compatibility with the latest Gutenberg plugin versions.
* Styles for normal font-weights in typography controls (`regular` to `400` conversion).

### Changed
* Updated Google-Fonts lists.

### Removed
* Backup fonts are no longer needed since google-fonts are no longer loaded from the google CDN.

### Deprecated
* `kirki_fonts_backup_fonts` filter.
* `Kirki_Fonts::get_backup_fonts()` method.

[See the previous changelogs here](https://github.com/aristath/kirki/blob/master/CHANGELOG.md).
4 changes: 2 additions & 2 deletions kirki.php
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.44
* Version: 3.0.45
* 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.44' );
define( 'KIRKI_VERSION', '3.0.45' );
}

// Make sure the path is properly set.
Expand Down
18 changes: 14 additions & 4 deletions readme.txt
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.44
Stable tag: 3.0.45
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -75,10 +75,20 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct

== Changelog ==

= 3.0.34 =
= 3.0.45 - 2019-09-01 =

Jun.25 2019, dev time: 30m
### Fixed
* Compatibility with the latest Gutenberg plugin versions.
* Styles for normal font-weights in typography controls (`regular` to `400` conversion).

* Fix: Google fonts getting constantly downloaded when `WP_DEBUG` was set to `true`
### Changed
* Updated Google-Fonts lists.

### Removed
* Backup fonts are no longer needed since google-fonts are no longer loaded from the google CDN.

### Deprecated
* `kirki_fonts_backup_fonts` filter.
* `Kirki_Fonts::get_backup_fonts()` method.

[See the previous changelogs here](https://github.com/aristath/kirki/blob/master/CHANGELOG.md).

0 comments on commit 5ae4cbd

Please sign in to comment.