PluginProbe
Customify / 1.3.1
Customify v1.3.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.3.1, at readme.txt

140 lines 5.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
3 Tags: customizer, css, editor, live, preview, customise
4 Requires at least: 4.4.0
5 Tested up to: 4.7.0
6 Stable tag: 1.3.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 == Changelog ==
39
40 = 1.3.1 =
41 * Fixed compatibility with PHP <= 5.3.x
42
43 = 1.3.0 =
44 * Added the new and awesome `font` selector
45 * 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/)
46 * Added compatibility with 4.7
47
48 = 1.2.7 =
49 * Added capability to control the Jetpack Sharing default options
50
51 = 1.2.6 =
52 * Added capability to define Jetpack default and hidden modules
53
54 = 1.2.5 =
55 * Fixed WordPress 4.7 incompatibilities
56
57 = 1.2.4 =
58 * Added: Support for Fonto plugin
59 * Improved the font selector
60 * Fixed presets on ssl
61
62 = 1.2.3 =
63 * Added: Support for conditional fields display
64 * Fixed weights for local fonts
65 * Fixed Ace editor warnings
66 * Fixed some rare PHP warnings
67
68 = 1.2.2 =
69 * Added: Customizer styling
70 * Fixed some rare warnings with google fonts
71
72 = 1.2.1 =
73 * Improve default fonts parse, and fix some legacy cases
74 * Remove google api code when google fonts is disabled
75
76 = 1.2.0 =
77 * Added: Compatibility with WordPress 4.4.0
78 * Added: Presets can now set fonts and font weights
79 * Fixed: Now range fields can have `0` as default
80 * Fixed: Font subsets style
81 * Fixed: Fixed some PHP and javascript warnings
82 * Updated: Font field style
83
84 = 1.1.7 =
85 * Added: Compatibility with WordPress 4.3.1
86 * Added: Custom fonts can be used now as defaults
87 * Fixed: Fonts preview
88 * Fixed: Some rare errors with PHP 5.2.x
89 * Fixed: Some font variants warnings with PHP 5.2.x
90
91 = 1.1.6 =
92 * Added: Custom background field with bacgkround-* css properties selects
93 * Added: Compatibility with WordPress 4.3.x
94 * Added: Compatibility with PHP 5.2.x
95 * Improved: Live CSS Editor is now live...for real
96 * Updated: ACE Editor
97 * Updated: The list of google fonts is now up to date
98
99
100 = 1.1.5 =
101 * Added: Live-preview support for `text` and `textarea` fields.
102 * Added: **Unit** parameter for css values(now we can use all the css units like em, rem, vh, all of them :D).
103 * Fixed: Editor style for Typekit fonts.
104 * Fixed: Editor style with default values.
105 * Fixed: Live Preview small fixes
106 * Updated: The list of google fonts is now up to date
107
108 = 1.1.4 =
109 * Added: Ace Editor field.
110 * Added: HTML field.
111 * Added: Sanitize callbacks parameter and a default sanitizer for the checkbox field.
112 * Fixed: Slight styling issues.
113
114 = 1.1.2 =
115 * Added: Option to add Customify's changes in the editor.
116 * Added: Possibility to load Typekit fonts through config.
117
118 = 1.1.1 =
119 * Added: Radio input with image label.
120 * Added: Javascript callback for css properties.
121 * Update: Updated Ace editor.
122
123 = 1.1.0 =
124 * Added: [Preset](https://github.com/pixelgrade/customify/blob/master/README.md#presets_title) field type.
125 * Added: Reset buttons (disabled by default).
126 * Added: Button field.
127
128 == Installation ==
129
130 1. Install Customify either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory
131 2. After activating Customify go to `Appearance → Customize` and have fun with the new felds
132 3. For further instructions and how to setup your own fields, read our [detailed documentation](http://github.com/pixelgrade/customify/blob/dev/README.md)
133
134 == Frequently Asked Questions ==
135
136 = Is there a way to reset Customify to defaults? =
137 Reset buttons are available for all the options or for individual sections or panels.
138 They are disabled by default to avoid useless/accidental resets.
139 To enable them simply go to Dashboard -> Settings -> Customify and check "Enable Reset Buttons"
140