OptionTree - Version 2.1.1

Version Description

  • Hotfix - The OT_SHOW_SETTINGS_EXPORT constant was incorrectly set to false as the default.
Download this release

Release Info

Developer valendesigns
Plugin Icon wp plugin OptionTree
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1 to 2.1.1

Files changed (2) hide show
  1. ot-loader.php +3 -3
  2. readme.txt +5 -2
ot-loader.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: OptionTree
4
  * Plugin URI: http://wp.envato.com
5
  * Description: Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
6
- * Version: 2.1
7
  * Author: Derek Herman
8
  * Author URI: http://valendesigns.com
9
  * License: GPLv3
@@ -60,7 +60,7 @@ if ( ! class_exists( 'OT_Loader' ) ) {
60
  /**
61
  * Current Version number.
62
  */
63
- define( 'OT_VERSION', '2.1' );
64
 
65
  /**
66
  * For developers: Allow Unfiltered HTML in all the textareas.
@@ -136,7 +136,7 @@ if ( ! class_exists( 'OT_Loader' ) ) {
136
  *
137
  * @since 2.1
138
  */
139
- define( 'OT_SHOW_SETTINGS_EXPORT', apply_filters( 'ot_show_settings_export', false ) );
140
 
141
  /**
142
  * For developers: Show New Layout.
3
  * Plugin Name: OptionTree
4
  * Plugin URI: http://wp.envato.com
5
  * Description: Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
6
+ * Version: 2.1.1
7
  * Author: Derek Herman
8
  * Author URI: http://valendesigns.com
9
  * License: GPLv3
60
  /**
61
  * Current Version number.
62
  */
63
+ define( 'OT_VERSION', '2.1.1' );
64
 
65
  /**
66
  * For developers: Allow Unfiltered HTML in all the textareas.
136
  *
137
  * @since 2.1
138
  */
139
+ define( 'OT_SHOW_SETTINGS_EXPORT', apply_filters( 'ot_show_settings_export', true ) );
140
 
141
  /**
142
  * For developers: Show New Layout.
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bit.ly/NuXI3T
4
  Tags: admin, theme options, meta boxes, options, admin interface, ajax
5
  Requires at least: 3.5
6
  Tested up to: 3.6
7
- Stable tag: 2.1
8
  License: GPLv3
9
 
10
  Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
@@ -41,6 +41,9 @@ Yes. OptionTree requires PHP5 to work correctly (so does WP 3.2+).
41
 
42
  == Changelog ==
43
 
 
 
 
44
  = 2.1 =
45
  * Added support for WordPress 3.6.
46
  * UI got a small but needed update, and is now more inline with WordPress.
@@ -268,7 +271,7 @@ Yes. OptionTree requires PHP5 to work correctly (so does WP 3.2+).
268
 
269
  == Upgrade Notice ==
270
 
271
- = 2.1 =
272
  If you're not the developer of this theme, please ask them to test compatibility with version 2.1 before upgrading. If you are the developer, I urge you to do the same in a controlled environment.
273
 
274
  = 2.0.16 =
4
  Tags: admin, theme options, meta boxes, options, admin interface, ajax
5
  Requires at least: 3.5
6
  Tested up to: 3.6
7
+ Stable tag: 2.1.1
8
  License: GPLv3
9
 
10
  Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
41
 
42
  == Changelog ==
43
 
44
+ = 2.1.1 =
45
+ * Hotfix - The OT_SHOW_SETTINGS_EXPORT constant was incorrectly set to false as the default.
46
+
47
  = 2.1 =
48
  * Added support for WordPress 3.6.
49
  * UI got a small but needed update, and is now more inline with WordPress.
271
 
272
  == Upgrade Notice ==
273
 
274
+ = 2.1.1 =
275
  If you're not the developer of this theme, please ask them to test compatibility with version 2.1 before upgrading. If you are the developer, I urge you to do the same in a controlled environment.
276
 
277
  = 2.0.16 =