Options Framework - Version 1.8.4

Version Description

  • Update: Include link button in tinyMCE (props @rosswintle)
Download this release

Release Info

Developer downstairsdev
Plugin Icon wp plugin Options Framework
Version 1.8.4
Comparing to
See all releases

Code changes from version 1.8.3 to 1.8.4

includes/class-options-framework.php CHANGED
@@ -15,7 +15,7 @@ class Options_Framework {
15
  * @since 1.7.0
16
  * @type string
17
  */
18
- const VERSION = '1.8.3';
19
 
20
  /**
21
  * Initialize the plugin.
15
  * @since 1.7.0
16
  * @type string
17
  */
18
+ const VERSION = '1.8.4';
19
 
20
  /**
21
  * Initialize the plugin.
includes/class-options-interface.php CHANGED
@@ -353,7 +353,7 @@ class Options_Framework_Interface {
353
  $default_editor_settings = array(
354
  'textarea_name' => $textarea_name,
355
  'media_buttons' => false,
356
- 'tinymce' => array( 'plugins' => 'wordpress' )
357
  );
358
  $editor_settings = array();
359
  if ( isset( $value['settings'] ) ) {
353
  $default_editor_settings = array(
354
  'textarea_name' => $textarea_name,
355
  'media_buttons' => false,
356
+ 'tinymce' => array( 'plugins' => 'wordpress,wplink' )
357
  );
358
  $editor_settings = array();
359
  if ( isset( $value['settings'] ) ) {
options-framework.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Options Framework
13
  * Plugin URI: http://wptheming.com
14
  * Description: A framework for building theme options.
15
- * Version: 1.8.3
16
  * Author: Devin Price
17
  * Author URI: http://wptheming.com
18
  * License: GPL-2.0+
12
  * Plugin Name: Options Framework
13
  * Plugin URI: http://wptheming.com
14
  * Description: A framework for building theme options.
15
+ * Version: 1.8.4
16
  * Author: Devin Price
17
  * Author URI: http://wptheming.com
18
  * License: GPL-2.0+
readme.txt CHANGED
@@ -4,8 +4,8 @@ Contributors: downstairsdev
4
  Tags: options, theme options
5
  Donate link: http://bit.ly/options-donate-2
6
  Requires at least: 3.6
7
- Tested up to: 4.1
8
- Stable tag: 1.8.3
9
  License: GPLv2
10
 
11
  == Description ==
@@ -68,6 +68,10 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
68
 
69
  == Changelog ==
70
 
 
 
 
 
71
  = 1.8.3 =
72
 
73
  * Update: sanitization of info option and description field
4
  Tags: options, theme options
5
  Donate link: http://bit.ly/options-donate-2
6
  Requires at least: 3.6
7
+ Tested up to: 4.3
8
+ Stable tag: 1.8.4
9
  License: GPLv2
10
 
11
  == Description ==
68
 
69
  == Changelog ==
70
 
71
+ = 1.8.4 =
72
+
73
+ * Update: Include link button in tinyMCE (props @rosswintle)
74
+
75
  = 1.8.3 =
76
 
77
  * Update: sanitization of info option and description field