Plugin Directory

Changeset 2797280


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

fix: cache

File:
1 edited

Legend:

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

    r2791082 r2797280  
    77 * Author URI: http://squadco.com/
    88 * Description: Provides Seamless Payments with Multiple payment options.
    9  * Version: 1.0.5
     9 * Version: 1.0.6
    1010 * License: GPL2
    1111 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt
     
    2121}
    2222define('WC_SQUAD_MAIN_FILE', __FILE__);
    23 define('WC_SQUAD_VERSION', '1.0.1');
     23define('WC_SQUAD_VERSION', '1.0.6');
    2424
    2525if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) return;
Note: See TracChangeset for help on using the changeset viewer.