Plugin Directory

Changeset 1179200


Ignore:
Timestamp:
06/11/2015 07:12:36 PM (11 years ago)
Author:
mahodder
Message:

1.0.8

  • Fix potentional conflict with Site Orgin CSS plugin
Location:
themedy-toolbox/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themedy-toolbox/trunk/readme.txt

    r1132256 r1179200  
    22Contributors: themedy, mahodder, matthodder
    33Tags: shortcodes, themedy, genesis, thesis
    4 Requires at least: 4.0
    5 Tested up to: 4.1.1
    6 Stable tag: 1.0.7
     4Requires at least: 4.1
     5Tested up to: 4.2.2
     6Stable tag: 1.0.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34
     35= 1.0.8 =
     36* Fix potentional conflict with Site Orgin CSS plugin
    3437
    3538= 1.0.7 =
  • themedy-toolbox/trunk/themedy-toolbox.php

    r1132256 r1179200  
    44Plugin URI: http://themedy.com
    55Description: Shortcodes and tools to extend your Themedy site even further.
    6 Version: 1.0.7
     6Version: 1.0.8
    77Author: Themedy
    88Author URI: http://themedy.com
     
    3333        wp_enqueue_script('themedy_shortcodes_js');
    3434       
    35     } else {
    36        
    37         wp_enqueue_style( 'wp-color-picker' );
    38         wp_enqueue_script( 'wp-color-picker' );
    39                
    4035    }
    4136   
     
    5348
    5449   if( 'post.php' == $hook_suffix || 'post-new.php' == $hook_suffix ) {
    55     wp_enqueue_script('themedy-editor-plugin', plugin_dir_url( __FILE__ ) . 'includes/tinymce_button.js');
    56      /* Fix wp-content directory renamed issue */
    57     wp_localize_script('themedy-editor-plugin', 'themedy_editor_plugin_vars', array(
    58             'tbicon' => __(plugin_dir_url( __FILE__ ) . 'images/toolbar-icon.png'), 'themedy'));
    59     wp_localize_script('themedy-editor-plugin', 'themedy_editor_plugin_wp_content', array(
    60             'tbwpcontent' => __(plugin_dir_url( __FILE__ )), 'themedy'));
     50
     51        wp_enqueue_style( 'wp-color-picker' );
     52        wp_enqueue_script( 'wp-color-picker' );
     53        wp_enqueue_script('themedy-editor-plugin', plugin_dir_url( __FILE__ ) . 'includes/tinymce_button.js');
     54       
     55        /* Fix wp-content directory renamed issue */
     56        wp_localize_script('themedy-editor-plugin', 'themedy_editor_plugin_vars', array(
     57                'tbicon' => __(plugin_dir_url( __FILE__ ) . 'images/toolbar-icon.png'), 'themedy'));
     58
     59        wp_localize_script('themedy-editor-plugin', 'themedy_editor_plugin_wp_content', array(
     60                'tbwpcontent' => __(plugin_dir_url( __FILE__ )), 'themedy'));
    6161  }
    6262}
Note: See TracChangeset for help on using the changeset viewer.