Changeset 3303667
- Timestamp:
- 05/30/2025 03:04:22 PM (10 months ago)
- Location:
- monei
- Files:
-
- 12 edited
- 1 copied
-
tags/6.3.4 (copied) (copied from monei/trunk)
-
tags/6.3.4/changelog.txt (modified) (1 diff)
-
tags/6.3.4/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
tags/6.3.4/readme.txt (modified) (2 diffs)
-
tags/6.3.4/src/Gateways/PaymentMethods/WCGatewayMoneiCC.php (modified) (2 diffs)
-
tags/6.3.4/vendor/composer/installed.php (modified) (2 diffs)
-
tags/6.3.4/woocommerce-gateway-monei.php (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Gateways/PaymentMethods/WCGatewayMoneiCC.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woocommerce-gateway-monei.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monei/tags/6.3.4/changelog.txt
r3293325 r3303667 1 1 *** MONEI Payments for WooCommerce *** 2 3 4 2025-05-30 - version 6.3.4 5 * Fix - Redirect flow not working in classic checkout 2 6 3 7 2025-05-14 - version 6.3.3 -
monei/tags/6.3.4/class-woocommerce-gateway-monei.php
r3293325 r3303667 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 6.3. 38 * @version 6.3.4 9 9 */ 10 10 … … 26 26 * @var string 27 27 */ 28 public $version = '6.3. 3';28 public $version = '6.3.4'; 29 29 30 30 /** -
monei/tags/6.3.4/readme.txt
r3293325 r3303667 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 6.3. 36 Stable tag: 6.3.4 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 106 2025-05-30 - version 6.3.4 107 * Fix - Redirect flow not working in classic checkout 108 106 109 2025-05-14 - version 6.3.3 107 110 * Fix - Error copying old keys that hides the gateway -
monei/tags/6.3.4/src/Gateways/PaymentMethods/WCGatewayMoneiCC.php
r3293325 r3303667 113 113 $this->handler = $this->subscriptions_service->getHandler(); 114 114 if ( $this->handler ) { 115 $this->supports = $this->handler->init_subscriptions( $this->supports, $this->id);115 $this->supports = $this->handler->init_subscriptions( $this->supports, $this->id ); 116 116 } 117 117 … … 342 342 public function monei_scripts() { 343 343 // If merchant wants Component CC or is_add_payment_method_page that always use this component method. 344 if ( $this->redirect_flow && ! is_checkout() && ! is_add_payment_method_page() && ($this->handler && ! $this->handler->is_subscription_change_payment_page() )) {344 if ( $this->redirect_flow || ( ! is_checkout() && ! is_add_payment_method_page() && ( $this->handler && ! $this->handler->is_subscription_change_payment_page() ) ) ) { 345 345 return; 346 346 } -
monei/tags/6.3.4/vendor/composer/installed.php
r3293325 r3303667 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '6.3. 3',5 'version' => '6.3. 3.0',6 'reference' => ' b1ae5ef63f8597ea0effaf4663481129917b4d87',4 'pretty_version' => '6.3.4', 5 'version' => '6.3.4.0', 6 'reference' => '636bbdab472ebc1ec51e76a11d6d219bfbd8ff85', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '6.3. 3',15 'version' => '6.3. 3.0',16 'reference' => ' b1ae5ef63f8597ea0effaf4663481129917b4d87',14 'pretty_version' => '6.3.4', 15 'version' => '6.3.4.0', 16 'reference' => '636bbdab472ebc1ec51e76a11d6d219bfbd8ff85', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
monei/tags/6.3.4/woocommerce-gateway-monei.php
r3293325 r3303667 11 11 * Plugin URI: https://wordpress.org/plugins/monei/ 12 12 * Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store. 13 * Version: 6.3. 313 * Version: 6.3.4 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/ -
monei/trunk/changelog.txt
r3293325 r3303667 1 1 *** MONEI Payments for WooCommerce *** 2 3 4 2025-05-30 - version 6.3.4 5 * Fix - Redirect flow not working in classic checkout 2 6 3 7 2025-05-14 - version 6.3.3 -
monei/trunk/class-woocommerce-gateway-monei.php
r3293325 r3303667 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 6.3. 38 * @version 6.3.4 9 9 */ 10 10 … … 26 26 * @var string 27 27 */ 28 public $version = '6.3. 3';28 public $version = '6.3.4'; 29 29 30 30 /** -
monei/trunk/readme.txt
r3293325 r3303667 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 6.3. 36 Stable tag: 6.3.4 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 106 2025-05-30 - version 6.3.4 107 * Fix - Redirect flow not working in classic checkout 108 106 109 2025-05-14 - version 6.3.3 107 110 * Fix - Error copying old keys that hides the gateway -
monei/trunk/src/Gateways/PaymentMethods/WCGatewayMoneiCC.php
r3293325 r3303667 113 113 $this->handler = $this->subscriptions_service->getHandler(); 114 114 if ( $this->handler ) { 115 $this->supports = $this->handler->init_subscriptions( $this->supports, $this->id);115 $this->supports = $this->handler->init_subscriptions( $this->supports, $this->id ); 116 116 } 117 117 … … 342 342 public function monei_scripts() { 343 343 // If merchant wants Component CC or is_add_payment_method_page that always use this component method. 344 if ( $this->redirect_flow && ! is_checkout() && ! is_add_payment_method_page() && ($this->handler && ! $this->handler->is_subscription_change_payment_page() )) {344 if ( $this->redirect_flow || ( ! is_checkout() && ! is_add_payment_method_page() && ( $this->handler && ! $this->handler->is_subscription_change_payment_page() ) ) ) { 345 345 return; 346 346 } -
monei/trunk/vendor/composer/installed.php
r3293325 r3303667 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '6.3. 3',5 'version' => '6.3. 3.0',6 'reference' => ' b1ae5ef63f8597ea0effaf4663481129917b4d87',4 'pretty_version' => '6.3.4', 5 'version' => '6.3.4.0', 6 'reference' => '636bbdab472ebc1ec51e76a11d6d219bfbd8ff85', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '6.3. 3',15 'version' => '6.3. 3.0',16 'reference' => ' b1ae5ef63f8597ea0effaf4663481129917b4d87',14 'pretty_version' => '6.3.4', 15 'version' => '6.3.4.0', 16 'reference' => '636bbdab472ebc1ec51e76a11d6d219bfbd8ff85', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
monei/trunk/woocommerce-gateway-monei.php
r3293325 r3303667 11 11 * Plugin URI: https://wordpress.org/plugins/monei/ 12 12 * Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store. 13 * Version: 6.3. 313 * Version: 6.3.4 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/
Note: See TracChangeset
for help on using the changeset viewer.