Plugin Directory

Changeset 1663306


Ignore:
Timestamp:
05/23/2017 05:06:57 PM (9 years ago)
Author:
healcode_wordpress
Message:

Merge master into undeprecate

Location:
healcode-mindbody-widget/trunk
Files:
1 deleted
4 edited

Legend:

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

    r1620506 r1663306  
    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.14', true);
     23      wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.15', true);
    2424    }
    2525
  • healcode-mindbody-widget/trunk/healcode-mb-widget.php

    r1620506 r1663306  
    44Plugin URI: https://wordpress.org/plugins/healcode-mb-widget/
    55Description: 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.14
     6Version: 1.1.15
    77Author: HealCode
    88Author URI: http://www.healcode.com/
  • healcode-mindbody-widget/trunk/readme.txt

    r1620506 r1663306  
    44Tags: 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
    55Requires at least: 3.0
    6 Tested up to: 4.6
    7 Stable tag: 1.1.14
     6Tested up to: 4.7
     7Stable tag: 1.1.15
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    231231== Changelog ==
    232232
     233= 1.1.15 =
     234* Remove deprecations
    233235= 1.1.14 =
    234236* Copy change
     
    288290== Upgrade Notice ==
    289291
     292= 1.1.15 =
     293* Remove deprecations
    290294= 1.1.14 =
    291295* Copy change
  • healcode-mindbody-widget/trunk/widget.php

    r1431615 r1663306  
    88class Hc_Insert_Html_Widget extends WP_Widget {
    99
    10 
    11     /** constructor -- name this the same as the class above */
    12     function Hc_Insert_Html_Widget() {
     10    function __construct() {
    1311        parent::__construct(false, $name = 'HealCode MINDBODY Widget');
    1412    }
Note: See TracChangeset for help on using the changeset viewer.