Changeset 3399638
- Timestamp:
- 11/20/2025 10:59:35 AM (4 months ago)
- Location:
- monei
- Files:
-
- 16 edited
- 1 copied
-
tags/7.0.2 (copied) (copied from monei/trunk)
-
tags/7.0.2/README.md (modified) (3 diffs)
-
tags/7.0.2/class-woocommerce-gateway-monei.php (modified) (3 diffs)
-
tags/7.0.2/readme.txt (modified) (3 diffs)
-
tags/7.0.2/src/Gateways/Abstracts/WCMoneiPaymentGatewayComponent.php (modified) (1 diff)
-
tags/7.0.2/src/Gateways/Abstracts/WCMoneiPaymentGatewayHosted.php (modified) (1 diff)
-
tags/7.0.2/src/Gateways/PaymentMethods/WCGatewayMoneiCC.php (modified) (1 diff)
-
tags/7.0.2/vendor/composer/installed.php (modified) (2 diffs)
-
tags/7.0.2/woocommerce-gateway-monei.php (modified) (1 diff)
-
trunk/README.md (modified) (3 diffs)
-
trunk/class-woocommerce-gateway-monei.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/Gateways/Abstracts/WCMoneiPaymentGatewayComponent.php (modified) (1 diff)
-
trunk/src/Gateways/Abstracts/WCMoneiPaymentGatewayHosted.php (modified) (1 diff)
-
trunk/src/Gateways/PaymentMethods/WCGatewayMoneiCC.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woocommerce-gateway-monei.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monei/tags/7.0.2/README.md
r3377949 r3399638 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 7.0. 07 Stable tag: 7.0.1 8 8 Requires PHP: 8.0 9 9 License: GPLv2 or later … … 97 97 98 98 ## Changelog 99 100 ### v7.0.1 - 2025-10-14 101 102 - fix: upgrade to PHP 8.0+ to resolve PHP-DI compatibility issue ([95f9ffd](https://github.com/MONEI/MONEI-WooCommerce/commit/95f9ffd)) 103 - PHP 7.4 users cannot upgrade. PHP 8.0 is now the 104 minimum required version. PHP 7.4 reached end-of-life in November 105 106 2022. WordPress 6.8 officially supports PHP 8.0-8.3. 99 107 100 108 ### v7.0.0 - 2025-10-10 … … 364 372 - Update SDK version to V2 ([5cc7cb8](https://github.com/MONEI/MONEI-WooCommerce/commit/5cc7cb8)) 365 373 - Use ramsey/composer-install ([8927c67](https://github.com/MONEI/MONEI-WooCommerce/commit/8927c67)) 366 367 ### v6.2.0 - 2025-02-18368 369 - Add autoload and container ([eb943be](https://github.com/MONEI/MONEI-WooCommerce/commit/eb943be))370 - Add notice if gateway disabled in dashboard ([2ad3517](https://github.com/MONEI/MONEI-WooCommerce/commit/2ad3517))371 - Add PayPal in blocks ([c163d58](https://github.com/MONEI/MONEI-WooCommerce/commit/c163d58))372 - Add Requires php to readme ([51a6877](https://github.com/MONEI/MONEI-WooCommerce/commit/51a6877))373 - Add services to handle blocks creation ([c79e774](https://github.com/MONEI/MONEI-WooCommerce/commit/c79e774))374 - Add services to handle paymentmethods API call ([35174dd](https://github.com/MONEI/MONEI-WooCommerce/commit/35174dd))375 - Add wp cs standard rules and run cbf ([d54055c](https://github.com/MONEI/MONEI-WooCommerce/commit/d54055c))376 - Bail if no nonce ([c260fee](https://github.com/MONEI/MONEI-WooCommerce/commit/c260fee))377 - Button renders and closes ([f460e47](https://github.com/MONEI/MONEI-WooCommerce/commit/f460e47))378 - Check directory is string before using ([aba5560](https://github.com/MONEI/MONEI-WooCommerce/commit/aba5560))379 - Check file before including ([59af5fb](https://github.com/MONEI/MONEI-WooCommerce/commit/59af5fb))380 - Fix card message in hosted ([b4fa074](https://github.com/MONEI/MONEI-WooCommerce/commit/b4fa074))381 - Fix CS ([19d9441](https://github.com/MONEI/MONEI-WooCommerce/commit/19d9441))382 - Fix CS ([24e498c](https://github.com/MONEI/MONEI-WooCommerce/commit/24e498c))383 - Fix error when index missing ([a5a357e](https://github.com/MONEI/MONEI-WooCommerce/commit/a5a357e))384 - Fix errors ([95fb7ff](https://github.com/MONEI/MONEI-WooCommerce/commit/95fb7ff))385 - Fix errors and warnings ([f5566cc](https://github.com/MONEI/MONEI-WooCommerce/commit/f5566cc))386 - Fix icon url ([6f0299a](https://github.com/MONEI/MONEI-WooCommerce/commit/6f0299a))387 - Fix place order button locator ([1123995](https://github.com/MONEI/MONEI-WooCommerce/commit/1123995))388 - Fix template path error ([46071b0](https://github.com/MONEI/MONEI-WooCommerce/commit/46071b0))389 - Fix webhooks ([c10bb15](https://github.com/MONEI/MONEI-WooCommerce/commit/c10bb15))390 - Hide settings tab ([d58ed31](https://github.com/MONEI/MONEI-WooCommerce/commit/d58ed31))391 - Import classes ([752a907](https://github.com/MONEI/MONEI-WooCommerce/commit/752a907))392 - Load css script in admin ([f4611f9](https://github.com/MONEI/MONEI-WooCommerce/commit/f4611f9))393 - Move to src folders and standard names ([7a24a42](https://github.com/MONEI/MONEI-WooCommerce/commit/7a24a42))394 - Put review link in header ([c8e0fe6](https://github.com/MONEI/MONEI-WooCommerce/commit/c8e0fe6))395 - Remove extra links in banner ([cf50738](https://github.com/MONEI/MONEI-WooCommerce/commit/cf50738))396 - Remove includes and use classes and container ([a9c2588](https://github.com/MONEI/MONEI-WooCommerce/commit/a9c2588))397 - Show correct icon w/ apple google ([0bf61ec](https://github.com/MONEI/MONEI-WooCommerce/commit/0bf61ec))398 - Show method only if enabled ([8afcd97](https://github.com/MONEI/MONEI-WooCommerce/commit/8afcd97))399 - Update branch with cs fixes ([494ec57](https://github.com/MONEI/MONEI-WooCommerce/commit/494ec57))400 - Update changelog in dedicated file ([a719a6c](https://github.com/MONEI/MONEI-WooCommerce/commit/a719a6c))401 - Update composer to ramain in php7.4 ([31c669f](https://github.com/MONEI/MONEI-WooCommerce/commit/31c669f))402 - Update filter input ([b4741ba](https://github.com/MONEI/MONEI-WooCommerce/commit/b4741ba))403 - Update readme and changelog for release ([172b629](https://github.com/MONEI/MONEI-WooCommerce/commit/172b629))404 - Update version and changelog ([dde3109](https://github.com/MONEI/MONEI-WooCommerce/commit/dde3109))405 - Use correct locator for place order button ([abb570d](https://github.com/MONEI/MONEI-WooCommerce/commit/abb570d)) -
monei/tags/7.0.2/class-woocommerce-gateway-monei.php
r3377949 r3399638 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 7.0. 18 * @version 7.0.2 9 9 */ 10 10 … … 26 26 * @var string 27 27 */ 28 public $version = '7.0. 1';28 public $version = '7.0.2'; 29 29 30 30 /** … … 345 345 * Load plugin text domain for translations. 346 346 * 347 * @since 7.0. 1347 * @since 7.0.2 348 348 */ 349 349 private function load_plugin_textdomain() { -
monei/tags/7.0.2/readme.txt
r3377949 r3399638 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 7.0. 16 Stable tag: 7.0.2 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 106 = v7.0.1 - 2025-10-10 = 106 = v7.0.2 - 2025-10-14 = 107 - fix: upgrade to PHP 8.0+ to resolve PHP-DI compatibility issue ([95f9ffd](https://github.com/MONEI/MONEI-WooCommerce/commit/95f9ffd)) 108 - PHP 7.4 users cannot upgrade. PHP 8.0 is now the 109 minimum required version. PHP 7.4 reached end-of-life in November 110 2022. WordPress 6.8 officially supports PHP 8.0-8.3. 111 112 = v7.0.0 - 2025-10-10 = 107 113 - chore: add PHPCS rule to enforce namespace use statements ([248d8bb](https://github.com/MONEI/MONEI-WooCommerce/commit/248d8bb)) 108 114 - chore: add PHPCS rule to enforce use statements over fully qualified names ([eb53879](https://github.com/MONEI/MONEI-WooCommerce/commit/eb53879)) … … 359 365 - Update SDK version to V2 ([5cc7cb8](https://github.com/MONEI/MONEI-WooCommerce/commit/5cc7cb8)) 360 366 - Use ramsey/composer-install ([8927c67](https://github.com/MONEI/MONEI-WooCommerce/commit/8927c67)) 361 362 = v6.2.0 - 2025-02-18 =363 - Add autoload and container ([eb943be](https://github.com/MONEI/MONEI-WooCommerce/commit/eb943be))364 - Add notice if gateway disabled in dashboard ([2ad3517](https://github.com/MONEI/MONEI-WooCommerce/commit/2ad3517))365 - Add PayPal in blocks ([c163d58](https://github.com/MONEI/MONEI-WooCommerce/commit/c163d58))366 - Add Requires php to readme ([51a6877](https://github.com/MONEI/MONEI-WooCommerce/commit/51a6877))367 - Add services to handle blocks creation ([c79e774](https://github.com/MONEI/MONEI-WooCommerce/commit/c79e774))368 - Add services to handle paymentmethods API call ([35174dd](https://github.com/MONEI/MONEI-WooCommerce/commit/35174dd))369 - Add wp cs standard rules and run cbf ([d54055c](https://github.com/MONEI/MONEI-WooCommerce/commit/d54055c))370 - Bail if no nonce ([c260fee](https://github.com/MONEI/MONEI-WooCommerce/commit/c260fee))371 - Button renders and closes ([f460e47](https://github.com/MONEI/MONEI-WooCommerce/commit/f460e47))372 - Check directory is string before using ([aba5560](https://github.com/MONEI/MONEI-WooCommerce/commit/aba5560))373 - Check file before including ([59af5fb](https://github.com/MONEI/MONEI-WooCommerce/commit/59af5fb))374 - Fix card message in hosted ([b4fa074](https://github.com/MONEI/MONEI-WooCommerce/commit/b4fa074))375 - Fix CS ([19d9441](https://github.com/MONEI/MONEI-WooCommerce/commit/19d9441))376 - Fix CS ([24e498c](https://github.com/MONEI/MONEI-WooCommerce/commit/24e498c))377 - Fix error when index missing ([a5a357e](https://github.com/MONEI/MONEI-WooCommerce/commit/a5a357e))378 - Fix errors ([95fb7ff](https://github.com/MONEI/MONEI-WooCommerce/commit/95fb7ff))379 - Fix errors and warnings ([f5566cc](https://github.com/MONEI/MONEI-WooCommerce/commit/f5566cc))380 - Fix icon url ([6f0299a](https://github.com/MONEI/MONEI-WooCommerce/commit/6f0299a))381 - Fix place order button locator ([1123995](https://github.com/MONEI/MONEI-WooCommerce/commit/1123995))382 - Fix template path error ([46071b0](https://github.com/MONEI/MONEI-WooCommerce/commit/46071b0))383 - Fix webhooks ([c10bb15](https://github.com/MONEI/MONEI-WooCommerce/commit/c10bb15))384 - Hide settings tab ([d58ed31](https://github.com/MONEI/MONEI-WooCommerce/commit/d58ed31))385 - Import classes ([752a907](https://github.com/MONEI/MONEI-WooCommerce/commit/752a907))386 - Load css script in admin ([f4611f9](https://github.com/MONEI/MONEI-WooCommerce/commit/f4611f9))387 - Move to src folders and standard names ([7a24a42](https://github.com/MONEI/MONEI-WooCommerce/commit/7a24a42))388 - Put review link in header ([c8e0fe6](https://github.com/MONEI/MONEI-WooCommerce/commit/c8e0fe6))389 - Remove extra links in banner ([cf50738](https://github.com/MONEI/MONEI-WooCommerce/commit/cf50738))390 - Remove includes and use classes and container ([a9c2588](https://github.com/MONEI/MONEI-WooCommerce/commit/a9c2588))391 - Show correct icon w/ apple google ([0bf61ec](https://github.com/MONEI/MONEI-WooCommerce/commit/0bf61ec))392 - Show method only if enabled ([8afcd97](https://github.com/MONEI/MONEI-WooCommerce/commit/8afcd97))393 - Update branch with cs fixes ([494ec57](https://github.com/MONEI/MONEI-WooCommerce/commit/494ec57))394 - Update changelog in dedicated file ([a719a6c](https://github.com/MONEI/MONEI-WooCommerce/commit/a719a6c))395 - Update composer to ramain in php7.4 ([31c669f](https://github.com/MONEI/MONEI-WooCommerce/commit/31c669f))396 - Update filter input ([b4741ba](https://github.com/MONEI/MONEI-WooCommerce/commit/b4741ba))397 - Update readme and changelog for release ([172b629](https://github.com/MONEI/MONEI-WooCommerce/commit/172b629))398 - Update version and changelog ([dde3109](https://github.com/MONEI/MONEI-WooCommerce/commit/dde3109))399 - Use correct locator for place order button ([abb570d](https://github.com/MONEI/MONEI-WooCommerce/commit/abb570d)) -
monei/tags/7.0.2/src/Gateways/Abstracts/WCMoneiPaymentGatewayComponent.php
r3376325 r3399638 202 202 203 203 /** The URL to which a payment result should be sent asynchronously. */ 204 $callback_url = wp_sanitize_redirect( esc_url_raw( $this->notify_url ));204 $callback_url = esc_url_raw( $this->notify_url ); 205 205 /** The URL the customer will be directed to if the payment failed. */ 206 206 $fail_url = esc_url_raw( $order->get_checkout_payment_url( false ) ); 207 207 /** The URL the customer will be directed to after transaction completed (successful or failed). */ 208 $complete_url = wp_sanitize_redirect( 209 esc_url_raw( 210 add_query_arg( 211 array( 212 'utm_nooverride' => '1', 213 'orderId' => $order_id, 214 ), 215 $this->get_return_url( $order ) 216 ) 208 $complete_url = esc_url_raw( 209 add_query_arg( 210 array( 211 'utm_nooverride' => '1', 212 'orderId' => $order_id, 213 ), 214 $this->get_return_url( $order ) 217 215 ) 218 216 ); -
monei/tags/7.0.2/src/Gateways/Abstracts/WCMoneiPaymentGatewayHosted.php
r3376325 r3399638 38 38 39 39 /** The URL to which a payment result should be sent asynchronously. */ 40 $callback_url = wp_sanitize_redirect( esc_url_raw( $this->notify_url ));40 $callback_url = esc_url_raw( $this->notify_url ); 41 41 /** The URL the customer will be directed to if the payment failed. */ 42 42 $fail_url = esc_url_raw( $order->get_checkout_payment_url( false ) ); 43 43 /** The URL the customer will be directed to after transaction completed (successful or failed). */ 44 $complete_url = wp_sanitize_redirect( esc_url_raw( add_query_arg( 'utm_nooverride', '1', $this->get_return_url( $order )) ) );44 $complete_url = esc_url_raw( add_query_arg( 'utm_nooverride', '1', $this->get_return_url( $order ) ) ); 45 45 46 46 /** Create Payment Payload */ -
monei/tags/7.0.2/src/Gateways/PaymentMethods/WCGatewayMoneiCC.php
r3376325 r3399638 295 295 'orderId' => $current_user_id . 'generatetoken' . wp_rand( 0, 1000000 ), 296 296 'description' => "User $current_user_id creating empty transaction to generate token", 297 'callbackUrl' => wp_sanitize_redirect( esc_url_raw( $this->notify_url )),298 'completeUrl' => wc_get_endpoint_url( 'payment-methods'),299 'cancelUrl' => wc_get_endpoint_url( 'payment-methods'),300 'failUrl' => wc_get_endpoint_url( 'payment-methods'),297 'callbackUrl' => esc_url_raw( $this->notify_url ), 298 'completeUrl' => esc_url_raw( wc_get_account_endpoint_url( 'payment-methods' ) ), 299 'cancelUrl' => esc_url_raw( wc_get_account_endpoint_url( 'payment-methods' ) ), 300 'failUrl' => esc_url_raw( wc_get_account_endpoint_url( 'payment-methods' ) ), 301 301 'transactionType' => self::VERIFY_TRANSACTION_TYPE, 302 302 'sessionDetails' => array( -
monei/tags/7.0.2/vendor/composer/installed.php
r3377949 r3399638 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '7.0. 1',5 'version' => '7.0. 1.0',6 'reference' => ' cdb2c218dde0b264360e895286aad3ae45c1d1f3',4 'pretty_version' => '7.0.2', 5 'version' => '7.0.2.0', 6 'reference' => '1557eae207e76a1b1bd32ceb7c7d985255fcfa88', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '7.0. 1',15 'version' => '7.0. 1.0',16 'reference' => ' cdb2c218dde0b264360e895286aad3ae45c1d1f3',14 'pretty_version' => '7.0.2', 15 'version' => '7.0.2.0', 16 'reference' => '1557eae207e76a1b1bd32ceb7c7d985255fcfa88', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
monei/tags/7.0.2/woocommerce-gateway-monei.php
r3377949 r3399638 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: 7.0. 113 * Version: 7.0.2 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/ -
monei/trunk/README.md
r3377949 r3399638 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 7.0. 07 Stable tag: 7.0.1 8 8 Requires PHP: 8.0 9 9 License: GPLv2 or later … … 97 97 98 98 ## Changelog 99 100 ### v7.0.1 - 2025-10-14 101 102 - fix: upgrade to PHP 8.0+ to resolve PHP-DI compatibility issue ([95f9ffd](https://github.com/MONEI/MONEI-WooCommerce/commit/95f9ffd)) 103 - PHP 7.4 users cannot upgrade. PHP 8.0 is now the 104 minimum required version. PHP 7.4 reached end-of-life in November 105 106 2022. WordPress 6.8 officially supports PHP 8.0-8.3. 99 107 100 108 ### v7.0.0 - 2025-10-10 … … 364 372 - Update SDK version to V2 ([5cc7cb8](https://github.com/MONEI/MONEI-WooCommerce/commit/5cc7cb8)) 365 373 - Use ramsey/composer-install ([8927c67](https://github.com/MONEI/MONEI-WooCommerce/commit/8927c67)) 366 367 ### v6.2.0 - 2025-02-18368 369 - Add autoload and container ([eb943be](https://github.com/MONEI/MONEI-WooCommerce/commit/eb943be))370 - Add notice if gateway disabled in dashboard ([2ad3517](https://github.com/MONEI/MONEI-WooCommerce/commit/2ad3517))371 - Add PayPal in blocks ([c163d58](https://github.com/MONEI/MONEI-WooCommerce/commit/c163d58))372 - Add Requires php to readme ([51a6877](https://github.com/MONEI/MONEI-WooCommerce/commit/51a6877))373 - Add services to handle blocks creation ([c79e774](https://github.com/MONEI/MONEI-WooCommerce/commit/c79e774))374 - Add services to handle paymentmethods API call ([35174dd](https://github.com/MONEI/MONEI-WooCommerce/commit/35174dd))375 - Add wp cs standard rules and run cbf ([d54055c](https://github.com/MONEI/MONEI-WooCommerce/commit/d54055c))376 - Bail if no nonce ([c260fee](https://github.com/MONEI/MONEI-WooCommerce/commit/c260fee))377 - Button renders and closes ([f460e47](https://github.com/MONEI/MONEI-WooCommerce/commit/f460e47))378 - Check directory is string before using ([aba5560](https://github.com/MONEI/MONEI-WooCommerce/commit/aba5560))379 - Check file before including ([59af5fb](https://github.com/MONEI/MONEI-WooCommerce/commit/59af5fb))380 - Fix card message in hosted ([b4fa074](https://github.com/MONEI/MONEI-WooCommerce/commit/b4fa074))381 - Fix CS ([19d9441](https://github.com/MONEI/MONEI-WooCommerce/commit/19d9441))382 - Fix CS ([24e498c](https://github.com/MONEI/MONEI-WooCommerce/commit/24e498c))383 - Fix error when index missing ([a5a357e](https://github.com/MONEI/MONEI-WooCommerce/commit/a5a357e))384 - Fix errors ([95fb7ff](https://github.com/MONEI/MONEI-WooCommerce/commit/95fb7ff))385 - Fix errors and warnings ([f5566cc](https://github.com/MONEI/MONEI-WooCommerce/commit/f5566cc))386 - Fix icon url ([6f0299a](https://github.com/MONEI/MONEI-WooCommerce/commit/6f0299a))387 - Fix place order button locator ([1123995](https://github.com/MONEI/MONEI-WooCommerce/commit/1123995))388 - Fix template path error ([46071b0](https://github.com/MONEI/MONEI-WooCommerce/commit/46071b0))389 - Fix webhooks ([c10bb15](https://github.com/MONEI/MONEI-WooCommerce/commit/c10bb15))390 - Hide settings tab ([d58ed31](https://github.com/MONEI/MONEI-WooCommerce/commit/d58ed31))391 - Import classes ([752a907](https://github.com/MONEI/MONEI-WooCommerce/commit/752a907))392 - Load css script in admin ([f4611f9](https://github.com/MONEI/MONEI-WooCommerce/commit/f4611f9))393 - Move to src folders and standard names ([7a24a42](https://github.com/MONEI/MONEI-WooCommerce/commit/7a24a42))394 - Put review link in header ([c8e0fe6](https://github.com/MONEI/MONEI-WooCommerce/commit/c8e0fe6))395 - Remove extra links in banner ([cf50738](https://github.com/MONEI/MONEI-WooCommerce/commit/cf50738))396 - Remove includes and use classes and container ([a9c2588](https://github.com/MONEI/MONEI-WooCommerce/commit/a9c2588))397 - Show correct icon w/ apple google ([0bf61ec](https://github.com/MONEI/MONEI-WooCommerce/commit/0bf61ec))398 - Show method only if enabled ([8afcd97](https://github.com/MONEI/MONEI-WooCommerce/commit/8afcd97))399 - Update branch with cs fixes ([494ec57](https://github.com/MONEI/MONEI-WooCommerce/commit/494ec57))400 - Update changelog in dedicated file ([a719a6c](https://github.com/MONEI/MONEI-WooCommerce/commit/a719a6c))401 - Update composer to ramain in php7.4 ([31c669f](https://github.com/MONEI/MONEI-WooCommerce/commit/31c669f))402 - Update filter input ([b4741ba](https://github.com/MONEI/MONEI-WooCommerce/commit/b4741ba))403 - Update readme and changelog for release ([172b629](https://github.com/MONEI/MONEI-WooCommerce/commit/172b629))404 - Update version and changelog ([dde3109](https://github.com/MONEI/MONEI-WooCommerce/commit/dde3109))405 - Use correct locator for place order button ([abb570d](https://github.com/MONEI/MONEI-WooCommerce/commit/abb570d)) -
monei/trunk/class-woocommerce-gateway-monei.php
r3377949 r3399638 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 7.0. 18 * @version 7.0.2 9 9 */ 10 10 … … 26 26 * @var string 27 27 */ 28 public $version = '7.0. 1';28 public $version = '7.0.2'; 29 29 30 30 /** … … 345 345 * Load plugin text domain for translations. 346 346 * 347 * @since 7.0. 1347 * @since 7.0.2 348 348 */ 349 349 private function load_plugin_textdomain() { -
monei/trunk/readme.txt
r3377949 r3399638 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 7.0. 16 Stable tag: 7.0.2 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later … … 104 104 == Changelog == 105 105 106 = v7.0.1 - 2025-10-10 = 106 = v7.0.2 - 2025-10-14 = 107 - fix: upgrade to PHP 8.0+ to resolve PHP-DI compatibility issue ([95f9ffd](https://github.com/MONEI/MONEI-WooCommerce/commit/95f9ffd)) 108 - PHP 7.4 users cannot upgrade. PHP 8.0 is now the 109 minimum required version. PHP 7.4 reached end-of-life in November 110 2022. WordPress 6.8 officially supports PHP 8.0-8.3. 111 112 = v7.0.0 - 2025-10-10 = 107 113 - chore: add PHPCS rule to enforce namespace use statements ([248d8bb](https://github.com/MONEI/MONEI-WooCommerce/commit/248d8bb)) 108 114 - chore: add PHPCS rule to enforce use statements over fully qualified names ([eb53879](https://github.com/MONEI/MONEI-WooCommerce/commit/eb53879)) … … 359 365 - Update SDK version to V2 ([5cc7cb8](https://github.com/MONEI/MONEI-WooCommerce/commit/5cc7cb8)) 360 366 - Use ramsey/composer-install ([8927c67](https://github.com/MONEI/MONEI-WooCommerce/commit/8927c67)) 361 362 = v6.2.0 - 2025-02-18 =363 - Add autoload and container ([eb943be](https://github.com/MONEI/MONEI-WooCommerce/commit/eb943be))364 - Add notice if gateway disabled in dashboard ([2ad3517](https://github.com/MONEI/MONEI-WooCommerce/commit/2ad3517))365 - Add PayPal in blocks ([c163d58](https://github.com/MONEI/MONEI-WooCommerce/commit/c163d58))366 - Add Requires php to readme ([51a6877](https://github.com/MONEI/MONEI-WooCommerce/commit/51a6877))367 - Add services to handle blocks creation ([c79e774](https://github.com/MONEI/MONEI-WooCommerce/commit/c79e774))368 - Add services to handle paymentmethods API call ([35174dd](https://github.com/MONEI/MONEI-WooCommerce/commit/35174dd))369 - Add wp cs standard rules and run cbf ([d54055c](https://github.com/MONEI/MONEI-WooCommerce/commit/d54055c))370 - Bail if no nonce ([c260fee](https://github.com/MONEI/MONEI-WooCommerce/commit/c260fee))371 - Button renders and closes ([f460e47](https://github.com/MONEI/MONEI-WooCommerce/commit/f460e47))372 - Check directory is string before using ([aba5560](https://github.com/MONEI/MONEI-WooCommerce/commit/aba5560))373 - Check file before including ([59af5fb](https://github.com/MONEI/MONEI-WooCommerce/commit/59af5fb))374 - Fix card message in hosted ([b4fa074](https://github.com/MONEI/MONEI-WooCommerce/commit/b4fa074))375 - Fix CS ([19d9441](https://github.com/MONEI/MONEI-WooCommerce/commit/19d9441))376 - Fix CS ([24e498c](https://github.com/MONEI/MONEI-WooCommerce/commit/24e498c))377 - Fix error when index missing ([a5a357e](https://github.com/MONEI/MONEI-WooCommerce/commit/a5a357e))378 - Fix errors ([95fb7ff](https://github.com/MONEI/MONEI-WooCommerce/commit/95fb7ff))379 - Fix errors and warnings ([f5566cc](https://github.com/MONEI/MONEI-WooCommerce/commit/f5566cc))380 - Fix icon url ([6f0299a](https://github.com/MONEI/MONEI-WooCommerce/commit/6f0299a))381 - Fix place order button locator ([1123995](https://github.com/MONEI/MONEI-WooCommerce/commit/1123995))382 - Fix template path error ([46071b0](https://github.com/MONEI/MONEI-WooCommerce/commit/46071b0))383 - Fix webhooks ([c10bb15](https://github.com/MONEI/MONEI-WooCommerce/commit/c10bb15))384 - Hide settings tab ([d58ed31](https://github.com/MONEI/MONEI-WooCommerce/commit/d58ed31))385 - Import classes ([752a907](https://github.com/MONEI/MONEI-WooCommerce/commit/752a907))386 - Load css script in admin ([f4611f9](https://github.com/MONEI/MONEI-WooCommerce/commit/f4611f9))387 - Move to src folders and standard names ([7a24a42](https://github.com/MONEI/MONEI-WooCommerce/commit/7a24a42))388 - Put review link in header ([c8e0fe6](https://github.com/MONEI/MONEI-WooCommerce/commit/c8e0fe6))389 - Remove extra links in banner ([cf50738](https://github.com/MONEI/MONEI-WooCommerce/commit/cf50738))390 - Remove includes and use classes and container ([a9c2588](https://github.com/MONEI/MONEI-WooCommerce/commit/a9c2588))391 - Show correct icon w/ apple google ([0bf61ec](https://github.com/MONEI/MONEI-WooCommerce/commit/0bf61ec))392 - Show method only if enabled ([8afcd97](https://github.com/MONEI/MONEI-WooCommerce/commit/8afcd97))393 - Update branch with cs fixes ([494ec57](https://github.com/MONEI/MONEI-WooCommerce/commit/494ec57))394 - Update changelog in dedicated file ([a719a6c](https://github.com/MONEI/MONEI-WooCommerce/commit/a719a6c))395 - Update composer to ramain in php7.4 ([31c669f](https://github.com/MONEI/MONEI-WooCommerce/commit/31c669f))396 - Update filter input ([b4741ba](https://github.com/MONEI/MONEI-WooCommerce/commit/b4741ba))397 - Update readme and changelog for release ([172b629](https://github.com/MONEI/MONEI-WooCommerce/commit/172b629))398 - Update version and changelog ([dde3109](https://github.com/MONEI/MONEI-WooCommerce/commit/dde3109))399 - Use correct locator for place order button ([abb570d](https://github.com/MONEI/MONEI-WooCommerce/commit/abb570d)) -
monei/trunk/src/Gateways/Abstracts/WCMoneiPaymentGatewayComponent.php
r3376325 r3399638 202 202 203 203 /** The URL to which a payment result should be sent asynchronously. */ 204 $callback_url = wp_sanitize_redirect( esc_url_raw( $this->notify_url ));204 $callback_url = esc_url_raw( $this->notify_url ); 205 205 /** The URL the customer will be directed to if the payment failed. */ 206 206 $fail_url = esc_url_raw( $order->get_checkout_payment_url( false ) ); 207 207 /** The URL the customer will be directed to after transaction completed (successful or failed). */ 208 $complete_url = wp_sanitize_redirect( 209 esc_url_raw( 210 add_query_arg( 211 array( 212 'utm_nooverride' => '1', 213 'orderId' => $order_id, 214 ), 215 $this->get_return_url( $order ) 216 ) 208 $complete_url = esc_url_raw( 209 add_query_arg( 210 array( 211 'utm_nooverride' => '1', 212 'orderId' => $order_id, 213 ), 214 $this->get_return_url( $order ) 217 215 ) 218 216 ); -
monei/trunk/src/Gateways/Abstracts/WCMoneiPaymentGatewayHosted.php
r3376325 r3399638 38 38 39 39 /** The URL to which a payment result should be sent asynchronously. */ 40 $callback_url = wp_sanitize_redirect( esc_url_raw( $this->notify_url ));40 $callback_url = esc_url_raw( $this->notify_url ); 41 41 /** The URL the customer will be directed to if the payment failed. */ 42 42 $fail_url = esc_url_raw( $order->get_checkout_payment_url( false ) ); 43 43 /** The URL the customer will be directed to after transaction completed (successful or failed). */ 44 $complete_url = wp_sanitize_redirect( esc_url_raw( add_query_arg( 'utm_nooverride', '1', $this->get_return_url( $order )) ) );44 $complete_url = esc_url_raw( add_query_arg( 'utm_nooverride', '1', $this->get_return_url( $order ) ) ); 45 45 46 46 /** Create Payment Payload */ -
monei/trunk/src/Gateways/PaymentMethods/WCGatewayMoneiCC.php
r3376325 r3399638 295 295 'orderId' => $current_user_id . 'generatetoken' . wp_rand( 0, 1000000 ), 296 296 'description' => "User $current_user_id creating empty transaction to generate token", 297 'callbackUrl' => wp_sanitize_redirect( esc_url_raw( $this->notify_url )),298 'completeUrl' => wc_get_endpoint_url( 'payment-methods'),299 'cancelUrl' => wc_get_endpoint_url( 'payment-methods'),300 'failUrl' => wc_get_endpoint_url( 'payment-methods'),297 'callbackUrl' => esc_url_raw( $this->notify_url ), 298 'completeUrl' => esc_url_raw( wc_get_account_endpoint_url( 'payment-methods' ) ), 299 'cancelUrl' => esc_url_raw( wc_get_account_endpoint_url( 'payment-methods' ) ), 300 'failUrl' => esc_url_raw( wc_get_account_endpoint_url( 'payment-methods' ) ), 301 301 'transactionType' => self::VERIFY_TRANSACTION_TYPE, 302 302 'sessionDetails' => array( -
monei/trunk/vendor/composer/installed.php
r3377949 r3399638 2 2 'root' => array( 3 3 'name' => '__root__', 4 'pretty_version' => '7.0. 1',5 'version' => '7.0. 1.0',6 'reference' => ' cdb2c218dde0b264360e895286aad3ae45c1d1f3',4 'pretty_version' => '7.0.2', 5 'version' => '7.0.2.0', 6 'reference' => '1557eae207e76a1b1bd32ceb7c7d985255fcfa88', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '__root__' => array( 14 'pretty_version' => '7.0. 1',15 'version' => '7.0. 1.0',16 'reference' => ' cdb2c218dde0b264360e895286aad3ae45c1d1f3',14 'pretty_version' => '7.0.2', 15 'version' => '7.0.2.0', 16 'reference' => '1557eae207e76a1b1bd32ceb7c7d985255fcfa88', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
monei/trunk/woocommerce-gateway-monei.php
r3377949 r3399638 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: 7.0. 113 * Version: 7.0.2 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/
Note: See TracChangeset
for help on using the changeset viewer.