OptionTree - Version 2.2.1

Version Description

  • Hotfix - Fixed a UI bug that caused the layouts input to cover the wp menu.
  • Hotfix - Moved the screen shots to the WordPress SVN assets directory.
Download this release

Release Info

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

Code changes from version 2.2.0 to 2.2.1

assets/css/ot-admin.css CHANGED
@@ -622,7 +622,7 @@ li ul .format-setting-label {
622
  left: 13px;
623
  position: absolute;
624
  top: 30px;
625
- z-index: 100;
626
  }
627
  .option-tree-save-layout {
628
  float: left;
622
  left: 13px;
623
  position: absolute;
624
  top: 30px;
625
+ z-index: 10;
626
  }
627
  .option-tree-save-layout {
628
  float: left;
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.2.0
7
  * Author: Derek Herman
8
  * Author URI: http://valendesigns.com
9
  * License: GPLv3
@@ -142,7 +142,7 @@ if ( ! class_exists( 'OT_Loader' ) ) {
142
  /**
143
  * Current Version number.
144
  */
145
- define( 'OT_VERSION', '2.2.0' );
146
 
147
  /**
148
  * For developers: Allow Unfiltered HTML in all the textareas.
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.2.1
7
  * Author: Derek Herman
8
  * Author URI: http://valendesigns.com
9
  * License: GPLv3
142
  /**
143
  * Current Version number.
144
  */
145
+ define( 'OT_VERSION', '2.2.1' );
146
 
147
  /**
148
  * For developers: Allow Unfiltered HTML in all the textareas.
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.8
7
- Stable tag: 2.2.0
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,10 @@ Yes. OptionTree & WordPress both require PHP5.
41
 
42
  == Changelog ==
43
 
 
 
 
 
44
  = 2.2.0 =
45
  * Added the Gallery option type.
46
  * Added the On/Off option type.
4
  Tags: admin, theme options, meta boxes, options, admin interface, ajax
5
  Requires at least: 3.5
6
  Tested up to: 3.8
7
+ Stable tag: 2.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
 
42
  == Changelog ==
43
 
44
+ = 2.2.1 =
45
+ * Hotfix - Fixed a UI bug that caused the layouts input to cover the wp menu.
46
+ * Hotfix - Moved the screen shots to the WordPress SVN assets directory.
47
+
48
  = 2.2.0 =
49
  * Added the Gallery option type.
50
  * Added the On/Off option type.
screenshot-1.png DELETED
Binary file
screenshot-2.png DELETED
Binary file
screenshot-3.png DELETED
Binary file