Changeset 1518057
- Timestamp:
- 10/19/2016 07:08:19 PM (9 years ago)
- Location:
- healcode-mindbody-widget/trunk
- Files:
-
- 3 edited
-
hc-editor-plugin.php (modified) (1 diff)
-
js/healcode-wp-mb-widget.js (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
healcode-mindbody-widget/trunk/hc-editor-plugin.php
r1437309 r1518057 21 21 22 22 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.1 2', true);23 wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.13', true); 24 24 } 25 25 -
healcode-mindbody-widget/trunk/js/healcode-wp-mb-widget.js
r1437201 r1518057 40 40 41 41 jQuery(document).ready(function() { 42 tinymce.init({ 43 selector: "textarea"}); 44 42 45 jQuery('body').on('click', '.button.hc-wp-media-button', function() { 43 46 hcShortCodeModalContents(this); -
healcode-mindbody-widget/trunk/readme.txt
r1437309 r1518057 5 5 Requires at least: 3.0 6 6 Tested up to: 4.5 7 Stable tag: 1.1.1 27 Stable tag: 1.1.13 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 231 231 == Changelog == 232 232 233 = 1.1.13 = 234 * Update to work with TinyMCE 4 233 235 = 1.1.12 = 234 236 * bug fix … … 283 285 == Upgrade Notice == 284 286 287 = 1.1.13 = 288 * Update to work with TinyMCE 4 285 289 = 1.1.12 = 286 290 * bug fix
Note: See TracChangeset
for help on using the changeset viewer.