equal
deleted
inserted
replaced
1 === OptionTree === |
1 === OptionTree === |
2 Contributors: valendesigns |
2 Contributors: valendesigns |
3 Donate link: http://bit.ly/NuXI3T |
3 Donate link: http://bit.ly/NuXI3T |
4 Tags: options, theme options, meta boxes |
4 Tags: options, theme options, meta boxes |
5 Requires at least: 3.8 |
5 Requires at least: 3.8 |
6 Tested up to: 4.2 |
6 Tested up to: 4.4 |
7 Stable tag: 2.5.5 |
7 Stable tag: 2.6.0 |
8 License: GPLv3 |
8 License: GPLv3 |
9 |
9 |
10 Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes. |
10 Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes. |
11 |
11 |
12 == Description == |
12 == Description == |
124 2. Settings |
124 2. Settings |
125 3. Documentation |
125 3. Documentation |
126 |
126 |
127 == Changelog == |
127 == Changelog == |
128 |
128 |
|
129 = 2.6.0 = |
|
130 * Fix a reflected XSS vulnerability with the `add_list_item` & `add_social_links` Ajax requests. |
|
131 * Fix the Google Fonts URL so it passed the W3 Validator. props @BassemN |
|
132 * Fix `global_admin_css` so it's only enqueued when needed. |
|
133 * Fix `dynamic.css` so that a child theme doesn't load the styles saved to the parent theme. |
|
134 * Add filter `ot_recognized_post_format_meta_boxes` to support additional post formats meta boxes. props @BassemN |
|
135 * Add action `ot_do_settings_fields_before` & `ot_do_settings_fields_after`. props @BassemN, @valendesigns |
|
136 * Add Text Domain to plugin file to fully support the new translate.wordpress.org Language Packs. |
|
137 * Fix notice in PHP 7.0.0 props @Zackio |
|
138 |
129 = 2.5.5 = |
139 = 2.5.5 = |
130 * Hotfix - Allow a `0` value to be saved with certain option types. Contributors via github @BassemN. |
140 * Hotfix - Allow a `0` value to be saved with certain option types. Contributors via github @BassemN. |
131 * Hotfix - Stop media from being attached to the OptionTree post type when uploaded from the media manager or customizer. Contributors via github @earnjam, and @valendesigns. |
141 * Hotfix - Stop media from being attached to the OptionTree post type when uploaded from the media manager or customizer. Contributors via github @earnjam, and @valendesigns. |
132 * Hotfix - Added filter `ot_load_dynamic_css` to explicitly turn the feature off if desired. |
142 * Hotfix - Added filter `ot_load_dynamic_css` to explicitly turn the feature off if desired. |
133 * Hotfix - Stopped `dynamic.css` created with other themes from being loaded elsewhere. |
143 * Hotfix - Stopped `dynamic.css` created with other themes from being loaded elsewhere. |
539 |
549 |
540 = 1.1.7.1 = |
550 = 1.1.7.1 = |
541 * Revert functions.load.php, will fix and update in next version |
551 * Revert functions.load.php, will fix and update in next version |
542 |
552 |
543 = 1.1.7 = |
553 = 1.1.7 = |
544 * Added layout (theme variation) support with save/delete/activate/import/export capabilities. Contributions form Brian of flauntbooks.com |
554 * Added layout (theme variation) support with save/delete/activate/import/export capabilities. |
545 * Allow layout change on Theme Options page. |
555 * Allow layout change on Theme Options page. |
546 * Full Multisite compatibility by manually adding xml mime type for import options. |
556 * Full Multisite compatibility by manually adding xml mime type for import options. |
547 * Replaced eregi() with preg_match() for 5.3+ compatibility. |
557 * Replaced eregi() with preg_match() for 5.3+ compatibility. |
548 * Changed test data in the assets directory for new layout option. |
558 * Changed test data in the assets directory for new layout option. |
549 * Made it so when the slider & upload image changes it's reflected on blur. |
559 * Made it so when the slider & upload image changes it's reflected on blur. |