PluginProbe
Customify / 1.7.1
Customify v1.7.1
2.10.9 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.7.1 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.0.1 1.6.5 1.7.0 1.7.1 All 77 releases
customify / readme.txt

readme.txt in Customify 1.7.1, at readme.txt

226 lines 8.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Customify - A Theme Customizer Booster ===
2 Contributors: pixelgrade, euthelup, babbardel, vlad.olaru, cristianfrumusanu, raduconstantin, razvanonofrei
3 Tags: customizer, css, editor, live, preview, customizer
4 Requires at least: 4.7.0
5 Tested up to: 4.9.5
6 Stable tag: 1.7.1
7 License: GPLv2 or later
8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
10 Customify is a Theme Customizer Booster that you can easily use to add Fonts, Colors, Live CSS Editor and other options to your theme.
11
12 == Description ==
13
14 With [Customify](https://github.com/pixelgrade/customify), developers can easily create **advanced theme-specific options** inside the WordPress Customizer. Using those options, a user can make presentational changes without having to know or edit the theme code.
15
16 **[Types of Fields](https://github.com/pixelgrade/customify#list_of_fields)**
17
18 * **Color.** A color picker used to control any text or background color of an element.
19
20 * **Font.** A real font selector which includes a flexible library of fonts(Fonto, google fonts or added via fliter) and allows you to customize, with live preview, properties like font-weight, size, letter spacing, text align, text decoration etc.
21
22 * **Typography.** (Deprecated) A series of typographic options that allow you to access the massive **Google Fonts library** and make them available inside your theme customizer.
23
24 * **CSS Editor.** A powerful **Live CSS Editor** directly into your customizer! Useful for better control over the appearance of your theme without the need to create a child theme or worry about theme updates overwriting your customizations.
25
26 * **Text Field.** A simple text field that allows you to customize elements like Site Title or Footer Credits.
27
28 * **Select Dropdown.** A drop-down menu selector to be used when you have to choose from multiple options.
29
30 * **Range.** The html5 range element can be used to select number values.
31
32 * **[Preset](https://github.com/pixelgrade/customify/blob/master/README.md#presets_title).** A field which allows you to change a group of Customify fields.
33
34 * **And more others [this is the full list](https://github.com/pixelgrade/customify#list_of_fields)
35
36 **Made with love by Pixelgrade**
37
38 == Credits ==
39
40 * [Select2](https://select2.github.io) JavaScript library - License: MIT
41 * [CSSOM.js](https://github.com/NV/CSSOM) JavaScript library - License: MIT
42 * [Ace Editor](https://ace.c9.io/) JavaScript editor - License: BSD
43 * [jQuery React](https://github.com/natedavisolds/jquery-react) JavaScript jQuery plugin - License: MIT
44 * Default [image](https://unsplash.com/photos/OgM4RKdr2kY) for Style Manager Color Palette control - License: (Unsplash)[https://unsplash.com/license]
45
46 == Changelog ==
47
48 = 1.7.1 =
49 * Fixed issue with **Color Palettes** overwriting custom colors in Live Preview
50
51 = 1.7.0 =
52 * Added **Dynamic Color Palettes** for a smoother experience
53 * Fixed issue with the Style Manager crashing the Customizer when not using a theme with support for it.
54
55 = 1.6.5 =
56 * Added **Color Palettes Variations** to the Style Manager Customizer section
57 * Improved Color Palettes logic to better handle differences between various color palettes
58 * Improved master color connected fields logic to allow for a smoother experience
59 * Updated Google Fonts list
60 * Fixed some issues with the connected fields logic
61 * Fixed some Customizer preview scaling issues
62 * Fixed a potential bug with the options' CSS config (multiple configs with the same property but with different selectors)
63
64 = 1.6.0 =
65 * Added **Style Manager** Customizer section with theme supports logic
66 * Added connected fields logic for easy chaining of Customizer controls
67 * Fixed a couple of styling inconsistencies regarding the Customizer
68
69 = 1.5.7 =
70 * Improved development logic for easier testing
71 * Improved and fixed reset settings buttons
72 * Fixed a couple of styling inconsistencies regarding the Customizer
73
74 = 1.5.6 =
75 * New Fields Styling Improvements
76
77 = 1.5.5 =
78 * Added Compatibility with WordPress 4.9
79
80 = 1.5.4 =
81 * Allow 0 values for fonts line-height and letter-spacing
82 * Improved the plugin loading process and the CSS inline output
83 * Fixed small style issues for the Customizer bar
84
85 = 1.5.3 =
86 * Update Style for WordPress 4.8
87 * Updated Google Fonts list
88 * Fixed the double output of the custom CSS
89 * Fixed Menu Add Button overlap
90
91 = 1.5.2 =
92 * Fixed Background field output
93 * Fixed Font's preview in wp-editor
94 * Added Reset Theme Mods tool
95
96 = 1.5.1 =
97 * Added support for `active_callback` argument for customizer controls
98 * Customizer assets refactor
99
100 = 1.5.0 =
101 * Plugin core refactored for a better performance
102 * Fixed Font Weight saving
103 * Fixed Font Subset saving
104 * Fix Select2 enqueue_script
105
106 = 1.4.2 =
107 * Improved Font style output in front-end. Now is just one style element with all the fonts inside.
108 * Improved Fonts panels, now only one can be opened to avoid confusion
109 * Fixed Presets with fonts
110 * Fixed Google Fonts with italic weights
111 * Fixed Range input field
112 * Small Fixes
113
114 = 1.4.1 =
115 * Fixed Multiple local fonts
116
117 = 1.4.0 =
118 * Make Customify compatible with the [4.7 customizer changes](https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions)
119 * Add `show_if` [config option](https://github.com/pixelgrade/customify#conditional-fields)
120 * Fix Conflict with Jetpack - Related posts
121 * Fix Javascript callbacks loss
122 * Switch de default storage from option to theme_mod
123 * Fixed Incorrect Color Panel Height
124 * Fixed Font field weight in customizer preview
125
126 = 1.3.1 =
127 * Fixed compatibility with PHP <= 5.3.x
128
129 = 1.3.0 =
130 * Added the new and awesome `font` selector
131 * The live CSS editor is now removed for 4.7, but don't worry, your style will be imported into the new [CSS Editor](https://make.wordpress.org/core/2016/11/26/extending-the-custom-css-editor/)
132 * Added compatibility with 4.7
133
134 = 1.2.7 =
135 * Added capability to control the Jetpack Sharing default options
136
137 = 1.2.6 =
138 * Added capability to define Jetpack default and hidden modules
139
140 = 1.2.5 =
141 * Fixed WordPress 4.7 incompatibilities
142
143 = 1.2.4 =
144 * Added: Support for Fonto plugin
145 * Improved the font selector
146 * Fixed presets on ssl
147
148 = 1.2.3 =
149 * Added: Support for conditional fields display
150 * Fixed weights for local fonts
151 * Fixed Ace editor warnings
152 * Fixed some rare PHP warnings
153
154 = 1.2.2 =
155 * Added: Customizer styling
156 * Fixed some rare warnings with google fonts
157
158 = 1.2.1 =
159 * Improve default fonts parse, and fix some legacy cases
160 * Remove google api code when google fonts is disabled
161
162 = 1.2.0 =
163 * Added: Compatibility with WordPress 4.4.0
164 * Added: Presets can now set fonts and font weights
165 * Fixed: Now range fields can have `0` as default
166 * Fixed: Font subsets style
167 * Fixed: Fixed some PHP and javascript warnings
168 * Updated: Font field style
169
170 = 1.1.7 =
171 * Added: Compatibility with WordPress 4.3.1
172 * Added: Custom fonts can be used now as defaults
173 * Fixed: Fonts preview
174 * Fixed: Some rare errors with PHP 5.2.x
175 * Fixed: Some font variants warnings with PHP 5.2.x
176
177 = 1.1.6 =
178 * Added: Custom background field with bacgkround-* css properties selects
179 * Added: Compatibility with WordPress 4.3.x
180 * Added: Compatibility with PHP 5.2.x
181 * Improved: Live CSS Editor is now live...for real
182 * Updated: ACE Editor
183 * Updated: The list of google fonts is now up to date
184
185
186 = 1.1.5 =
187 * Added: Live-preview support for `text` and `textarea` fields.
188 * Added: **Unit** parameter for css values(now we can use all the css units like em, rem, vh, all of them :D).
189 * Fixed: Editor style for Typekit fonts.
190 * Fixed: Editor style with default values.
191 * Fixed: Live Preview small fixes
192 * Updated: The list of google fonts is now up to date
193
194 = 1.1.4 =
195 * Added: Ace Editor field.
196 * Added: HTML field.
197 * Added: Sanitize callbacks parameter and a default sanitizer for the checkbox field.
198 * Fixed: Slight styling issues.
199
200 = 1.1.2 =
201 * Added: Option to add Customify's changes in the editor.
202 * Added: Possibility to load Typekit fonts through config.
203
204 = 1.1.1 =
205 * Added: Radio input with image label.
206 * Added: Javascript callback for css properties.
207 * Update: Updated Ace editor.
208
209 = 1.1.0 =
210 * Added: [Preset](https://github.com/pixelgrade/customify/blob/master/README.md#presets_title) field type.
211 * Added: Reset buttons (disabled by default).
212 * Added: Button field.
213
214 == Installation ==
215
216 1. Install Customify either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory
217 2. After activating Customify go to `Appearance → Customize` and have fun with the new felds
218 3. For further instructions and how to setup your own fields, read our [detailed documentation](http://github.com/pixelgrade/customify/blob/dev/README.md)
219
220 == Frequently Asked Questions ==
221
222 = Is there a way to reset Customify to defaults? =
223 Reset buttons are available for all the options or for individual sections or panels.
224 They are disabled by default to avoid useless/accidental resets.
225 To enable them simply go to Dashboard -> Settings -> Customify and check "Enable Reset Buttons"
226