Changeset 2505628
- Timestamp:
- 03/30/2021 02:57:15 AM (5 years ago)
- Location:
- showpass/trunk
- Files:
-
- 3 edited
-
js/showpass-sdk.js (modified) (1 diff)
-
showpass-wordpress-plugin-shortcode.php (modified) (1 diff)
-
showpass-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showpass/trunk/js/showpass-sdk.js
r2000036 r2505628 1 jQuery.noConflict();2 3 1 (function(window, document, src) { 4 2 var config = window.__shwps; -
showpass/trunk/showpass-wordpress-plugin-shortcode.php
r2505326 r2505628 952 952 wp_enqueue_style('showpass-style', plugins_url( '/css/showpass-style.css', __FILE__ ), array(), null); 953 953 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 ); 955 955 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); 957 957 wp_register_script('moment-timezone-showpass', plugins_url( '/js/moment-timezone.js', __FILE__ ), array(), '1.0.2', true); 958 958 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 5 5 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 6 6 Author: Showpass / Up In Code Inc. 7 Version: 3.5. 67 Version: 3.5.7 8 8 Author URI: https://www.showpass.com 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.