Changeset 2797280
- Timestamp:
- 10/11/2022 01:54:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
squad-payment-gateway/trunk/squad-payment-gateway.php
r2791082 r2797280 7 7 * Author URI: http://squadco.com/ 8 8 * Description: Provides Seamless Payments with Multiple payment options. 9 * Version: 1.0. 59 * Version: 1.0.6 10 10 * License: GPL2 11 11 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt … … 21 21 } 22 22 define('WC_SQUAD_MAIN_FILE', __FILE__); 23 define('WC_SQUAD_VERSION', '1.0. 1');23 define('WC_SQUAD_VERSION', '1.0.6'); 24 24 25 25 if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) return;
Note: See TracChangeset
for help on using the changeset viewer.