Changeset 3243000
- Timestamp:
- 02/19/2025 06:39:53 AM (13 months ago)
- Location:
- zipmoney-payments-woocommerce
- Files:
-
- 4 edited
-
tags/2.3.24/includes/class-wc-zipmoney-payment-gateway.php (modified) (1 diff)
-
tags/2.3.24/zipmoney-payment-gateway.php (modified) (3 diffs)
-
trunk/includes/class-wc-zipmoney-payment-gateway.php (modified) (1 diff)
-
trunk/zipmoney-payment-gateway.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zipmoney-payments-woocommerce/tags/2.3.24/includes/class-wc-zipmoney-payment-gateway.php
r3242027 r3243000 24 24 public $description = 'Own the way you pay'; 25 25 26 public $version = '2.3.2 3';26 public $version = '2.3.24'; 27 27 28 28 public $supports = array( 'products', 'refunds' ); -
zipmoney-payments-woocommerce/tags/2.3.24/zipmoney-payment-gateway.php
r3242027 r3243000 7 7 * Give your customers the power to pay later, interest free and watch your sales grow. 8 8 * Take advantage of our fast-growing customer base, proven revenue uplift, fast and simple integration. 9 * Version: 2.3.2 39 * Version: 2.3.24 10 10 * Author: Zip 11 11 * Author URI: https://www.zip.co/ … … 16 16 * WC tested up to: 7.5.1 17 17 * 18 * @version 2.3.2 318 * @version 2.3.24 19 19 * @package Zip 20 20 * @author Zip … … 27 27 register_activation_hook( __FILE__, 'zip_plugin_activation' ); 28 28 require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php'; 29 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.2 3' );29 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.24' ); 30 30 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) ); 31 31 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); -
zipmoney-payments-woocommerce/trunk/includes/class-wc-zipmoney-payment-gateway.php
r3242027 r3243000 24 24 public $description = 'Own the way you pay'; 25 25 26 public $version = '2.3.2 3';26 public $version = '2.3.24'; 27 27 28 28 public $supports = array( 'products', 'refunds' ); -
zipmoney-payments-woocommerce/trunk/zipmoney-payment-gateway.php
r3242027 r3243000 7 7 * Give your customers the power to pay later, interest free and watch your sales grow. 8 8 * Take advantage of our fast-growing customer base, proven revenue uplift, fast and simple integration. 9 * Version: 2.3.2 39 * Version: 2.3.24 10 10 * Author: Zip 11 11 * Author URI: https://www.zip.co/ … … 16 16 * WC tested up to: 7.5.1 17 17 * 18 * @version 2.3.2 318 * @version 2.3.24 19 19 * @package Zip 20 20 * @author Zip … … 27 27 register_activation_hook( __FILE__, 'zip_plugin_activation' ); 28 28 require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php'; 29 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.2 3' );29 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_VERSION', '2.3.24' ); 30 30 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) ); 31 31 define( 'WOOCOMMERCE_GATEWAY_ZIPMONEY_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset
for help on using the changeset viewer.