Plugin Directory

Changeset 3293768


Ignore:
Timestamp:
05/15/2025 06:07:27 AM (11 months ago)
Author:
zipmoney
Message:

Release version 2.3.26

Location:
zipmoney-payments-woocommerce
Files:
391 added
5 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • zipmoney-payments-woocommerce/trunk/README.txt

    r3293661 r3293768  
    44Requires at least: WP 6.5
    55Tested up to: 6.8
    6 Stable tag: 2.3.26
     6Stable tag: 2.3.27
    77License: GPLv2 or later License http://www.gnu.org/licenses/gpl-2.0.html
    88
     
    236236
    237237= 2.3.26 =
    238 * Update lib
     238* Update php sdk lib
     239
     240= 2.3.27 =
     241* Remove US region
  • zipmoney-payments-woocommerce/trunk/includes/class-wc-zipmoney-payment-gateway.php

    r3293661 r3293768  
    2424    public $description = 'Own the way you pay';
    2525
    26     public $version = '2.3.26';
     26    public $version = '2.3.27';
    2727
    2828    public $supports = array( 'products', 'refunds' );
  • zipmoney-payments-woocommerce/trunk/zipmoney-payment-gateway.php

    r3293661 r3293768  
    77 * Give your customers the power to pay later, interest free and watch your sales grow.
    88 * Take advantage of our fast-growing customer base, proven revenue uplift, fast and simple integration.
    9  * Version:           2.3.26
     9 * Version:           2.3.27
    1010 * Author:            Zip
    1111 * Author URI:        https://www.zip.co/
     
    1515 * WC tested up to:   9.8
    1616 *
    17  * @version  2.3.26
     17 * @version  2.3.27
    1818 * @package  Zip
    1919 * @author   Zip
     
    2626register_activation_hook( __FILE__, 'zip_plugin_activation' );
    2727require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
    28 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.26' );
     28define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.27' );
    2929define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
    3030define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.