Plugin Directory

Changeset 1518057


Ignore:
Timestamp:
10/19/2016 07:08:19 PM (9 years ago)
Author:
healcode_wordpress
Message:

Update to work with tinyMCE 4

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

Legend:

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

    r1437309 r1518057  
    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.12', true);
     23      wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.13', true);
    2424    }
    2525
  • healcode-mindbody-widget/trunk/js/healcode-wp-mb-widget.js

    r1437201 r1518057  
    4040
    4141jQuery(document).ready(function() {
     42  tinymce.init({
     43      selector: "textarea"});
     44
    4245  jQuery('body').on('click', '.button.hc-wp-media-button', function() {
    4346    hcShortCodeModalContents(this);
  • healcode-mindbody-widget/trunk/readme.txt

    r1437309 r1518057  
    55Requires at least: 3.0
    66Tested up to: 4.5
    7 Stable tag: 1.1.12
     7Stable tag: 1.1.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    231231== Changelog ==
    232232
     233= 1.1.13 =
     234* Update to work with TinyMCE 4
    233235= 1.1.12 =
    234236* bug fix
     
    283285== Upgrade Notice ==
    284286
     287= 1.1.13 =
     288* Update to work with TinyMCE 4
    285289= 1.1.12 =
    286290* bug fix
Note: See TracChangeset for help on using the changeset viewer.