Skip to content

Commit

Permalink
grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Nov 7, 2017
1 parent 281882d commit 010d9b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 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.8.2
**Tested up to:** 4.9
**Stable tag:** 3.0.11
**Stable tag:** 3.0.12
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -35,27 +35,32 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct

### 3.0.12 ###

November 7 2017, dev time: 42 hours.

This update significantly reduces the plugin size by removing 3rd-party libraries (particularly CodeMirror) and uses the new controls and scripts that become available in WordPress 4.9.
It also changes the file structure and paves the way for a 3.1 rewrite which will be a significant improvement, making Kirki a mostly JS-based app fully integrated in WordPress's JS API and moving away from the PHP API.

* Fix: WordPress 4.9 compatibility for colorpickers.
* Fix: WordPress 4.9 compatibility for typography controls.
* Fix: WordPress 4.9 compatibility for multicolor contols.
* Fix: WordPress 4.9 compatibility for background contols.
* Fix: Refactored editor controls to make them compatible with WP 4.9
* Fix: Refactored `editor` controls to make them compatible with WP 4.9
* Fix: Remove CodeMirror and use the code control from WordPress Core. Code controls will be displayed as textareas in WP older than 4.9.
* Fix: Use new DateTimeControl if in WP 4.9+.
* Fix: Use new `DateTimeControl` if in WP 4.9+ for date control.
* Fix: Text field styling.
* Fix: Switch controls labels.
* Fix: 'choices' arguments were not getting passed-on due to `is_customize_preview` checks in latest WP Versions.
* Fix: Overriding Kirki translations from a theme when Kirki is embedded.
* Removed: Reset module.
* New: Replaced select2 with selectWoo.
* New: Added a Kirki_Control_Base class and abstracted controls.
* New: Replaced `select2` with `selectWoo`.
* New: Added a `Kirki_Control_Base` class and abstracted controls.
* New: Better file structure.
* New: Compiled JS & CSS files.
* New: Added ability to manually enter numeric values in slider controls.
* Tweak: Improved styling of color-palette controls.
* Tweak: Radio-Image controls now display images inline (using flexbox).
* Tweak: Removed the reset switch from slider controls & improved their styling.
* Tweak: Improved typography controls styling for text-align.
* Removed: Reset module.

### 3.0.11 ###

Expand Down
2 changes: 1 addition & 1 deletion modules/webfonts/webfonts.php

Large diffs are not rendered by default.

0 comments on commit 010d9b4

Please sign in to comment.