Plugin Directory

Changeset 2797261


Ignore:
Timestamp:
10/11/2022 01:49:49 PM (3 years ago)
Author:
squadco
Message:

fix: cache

Location:
squad-payment-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • squad-payment-gateway/trunk/includes/class-wc-payment-gateway-squad.php

    r2791082 r2797261  
    276276        wp_enqueue_script('jquery');
    277277
    278         wp_enqueue_script('squad', "https://checkout.squadco.com/widget/squad.min.js", array('jquery'), WC_SQUAD_VERSION, false);
     278        wp_enqueue_script('squad', "https://checkout.squadco.com/widget/squad.min.js?t=" . time(), array('jquery'), WC_SQUAD_VERSION, false);
    279279
    280280        //wc_squad--> js key name
  • squad-payment-gateway/trunk/readme.txt

    r2786993 r2797261  
    88Tags: squad, woocommerce, payment, payment gateway, bank account, credit card, debit card, nigeria, international, mastercard, visa
    99Tested up to: 6.0.2
    10 Stable tag: 1.0.3
     10Stable tag: 1.0.6
    1111Requires PHP: 5.6
    1212License: MIT - see below
Note: See TracChangeset for help on using the changeset viewer.