Plugin Directory

Changeset 3243000


Ignore:
Timestamp:
02/19/2025 06:39:53 AM (13 months ago)
Author:
zipmoney
Message:

update version number to 2.3.24

Location:
zipmoney-payments-woocommerce
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • zipmoney-payments-woocommerce/tags/2.3.24/includes/class-wc-zipmoney-payment-gateway.php

    r3242027 r3243000  
    2424    public $description = 'Own the way you pay';
    2525
    26     public $version = '2.3.23';
     26    public $version = '2.3.24';
    2727
    2828    public $supports = array( 'products', 'refunds' );
  • zipmoney-payments-woocommerce/tags/2.3.24/zipmoney-payment-gateway.php

    r3242027 r3243000  
    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.23
     9 * Version:           2.3.24
    1010 * Author:            Zip
    1111 * Author URI:        https://www.zip.co/
     
    1616 * WC tested up to: 7.5.1
    1717 *
    18  * @version  2.3.23
     18 * @version  2.3.24
    1919 * @package  Zip
    2020 * @author   Zip
     
    2727register_activation_hook( __FILE__, 'zip_plugin_activation' );
    2828require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
    29 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.23' );
     29define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.24' );
    3030define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
    3131define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
  • zipmoney-payments-woocommerce/trunk/includes/class-wc-zipmoney-payment-gateway.php

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

    r3242027 r3243000  
    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.23
     9 * Version:           2.3.24
    1010 * Author:            Zip
    1111 * Author URI:        https://www.zip.co/
     
    1616 * WC tested up to: 7.5.1
    1717 *
    18  * @version  2.3.23
     18 * @version  2.3.24
    1919 * @package  Zip
    2020 * @author   Zip
     
    2727register_activation_hook( __FILE__, 'zip_plugin_activation' );
    2828require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
    29 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.23' );
     29define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.24' );
    3030define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
    3131define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.