Kirki 3.1.0

This commit is contained in:
Alexander Agnarson 2020-03-23 20:16:34 +01:00
parent 93fe0e7e8e
commit 04285707a0
21 changed files with 963 additions and 1969 deletions

View file

@ -3,8 +3,8 @@ Contributors: aristath, dannycooper, 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.2
Stable tag: 3.0.45
Tested up to: 5.3
Stable tag: 3.1.0
License: MIT
License URI: https://opensource.org/licenses/MIT
@ -75,20 +75,15 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct
== Changelog ==
= 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).
= 3.1.0 - 2020-03-01 =
### Changed
* Completely refactored the google-fonts downloader. Fonts now get stored in `wp-content/fonts/{font-family}/{file}`.
* 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.
* Removed the `branding` module.
* Removed the `styling` module.
* Removed the `telemetry` module.
[See the previous changelogs here](https://github.com/aristath/kirki/blob/master/CHANGELOG.md).