Plugin Directory

Changeset 3040769


Ignore:
Timestamp:
02/25/2024 09:10:07 AM (2 years ago)
Author:
starnetwork
Message:

fixing - v1.0.7

Location:
wc-smartpay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wc-smartpay/trunk/README.md

    r3040711 r3040769  
    11=== SmartPay for WooCommerce ===
    2 Stable tag: 1.0.6
     2Stable tag: 1.0.7
    33Tested up to: 6.4
    44License: GPLv2 or later
  • wc-smartpay/trunk/includes/class-smartpay-payment-gateway.php

    r3040711 r3040769  
    3333        $this->init_settings();
    3434        $this->supports = array(
     35            'pre-orders',
    3536            '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',
    3848        );
    3949
  • wc-smartpay/trunk/smartpay.php

    r3040712 r3040769  
    44 * Plugin URI: https://smartpay.co.il/
    55 * Description: SmartPay payment plugin for WooCommerce
    6  * Version:     1.0.6
     6 * Version:     1.0.7
    77 * Author:      SmartPay
    88 * License:     GPLv2 or later
     
    1515defined( 'ABSPATH' ) || exit;
    1616
    17 define( 'SMARTPAY_VERSION', '1.0.6' );
     17define( 'SMARTPAY_VERSION', '1.0.7' );
    1818
    1919if ( ! defined( 'SMARTPAY_PLUGIN_FILE' ) ) {
Note: See TracChangeset for help on using the changeset viewer.