| 1 |
=== Customify - A Theme Customizer Booster === |
| 2 |
Contributors: pixelgrade, euthelup, babbardel, vlad.olaru |
| 3 |
Tags: customizer, css, editor, live, preview, customise |
| 4 |
Requires at least: 4.3.0 |
| 5 |
Tested up to: 4.7.0 |
| 6 |
Stable tag: 1.2.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 |
* **Typography.** A series of typographic options that allow you to access the massive **Google Fonts library** and make them available inside your theme customizer. |
| 21 |
|
| 22 |
* **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. |
| 23 |
|
| 24 |
* **Text Field.** A simple text field that allows you to customize elements like Site Title or Footer Credits. |
| 25 |
|
| 26 |
* **Select Dropdown.** A drop-down menu selector to be used when you have to choose from multiple options. |
| 27 |
|
| 28 |
* **Range.** The html5 range element can be used to select number values. |
| 29 |
|
| 30 |
* **[Preset](https://github.com/pixelgrade/customify/blob/master/README.md#presets_title).** A field which allows you to change a group of Customify fields. |
| 31 |
|
| 32 |
* **And more others [this is the full list](https://github.com/pixelgrade/customify#list_of_fields) |
| 33 |
|
| 34 |
== Changelog == |
| 35 |
|
| 36 |
= 1.2.5 = |
| 37 |
* Fixed WordPress 4.7 incompatibilities |
| 38 |
|
| 39 |
= 1.2.4 = |
| 40 |
* Added: Support for Fonto plugin |
| 41 |
* Improved the font selector |
| 42 |
* Fixed presets on ssl |
| 43 |
|
| 44 |
= 1.2.3 = |
| 45 |
* Added: Support for conditional fields display |
| 46 |
* Fixed weights for local fonts |
| 47 |
* Fixed Ace editor warnings |
| 48 |
* Fixed some rare PHP warnings |
| 49 |
|
| 50 |
= 1.2.2 = |
| 51 |
* Added: Customizer styling |
| 52 |
* Fixed some rare warnings with google fonts |
| 53 |
|
| 54 |
= 1.2.1 = |
| 55 |
* Improve default fonts parse, and fix some legacy cases |
| 56 |
* Remove google api code when google fonts is disabled |
| 57 |
|
| 58 |
= 1.2.0 = |
| 59 |
* Added: Compatibility with WordPress 4.4.0 |
| 60 |
* Added: Presets can now set fonts and font weights |
| 61 |
* Fixed: Now range fields can have `0` as default |
| 62 |
* Fixed: Font subsets style |
| 63 |
* Fixed: Fixed some PHP and javascript warnings |
| 64 |
* Updated: Font field style |
| 65 |
|
| 66 |
= 1.1.7 = |
| 67 |
* Added: Compatibility with WordPress 4.3.1 |
| 68 |
* Added: Custom fonts can be used now as defaults |
| 69 |
* Fixed: Fonts preview |
| 70 |
* Fixed: Some rare errors with PHP 5.2.x |
| 71 |
* Fixed: Some font variants warnings with PHP 5.2.x |
| 72 |
|
| 73 |
= 1.1.6 = |
| 74 |
* Added: Custom background field with bacgkround-* css properties selects |
| 75 |
* Added: Compatibility with WordPress 4.3.x |
| 76 |
* Added: Compatibility with PHP 5.2.x |
| 77 |
* Improved: Live CSS Editor is now live...for real |
| 78 |
* Updated: ACE Editor |
| 79 |
* Updated: The list of google fonts is now up to date |
| 80 |
|
| 81 |
|
| 82 |
= 1.1.5 = |
| 83 |
* Added: Live-preview support for `text` and `textarea` fields. |
| 84 |
* Added: **Unit** parameter for css values(now we can use all the css units like em, rem, vh, all of them :D). |
| 85 |
* Fixed: Editor style for Typekit fonts. |
| 86 |
* Fixed: Editor style with default values. |
| 87 |
* Fixed: Live Preview small fixes |
| 88 |
* Updated: The list of google fonts is now up to date |
| 89 |
|
| 90 |
= 1.1.4 = |
| 91 |
* Added: Ace Editor field. |
| 92 |
* Added: HTML field. |
| 93 |
* Added: Sanitize callbacks parameter and a default sanitizer for the checkbox field. |
| 94 |
* Fixed: Slight styling issues. |
| 95 |
|
| 96 |
= 1.1.2 = |
| 97 |
* Added: Option to add Customify's changes in the editor. |
| 98 |
* Added: Possibility to load Typekit fonts through config. |
| 99 |
|
| 100 |
= 1.1.1 = |
| 101 |
* Added: Radio input with image label. |
| 102 |
* Added: Javascript callback for css properties. |
| 103 |
* Update: Updated Ace editor. |
| 104 |
|
| 105 |
= 1.1.0 = |
| 106 |
* Added: [Preset](https://github.com/pixelgrade/customify/blob/master/README.md#presets_title) field type. |
| 107 |
* Added: Reset buttons (disabled by default). |
| 108 |
* Added: Button field. |
| 109 |
|
| 110 |
== Installation == |
| 111 |
|
| 112 |
1. Install Customify either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory |
| 113 |
2. After activating Customify go to `Appearance → Customize` and have fun with the new felds |
| 114 |
3. For further instructions and how to setup your own fields, read our [detailed documentation](http://github.com/pixelgrade/customify/blob/dev/README.md) |
| 115 |
|
| 116 |
== Frequently Asked Questions == |
| 117 |
|
| 118 |
= Is there a way to reset Customify to defaults? = |
| 119 |
Reset buttons are available for all the options or for individual sections or panels. |
| 120 |
They are disabled by default to avoid useless/accidental resets. |
| 121 |
To enable them simply go to Dashboard -> Settings -> Customify and check "Enable Reset Buttons" |
| 122 |
|