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

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