Changeset 3040769
- Timestamp:
- 02/25/2024 09:10:07 AM (2 years ago)
- Location:
- wc-smartpay/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
includes/class-smartpay-payment-gateway.php (modified) (1 diff)
-
smartpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-smartpay/trunk/README.md
r3040711 r3040769 1 1 === SmartPay for WooCommerce === 2 Stable tag: 1.0. 62 Stable tag: 1.0.7 3 3 Tested up to: 6.4 4 4 License: GPLv2 or later -
wc-smartpay/trunk/includes/class-smartpay-payment-gateway.php
r3040711 r3040769 33 33 $this->init_settings(); 34 34 $this->supports = array( 35 'pre-orders', 35 36 'products', 36 'refunds', 37 'subscriptions' 37 'refunds', 38 'subscriptions', 39 'multiple_subscriptions', 40 'subscription_cancellation', 41 'subscription_suspension', 42 'subscription_reactivation', 43 'subscription_amount_changes', 44 'subscription_date_changes', 45 'subscription_payment_method_change', 46 'subscription_payment_method_change_admin', 47 'subscription_payment_method_change_customer', 38 48 ); 39 49 -
wc-smartpay/trunk/smartpay.php
r3040712 r3040769 4 4 * Plugin URI: https://smartpay.co.il/ 5 5 * Description: SmartPay payment plugin for WooCommerce 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: SmartPay 8 8 * License: GPLv2 or later … … 15 15 defined( 'ABSPATH' ) || exit; 16 16 17 define( 'SMARTPAY_VERSION', '1.0. 6' );17 define( 'SMARTPAY_VERSION', '1.0.7' ); 18 18 19 19 if ( ! defined( 'SMARTPAY_PLUGIN_FILE' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.