Changeset 3323927
- Timestamp:
- 07/07/2025 10:07:31 PM (9 months ago)
- Location:
- showpass
- Files:
-
- 1 added
- 3 edited
-
tags/4.0.2 (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/showpass-wordpress-plugin-shortcode.php (modified) (2 diffs)
-
trunk/showpass-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showpass/trunk/readme.txt
r3323882 r3323927 56 56 == Changelog == 57 57 58 = 4.0.2 = 59 * Fix file caching 60 58 61 = 4.0.1 = 59 62 * Added membership list shortcode -
showpass/trunk/showpass-wordpress-plugin-shortcode.php
r3323882 r3323927 1061 1061 wp_enqueue_script('showpass-sdk', plugins_url( '/js/showpass-sdk.js', __FILE__ ), array('jquery'), null, true ); 1062 1062 } 1063 wp_register_script('showpass-calendar-script', plugins_url( '/js/showpass-calendar.js', __FILE__ ), array('jquery'), '3.8.7', true);1063 wp_register_script('showpass-calendar-script', plugins_url( '/js/showpass-calendar.js', __FILE__ ), array('jquery'), SHOWPASS_PLUGIN_VERSION, true); 1064 1064 wp_register_script('moment-showpass', plugins_url( '/js/moment.js', __FILE__ ), array(), '1.0.1', true); 1065 1065 wp_register_script('moment-timezone-showpass', plugins_url( '/js/moment-timezone.js', __FILE__ ), array(), '1.0.2', true); … … 1069 1069 wp_enqueue_script('moment-timezone-showpass'); 1070 1070 wp_enqueue_script('js-cookie', plugins_url( '/js/vendor/js.cookie.js', __FILE__ ), array(), '2.2.0', true); 1071 wp_enqueue_script('showpass-custom', plugins_url( '/js/showpass-custom.js', __FILE__ ), array('jquery'), '3.8.10', true);1071 wp_enqueue_script('showpass-custom', plugins_url( '/js/showpass-custom.js', __FILE__ ), array('jquery'), SHOWPASS_PLUGIN_VERSION, true); 1072 1072 } 1073 1073 } -
showpass/trunk/showpass-wordpress-plugin.php
r3323882 r3323927 6 6 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 7 7 Author: Showpass / Up In Code Inc. 8 Version: 4.0. 18 Version: 4.0.2 9 9 Author URI: https://www.showpass.com 10 10 */ 11 12 define('SHOWPASS_PLUGIN_VERSION', '4.0.2'); 11 13 12 14 if (! defined('ABSPATH')) {
Note: See TracChangeset
for help on using the changeset viewer.