Plugin Directory

Changeset 1434143


Ignore:
Timestamp:
06/09/2016 08:19:35 PM (10 years ago)
Author:
healcode_wordpress
Message:

Merge pull request #23 from healcode/fix

Update version number for js file

File:
1 edited

Legend:

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

    r1434142 r1434143  
    2020
    2121    public function include_hc_media_button_js() {
    22       wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.8', true);
     22      wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.9', true);
    2323    }
    2424
Note: See TracChangeset for help on using the changeset viewer.