forked from themeum/kirki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·104 lines (87 loc) · 3.82 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
=== Kirki ===
Contributors: aristath, fovoc
Donate link: http://kirki.org
Tags: customizer
Requires at least: 4.0
Tested up to: 4.1.1
Stable tag: 0.6.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tired of all the bloated options frameworks? You can use the WordPress Customizer instead, and extend it using Kirki!
== Description ==
Kirki allows developers to add advanced controls to their customizer as well as customize the way the customizer looks and feels.
The following controls are included:
* Buttonset
* Checkbox
* Color
* Image
* Background
* Image Radio
* Multicheck
* Radio
* Select
* Slider
* Text
* Textarea
* Upload
* Switch
* Toggle
* Sortable
For documentation and examples on how to use these controls, please visit [kirki.org](http://kirki.org/#fields).
In addition you can also automatically generate the CSS for a lot of controls and have it added to the head of your document without writing any custom functions and code for that. [Learn more about automatic output of CSS here](http://kirki.org/#output)
== Installation ==
Just install this plugin and activate it.
For configuration instructions please visit http://kirki.org/#configuration
== 0.6.2 - 2014-03-02, dev time: 3 hours ==
* Fix: Frontend styles were not properly enqueued (props @dmgawel)
* New: Allow multiple output styles per control defined as an array of arrays.
* Fix: Background control styles
* Fix: Serialise default values for the sortable control. Now you can define default values as an array.
* Fix: Required script
* Fix: '_opacity' was added to a lot of controls by mistake. Removed it and wrote a migration script.
== 0.6.1 - 2014-02-25, dev time: 1 hours ==
* Fix: Sortables controls had a JS conflict
* Fix: Switches & Toggles were not properly working
== 0.6.0 - 2014-02-25, dev time: 9 hours ==
* Fix: Tooltips now properly working
* New: Added checkbox switches
* New: Added checkbox toggles
* Fix: Generated CSS is not properly combined & minified
* Fix: Re-structuring files hierarchy
* Fix: Simplify the way controls are loaded
* New: Only load control classes when they are needed
* New: Introducing Kirki_Customize_Control class
* Fix: CSS tweaks
* New: Sortable control (creating one is identical to a select control, but with `'type' => 'sortable'`)
* Fix: Double output CSS (props @agusmu)
* New: Google fonts now parsed from a json file.
== 0.5.1 ==
* Fix: Transport defaults to refresh instead of postMessage
* Fix: undefined index notice.
== 0.5 ==
* New: Automatic output of styles for generic controls.
* New: Automatic output of styles + scripts for fonts (including googlefonts )
* New: The 'output' argument on background controls is now an array for consistency with other controls. Older syntax is still compatible though. :)
* New: Add the ability to auto-generate styles for colors.
* Fix: Add a blank stylesheet if we need one and no stylesheet_id has been defined in the config options.
* Fix: CSS-only tooltips. Fixes issue with tooltips now showing up on WP >= 4.1
* Fix: Code cleanups
* New: Added support for WordPress's transport arguments
* Fix: All controls now have a sanitization callback. Users can override the default sanitizations by adding their own 'sanitize_callback' argument.
* Fix: OOP rewrite
* Fix: Strip protocol from Google API link
* Fix: Loading order for some files
* Fix: Removed deprecated less_var argument
= 0.4 =
* Fix: bugfix for selector
* New: Change the Kirki theme based on which admin theme is selected.
* Fix: Tranlsation domain issue
* New: Added a "group_title" control
* Fix: Updated the required script
* Fix: Updating CSS
* Other minor improvements and bugfixes
= 0.3 =
* new: added background field
* new: added 'output' argument to directly output the CSS
= 0.2 =
* Initial version