Plugin Directory

Changeset 1437309


Ignore:
Timestamp:
06/15/2016 07:11:44 PM (10 years ago)
Author:
healcode_wordpress
Message:

Merge pull request #27 from healcode/armando

Remove unused function

Location:
healcode-mindbody-widget/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • healcode-mindbody-widget/trunk/hc-editor-plugin.php

    r1437201 r1437309  
    2121
    2222    public function include_hc_media_button_js() {
    23       wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.11', true);
     23      wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.12', true);
    2424    }
    2525
  • healcode-mindbody-widget/trunk/healcode-mb-widget.php

    r1437201 r1437309  
    44Plugin URI: https://wordpress.org/plugins/healcode-mb-widget/
    55Description: Add HealCode Widgets to your WordPress website. This plugin lets you generate a shortcode for a widget. The shortcodes can be used in your pages, posts and widgets.
    6 Version: 1.1.11
     6Version: 1.1.12
    77Author: HealCode
    88Author URI: http://www.healcode.com/
     
    4646require( dirname( __FILE__ ) . '/widget.php' );
    4747
    48 if(get_option('hc_credit_link')=="hmw"){
    49     add_action('wp_footer', 'hc_hmw_credit');
    50 }
    5148?>
  • healcode-mindbody-widget/trunk/install.php

    r1431617 r1437309  
    3131    //global $current_user; get_currentuserinfo();
    3232
    33 
    34     if(get_option('hc_credit_link') == "")
    35     {
    36             add_option("hc_credit_link",0);
    37     }
    38 
    3933    add_option('hc_hmw_limit',20);
    4034    $queryInsertHtml = "CREATE TABLE IF NOT EXISTS  ".$wpdb->prefix."hc_hmw_short_code (
  • healcode-mindbody-widget/trunk/readme.txt

    r1437201 r1437309  
    55Requires at least: 3.0
    66Tested up to: 4.5
    7 Stable tag: 1.1.11
     7Stable tag: 1.1.12
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    231231== Changelog ==
    232232
     233= 1.1.12 =
     234* bug fix
    233235= 1.1.11 =
    234236* Compatibility with Visual Composer
     
    281283== Upgrade Notice ==
    282284
     285= 1.1.12 =
     286* bug fix
    283287= 1.1.11 =
    284288* Compatibility with Visual Composer
Note: See TracChangeset for help on using the changeset viewer.