Plugin Directory

Changeset 2505628


Ignore:
Timestamp:
03/30/2021 02:57:15 AM (5 years ago)
Author:
marcshowpass
Message:

jQuery Fixes

Location:
showpass/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • showpass/trunk/js/showpass-sdk.js

    r2000036 r2505628  
    1 jQuery.noConflict();
    2 
    31(function(window, document, src) {
    42    var config = window.__shwps;
  • showpass/trunk/showpass-wordpress-plugin-shortcode.php

    r2505326 r2505628  
    952952        wp_enqueue_style('showpass-style', plugins_url( '/css/showpass-style.css', __FILE__ ), array(), null);
    953953        wp_enqueue_style('showpass-flex-box', plugins_url( '/css/showpass-flex-box.css', __FILE__ ), array(), null);
    954         wp_enqueue_script('showpass-sdk', plugins_url( '/js/showpass-sdk.js', __FILE__ ), array('jquery'), '1.0.0', true );
     954        wp_enqueue_script('showpass-sdk', plugins_url( '/js/showpass-sdk.js', __FILE__ ), array('jquery'), null, true );
    955955        wp_register_script('showpass-calendar-script', plugins_url( '/js/showpass-calendar.js', __FILE__ ), array('jquery'), '1.0.0', true);
    956         wp_register_script('moment-showpass', plugins_url( '/js/moment.js', __FILE__ ), array(),false, '1.0.1');
     956        wp_register_script('moment-showpass', plugins_url( '/js/moment.js', __FILE__ ), array(), '1.0.1', true);
    957957        wp_register_script('moment-timezone-showpass', plugins_url( '/js/moment-timezone.js', __FILE__ ), array(), '1.0.2', true);
    958958        wp_register_script('dateformat-timezone-showpass', plugins_url( '/js/dateFormat.js', __FILE__ ), array(), '1.0.3', true);
  • showpass/trunk/showpass-wordpress-plugin.php

    r2505326 r2505628  
    55     Description: List events, display event details and products. Use the Showpass purchase widget for on site ticket & product purchases all with easy to use shortcodes. See our git repo here for full documentation. https://github.com/showpass/showpass-wordpress-plugin
    66     Author: Showpass / Up In Code Inc.
    7      Version: 3.5.6
     7     Version: 3.5.7
    88     Author URI: https://www.showpass.com
    99     */
Note: See TracChangeset for help on using the changeset viewer.