Changeset 1758132
- Timestamp:
- 11/03/2017 05:05:21 PM (8 years ago)
- Location:
- healcode-mindbody-widget/trunk
- Files:
-
- 3 edited
-
hc-editor-plugin.php (modified) (1 diff)
-
healcode-mb-widget.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
healcode-mindbody-widget/trunk/hc-editor-plugin.php
r1677900 r1758132 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 6', true);23 wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.17', true); 24 24 } 25 25 -
healcode-mindbody-widget/trunk/healcode-mb-widget.php
r1677900 r1758132 4 4 Plugin URI: https://wordpress.org/plugins/healcode-mindbody-widget/ 5 5 Description: Add MINDBODY 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.1 66 Version: 1.1.17 7 7 Author: MINDBODY 8 8 Author URI: https://www.mindbodyonline.com/ -
healcode-mindbody-widget/trunk/readme.txt
r1677900 r1758132 5 5 Requires at least: 3.0 6 6 Tested up to: 4.8 7 Stable tag: 1.1.1 67 Stable tag: 1.1.17 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 130 130 131 131 [See our FAQ here.](https://support.mindbodyonline.com/s/article/ka032000000LBlAAAW/Putting-widgets-on-WordPress-com-branded-web-tools-formerly-HealCode?language=en_US) 132 [vimeo http://vimeo.com/117301143]133 132 134 133 … … 149 148 See our [MINDBODY Widget Plugin FAQ](https://support.mindbodyonline.com/s/article/ka032000000LBlAAAW/Putting-widgets-on-WordPress-com-branded-web-tools-formerly-HealCode?language=en_US) 150 149 151 [vimeo http://vimeo.com/117301143]152 150 153 151 = Where do I find my MINDBODY Widget code? = … … 228 226 == Changelog == 229 227 228 = 1.1.17 = 229 * Remove broken video in readme 230 230 = 1.1.16 = 231 231 * Reflect MINDBODY ownership … … 289 289 == Upgrade Notice == 290 290 291 = 1.1.17 = 292 * Remove broken video in readme 291 293 = 1.1.16 = 292 294 * Reflect MINDBODY ownership
Note: See TracChangeset
for help on using the changeset viewer.