diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/plugins/option-tree/readme.txt --- a/wp/wp-content/plugins/option-tree/readme.txt Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/plugins/option-tree/readme.txt Mon Oct 14 17:39:30 2019 +0200 @@ -3,8 +3,8 @@ Donate link: http://bit.ly/NuXI3T Tags: options, theme options, meta boxes Requires at least: 3.8 -Tested up to: 4.2 -Stable tag: 2.5.5 +Tested up to: 4.4 +Stable tag: 2.6.0 License: GPLv3 Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes. @@ -126,6 +126,16 @@ == Changelog == += 2.6.0 = +* Fix a reflected XSS vulnerability with the `add_list_item` & `add_social_links` Ajax requests. +* Fix the Google Fonts URL so it passed the W3 Validator. props @BassemN +* Fix `global_admin_css` so it's only enqueued when needed. +* Fix `dynamic.css` so that a child theme doesn't load the styles saved to the parent theme. +* Add filter `ot_recognized_post_format_meta_boxes` to support additional post formats meta boxes. props @BassemN +* Add action `ot_do_settings_fields_before` & `ot_do_settings_fields_after`. props @BassemN, @valendesigns +* Add Text Domain to plugin file to fully support the new translate.wordpress.org Language Packs. +* Fix notice in PHP 7.0.0 props @Zackio + = 2.5.5 = * Hotfix - Allow a `0` value to be saved with certain option types. Contributors via github @BassemN. * 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. @@ -541,7 +551,7 @@ * Revert functions.load.php, will fix and update in next version = 1.1.7 = -* Added layout (theme variation) support with save/delete/activate/import/export capabilities. Contributions form Brian of flauntbooks.com +* Added layout (theme variation) support with save/delete/activate/import/export capabilities. * Allow layout change on Theme Options page. * Full Multisite compatibility by manually adding xml mime type for import options. * Replaced eregi() with preg_match() for 5.3+ compatibility. @@ -623,4 +633,4 @@ Having multiple sliders caused a naming collision in the JavaScript and is now fixed. Upgrade ASAP to have multiple sliders available in the UI. = 1.1.4 = -Fixed the returned value of the get_option_tree() function when $is_array is set to false. If you have created any slider or measurement option types please read the updated documentation for examples on how to use them in your theme. \ No newline at end of file +Fixed the returned value of the get_option_tree() function when $is_array is set to false. If you have created any slider or measurement option types please read the updated documentation for examples on how to use them in your theme.