Changeset 2951753
- Timestamp:
- 08/10/2023 06:07:14 PM (3 years ago)
- Location:
- showpass
- Files:
-
- 1 added
- 3 edited
-
tags/3.8.5 (added)
-
trunk/js/showpass-custom.js (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/showpass-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showpass/trunk/js/showpass-custom.js
r2924562 r2951753 101 101 if (qs.auto) { 102 102 var slug = qs.auto; 103 let params = { 104 'theme-primary': $('#option_widget_color').val(), 105 'keep-shopping': $('#option_keep_shopping').val(), 106 'show-description': $('#option_show_widget_description').val() 107 }; 103 108 setTimeout(function() { 104 109 Cookies.remove('auto'); … … 182 187 } 183 188 const response = await fetch(apiUrl + 'public/events/' + slug + '/') 184 189 185 190 if (response) { 186 191 const data = await response.json(); -
showpass/trunk/readme.txt
r2936643 r2951753 3 3 Requires at least: 4.9 4 4 Tested up to: 6.0.2 5 Stable tag: 3.8. 45 Stable tag: 3.8.5 6 6 Requires PHP: 5.4.45 7 7 Contributors: marcshowpass, spapril, spzachary, cgarrovillosp -
showpass/trunk/showpass-wordpress-plugin.php
r2936643 r2951753 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: 3.8. 48 Version: 3.8.5 9 9 Author URI: https://www.showpass.com 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.