PluginProbe
Customify / 1.6.5
Customify v1.6.5
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.6.5, at readme.txt

219 lines 8.5 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
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.6.5
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.6.5 =
49 * Added **Color Palettes Variations** to the Style Manager Customizer section
50 * Improved Color Palettes logic to better handle differences between various color palettes
51 * Improved master color connected fields logic to allow for a smoother experience
52 * Updated Google Fonts list
53 * Fixed some issues with the connected fields logic
54 * Fixed some Customizer preview scaling issues
55 * Fixed a potential bug with the options' CSS config (multiple configs with the same property but with different selectors)
56
57 = 1.6.0 =
58 * Added **Style Manager** Customizer section with theme supports logic
59 * Added connected fields logic for easy chaining of Customizer controls
60 * Fixed a couple of styling inconsistencies regarding the Customizer
61
62 = 1.5.7 =
63 * Improved development logic for easier testing
64 * Improved and fixed reset settings buttons
65 * Fixed a couple of styling inconsistencies regarding the Customizer
66
67 = 1.5.6 =
68 * New Fields Styling Improvements
69
70 = 1.5.5 =
71 * Added Compatibility with WordPress 4.9
72
73 = 1.5.4 =
74 * Allow 0 values for fonts line-height and letter-spacing
75 * Improved the plugin loading process and the CSS inline output
76 * Fixed small style issues for the Customizer bar
77
78 = 1.5.3 =
79 * Update Style for WordPress 4.8
80 * Updated Google Fonts list
81 * Fixed the double output of the custom CSS
82 * Fixed Menu Add Button overlap
83
84 = 1.5.2 =
85 * Fixed Background field output
86 * Fixed Font's preview in wp-editor
87 * Added Reset Theme Mods tool
88
89 = 1.5.1 =
90 * Added support for `active_callback` argument for customizer controls
91 * Customizer assets refactor
92
93 = 1.5.0 =
94 * Plugin core refactored for a better performance
95 * Fixed Font Weight saving
96 * Fixed Font Subset saving
97 * Fix Select2 enqueue_script
98
99 = 1.4.2 =
100 * Improved Font style output in front-end. Now is just one style element with all the fonts inside.
101 * Improved Fonts panels, now only one can be opened to avoid confusion
102 * Fixed Presets with fonts
103 * Fixed Google Fonts with italic weights
104 * Fixed Range input field
105 * Small Fixes
106
107 = 1.4.1 =
108 * Fixed Multiple local fonts
109
110 = 1.4.0 =
111 * Make Customify compatible with the [4.7 customizer changes](https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions)
112 * Add `show_if` [config option](https://github.com/pixelgrade/customify#conditional-fields)
113 * Fix Conflict with Jetpack - Related posts
114 * Fix Javascript callbacks loss
115 * Switch de default storage from option to theme_mod
116 * Fixed Incorrect Color Panel Height
117 * Fixed Font field weight in customizer preview
118
119 = 1.3.1 =
120 * Fixed compatibility with PHP <= 5.3.x
121
122 = 1.3.0 =
123 * Added the new and awesome `font` selector
124 * 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/)
125 * Added compatibility with 4.7
126
127 = 1.2.7 =
128 * Added capability to control the Jetpack Sharing default options
129
130 = 1.2.6 =
131 * Added capability to define Jetpack default and hidden modules
132
133 = 1.2.5 =
134 * Fixed WordPress 4.7 incompatibilities
135
136 = 1.2.4 =
137 * Added: Support for Fonto plugin
138 * Improved the font selector
139 * Fixed presets on ssl
140
141 = 1.2.3 =
142 * Added: Support for conditional fields display
143 * Fixed weights for local fonts
144 * Fixed Ace editor warnings
145 * Fixed some rare PHP warnings
146
147 = 1.2.2 =
148 * Added: Customizer styling
149 * Fixed some rare warnings with google fonts
150
151 = 1.2.1 =
152 * Improve default fonts parse, and fix some legacy cases
153 * Remove google api code when google fonts is disabled
154
155 = 1.2.0 =
156 * Added: Compatibility with WordPress 4.4.0
157 * Added: Presets can now set fonts and font weights
158 * Fixed: Now range fields can have `0` as default
159 * Fixed: Font subsets style
160 * Fixed: Fixed some PHP and javascript warnings
161 * Updated: Font field style
162
163 = 1.1.7 =
164 * Added: Compatibility with WordPress 4.3.1
165 * Added: Custom fonts can be used now as defaults
166 * Fixed: Fonts preview
167 * Fixed: Some rare errors with PHP 5.2.x
168 * Fixed: Some font variants warnings with PHP 5.2.x
169
170 = 1.1.6 =
171 * Added: Custom background field with bacgkround-* css properties selects
172 * Added: Compatibility with WordPress 4.3.x
173 * Added: Compatibility with PHP 5.2.x
174 * Improved: Live CSS Editor is now live...for real
175 * Updated: ACE Editor
176 * Updated: The list of google fonts is now up to date
177
178
179 = 1.1.5 =
180 * Added: Live-preview support for `text` and `textarea` fields.
181 * Added: **Unit** parameter for css values(now we can use all the css units like em, rem, vh, all of them :D).
182 * Fixed: Editor style for Typekit fonts.
183 * Fixed: Editor style with default values.
184 * Fixed: Live Preview small fixes
185 * Updated: The list of google fonts is now up to date
186
187 = 1.1.4 =
188 * Added: Ace Editor field.
189 * Added: HTML field.
190 * Added: Sanitize callbacks parameter and a default sanitizer for the checkbox field.
191 * Fixed: Slight styling issues.
192
193 = 1.1.2 =
194 * Added: Option to add Customify's changes in the editor.
195 * Added: Possibility to load Typekit fonts through config.
196
197 = 1.1.1 =
198 * Added: Radio input with image label.
199 * Added: Javascript callback for css properties.
200 * Update: Updated Ace editor.
201
202 = 1.1.0 =
203 * Added: [Preset](https://github.com/pixelgrade/customify/blob/master/README.md#presets_title) field type.
204 * Added: Reset buttons (disabled by default).
205 * Added: Button field.
206
207 == Installation ==
208
209 1. Install Customify either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory
210 2. After activating Customify go to `Appearance → Customize` and have fun with the new felds
211 3. For further instructions and how to setup your own fields, read our [detailed documentation](http://github.com/pixelgrade/customify/blob/dev/README.md)
212
213 == Frequently Asked Questions ==
214
215 = Is there a way to reset Customify to defaults? =
216 Reset buttons are available for all the options or for individual sections or panels.
217 They are disabled by default to avoid useless/accidental resets.
218 To enable them simply go to Dashboard -> Settings -> Customify and check "Enable Reset Buttons"
219