Changeset 1663306
- Timestamp:
- 05/23/2017 05:06:57 PM (9 years ago)
- Location:
- healcode-mindbody-widget/trunk
- Files:
-
- 1 deleted
- 4 edited
-
.DS_Store (deleted)
-
hc-editor-plugin.php (modified) (1 diff)
-
healcode-mb-widget.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
healcode-mindbody-widget/trunk/hc-editor-plugin.php
r1620506 r1663306 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 4', true);23 wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.15', true); 24 24 } 25 25 -
healcode-mindbody-widget/trunk/healcode-mb-widget.php
r1620506 r1663306 4 4 Plugin URI: https://wordpress.org/plugins/healcode-mb-widget/ 5 5 Description: 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.1 46 Version: 1.1.15 7 7 Author: HealCode 8 8 Author URI: http://www.healcode.com/ -
healcode-mindbody-widget/trunk/readme.txt
r1620506 r1663306 4 4 Tags: HealCode, MINDBODY, add HealCode, insert Widget, insert Widgets, add Widget, add Widgets, add HealCode Widget, add HealCode Widgets, MINDBODY Widgets, shortcode, shortcodes, calendar, pear, schedule, soap, yoga, pilates, crossfit, mindbody website integration, mindbody api, sidebar, footer, header, mindbody website integration 5 5 Requires at least: 3.0 6 Tested up to: 4. 67 Stable tag: 1.1.1 46 Tested up to: 4.7 7 Stable tag: 1.1.15 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.15 = 234 * Remove deprecations 233 235 = 1.1.14 = 234 236 * Copy change … … 288 290 == Upgrade Notice == 289 291 292 = 1.1.15 = 293 * Remove deprecations 290 294 = 1.1.14 = 291 295 * Copy change -
healcode-mindbody-widget/trunk/widget.php
r1431615 r1663306 8 8 class Hc_Insert_Html_Widget extends WP_Widget { 9 9 10 11 /** constructor -- name this the same as the class above */ 12 function Hc_Insert_Html_Widget() { 10 function __construct() { 13 11 parent::__construct(false, $name = 'HealCode MINDBODY Widget'); 14 12 }
Note: See TracChangeset
for help on using the changeset viewer.