Plugin Directory

Changeset 2951753


Ignore:
Timestamp:
08/10/2023 06:07:14 PM (3 years ago)
Author:
marcshowpass
Message:

Fixed issue with ?auto query param

Location:
showpass
Files:
1 added
3 edited

Legend:

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

    r2924562 r2951753  
    101101            if (qs.auto) {
    102102                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                };
    103108                setTimeout(function() {
    104109                    Cookies.remove('auto');
     
    182187                            }
    183188                            const response = await fetch(apiUrl + 'public/events/' + slug + '/')
    184                            
     189
    185190                            if (response) {
    186191                                const data = await response.json();
  • showpass/trunk/readme.txt

    r2936643 r2951753  
    33Requires at least: 4.9
    44Tested up to: 6.0.2
    5 Stable tag: 3.8.4
     5Stable tag: 3.8.5
    66Requires PHP: 5.4.45
    77Contributors: marcshowpass, spapril, spzachary, cgarrovillosp
  • showpass/trunk/showpass-wordpress-plugin.php

    r2936643 r2951753  
    66 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
    77 Author: Showpass / Up In Code Inc.
    8  Version: 3.8.4
     8 Version: 3.8.5
    99 Author URI: https://www.showpass.com
    1010 */
Note: See TracChangeset for help on using the changeset viewer.