Changeset 1437309
- Timestamp:
- 06/15/2016 07:11:44 PM (10 years ago)
- Location:
- healcode-mindbody-widget/trunk
- Files:
-
- 4 edited
-
hc-editor-plugin.php (modified) (1 diff)
-
healcode-mb-widget.php (modified) (2 diffs)
-
install.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
healcode-mindbody-widget/trunk/hc-editor-plugin.php
r1437201 r1437309 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 1', true);23 wp_enqueue_script('hc_media_script', plugins_url('/js/healcode-wp-mb-widget.js', __FILE__), array('jquery'), '1.1.12', true); 24 24 } 25 25 -
healcode-mindbody-widget/trunk/healcode-mb-widget.php
r1437201 r1437309 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 16 Version: 1.1.12 7 7 Author: HealCode 8 8 Author URI: http://www.healcode.com/ … … 46 46 require( dirname( __FILE__ ) . '/widget.php' ); 47 47 48 if(get_option('hc_credit_link')=="hmw"){49 add_action('wp_footer', 'hc_hmw_credit');50 }51 48 ?> -
healcode-mindbody-widget/trunk/install.php
r1431617 r1437309 31 31 //global $current_user; get_currentuserinfo(); 32 32 33 34 if(get_option('hc_credit_link') == "")35 {36 add_option("hc_credit_link",0);37 }38 39 33 add_option('hc_hmw_limit',20); 40 34 $queryInsertHtml = "CREATE TABLE IF NOT EXISTS ".$wpdb->prefix."hc_hmw_short_code ( -
healcode-mindbody-widget/trunk/readme.txt
r1437201 r1437309 5 5 Requires at least: 3.0 6 6 Tested up to: 4.5 7 Stable tag: 1.1.1 17 Stable tag: 1.1.12 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.12 = 234 * bug fix 233 235 = 1.1.11 = 234 236 * Compatibility with Visual Composer … … 281 283 == Upgrade Notice == 282 284 285 = 1.1.12 = 286 * bug fix 283 287 = 1.1.11 = 284 288 * Compatibility with Visual Composer
Note: See TracChangeset
for help on using the changeset viewer.