Skip to content

Commit

Permalink
Version 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Mar 26, 2016
1 parent 48cd76c commit 2009567
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 11 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Donate link:** http://kirki.org/
**Requires at least:** 4.4
**Tested up to:** 4.5
**Stable tag:** 2.2.5
**Stable tag:** 2.2.6
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 2.2.6 ###

March 26, 2016, dev time: 10 hours

* FIX: Invalid variants for google fonts were getting enqueued due to a mischeck.
* FIX: Repeater rows are now minimized by default.
* FIX: Styling for the `dropdown-pages` control.
* FIX: `switch` controls now properly resize based on the label used in the `choices` argument.
* FIX: It is now possible to use `calc()` in CSS value controls.
* FIX: Styles were being applied to the customizer even if they were not defined in the `kirki/config` filter.
* FIX: Removed unnecessary class inheritances & other code cleanups.
* NEW: Allow resetting options per-section.
* NEW: Added new `color-palette` control.
* NEW: Added `'transport' => 'auto'` to auto-calculate postMessage scripts from the `output` argument when possible.
* NEW: Added Material design palettes in the `Kirki_Helper` class.
* NEW: Allow changing the "Add Row" text on repeater fields.
* NEW: Allow setting a limit for repeater rows.

### 2.2.5 ###

March 23, 2016, dev time: 7 hours
Expand Down
2 changes: 1 addition & 1 deletion assets/css/customizer.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/customizer.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/json/webfonts.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ input[type="text"] {
position: absolute;
top: 10px;
right: 10px;
background: #F44336;
background: #BDBDBD;
opacity: .5;
color: #fff;
font-size: .8rem;
Expand Down
2 changes: 1 addition & 1 deletion includes/class-kirki-toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class Kirki_Toolkit {
* @access protected
* @var string
*/
protected static $version = '2.2.5';
protected static $version = '2.2.6';

/**
* Access the single instance of this class
Expand Down
2 changes: 1 addition & 1 deletion 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: Aristeides Stathopoulos
* Author URI: http://aristeides.com
* Version: 2.2.5
* Version: 2.2.6
* Text Domain: kirki
*
* GitHub Plugin URI: aristath/kirki
Expand Down
10 changes: 8 additions & 2 deletions languages/kirki.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the same license as the Kirki Toolkit package.
msgid ""
msgstr ""
"Project-Id-Version: Kirki Toolkit 2.2.5\n"
"Project-Id-Version: Kirki Toolkit 2.2.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/kirki\n"
"POT-Creation-Date: 2016-03-24 16:10:56+00:00\n"
"POT-Creation-Date: 2016-03-26 22:02:03+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -357,14 +357,20 @@ msgstr ""
msgid "Limit: %s rows"
msgstr ""

#: includes/class-kirki-l10n.php:158
#: includes/sections/class-kirki-sections-hover-section.php:12
msgid "Press return or enter to open this section"
msgstr ""

#: includes/class-kirki-l10n.php:159
#: includes/sections/class-kirki-sections-hover-section.php:18
msgid "Back"
msgstr ""

#: includes/class-kirki-l10n.php:160
msgid "%s Reset"
msgstr ""

#. Plugin Name of the plugin/theme
msgid "Kirki Toolkit"
msgstr ""
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": "2.2.5",
"version": "2.2.6",
"author": "Aristeides Stathopoulos",
"homepage": "https://kirki.org",
"license": "MIT",
Expand Down
20 changes: 19 additions & 1 deletion 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
Donate link: http://kirki.org/
Requires at least: 4.4
Tested up to: 4.5
Stable tag: 2.2.5
Stable tag: 2.2.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.2.6 =

March 26, 2016, dev time: 10 hours

* FIX: Invalid variants for google fonts were getting enqueued due to a mischeck.
* FIX: Repeater rows are now minimized by default.
* FIX: Styling for the `dropdown-pages` control.
* FIX: `switch` controls now properly resize based on the label used in the `choices` argument.
* FIX: It is now possible to use `calc()` in CSS value controls.
* FIX: Styles were being applied to the customizer even if they were not defined in the `kirki/config` filter.
* FIX: Removed unnecessary class inheritances & other code cleanups.
* NEW: Allow resetting options per-section.
* NEW: Added new `color-palette` control.
* NEW: Added `'transport' => 'auto'` to auto-calculate postMessage scripts from the `output` argument when possible.
* NEW: Added Material design palettes in the `Kirki_Helper` class.
* NEW: Allow changing the "Add Row" text on repeater fields.
* NEW: Allow setting a limit for repeater rows.

= 2.2.5 =

March 23, 2016, dev time: 7 hours
Expand Down

0 comments on commit 2009567

Please sign in to comment.