Changeset 2921681
- Timestamp:
- 06/05/2023 01:32:08 PM (3 years ago)
- Location:
- payoneer-checkout
- Files:
-
- 2 edited
- 32 copied
-
tags/1.4.0 (copied) (copied from payoneer-checkout/trunk)
-
tags/1.4.0/inc/services.php (copied) (copied from payoneer-checkout/trunk/inc/services.php)
-
tags/1.4.0/languages/en_GB.pot (copied) (copied from payoneer-checkout/trunk/languages/en_GB.pot)
-
tags/1.4.0/modules.local/checkout/assets/img/amex.svg (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/assets/img/amex.svg)
-
tags/1.4.0/modules.local/checkout/assets/img/mastercard.svg (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/assets/img/mastercard.svg)
-
tags/1.4.0/modules.local/checkout/assets/img/visa.svg (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/assets/img/visa.svg)
-
tags/1.4.0/modules.local/checkout/inc/amex_icon_setting_field.php (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/inc/amex_icon_setting_field.php)
-
tags/1.4.0/modules.local/checkout/inc/appearance_settings_fields.php (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/inc/appearance_settings_fields.php)
-
tags/1.4.0/modules.local/checkout/inc/extensions.php (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/inc/extensions.php)
-
tags/1.4.0/modules.local/checkout/inc/services.php (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/inc/services.php)
-
tags/1.4.0/modules.local/checkout/src/CheckoutModule.php (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/src/CheckoutModule.php)
-
tags/1.4.0/modules.local/checkout/src/Factory/Customer/WcBasedCustomerFactory.php (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/src/Factory/Customer/WcBasedCustomerFactory.php)
-
tags/1.4.0/modules.local/checkout/src/Factory/ListSession/OrderBasedListCommandFactory.php (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/src/Factory/ListSession/OrderBasedListCommandFactory.php)
-
tags/1.4.0/modules.local/checkout/src/MisconfigurationDetector (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/src/MisconfigurationDetector)
-
tags/1.4.0/modules.local/checkout/src/PaymentProcessor/AbstractPaymentProcessor.php (copied) (copied from payoneer-checkout/trunk/modules.local/checkout/src/PaymentProcessor/AbstractPaymentProcessor.php)
-
tags/1.4.0/modules.local/embedded-payment/inc/custom_css_fields.php (copied) (copied from payoneer-checkout/trunk/modules.local/embedded-payment/inc/custom_css_fields.php)
-
tags/1.4.0/modules.local/embedded-payment/inc/extensions.php (copied) (copied from payoneer-checkout/trunk/modules.local/embedded-payment/inc/extensions.php)
-
tags/1.4.0/modules.local/embedded-payment/inc/services.php (copied) (copied from payoneer-checkout/trunk/modules.local/embedded-payment/inc/services.php)
-
tags/1.4.0/modules.local/embedded-payment/src/EmbeddedPaymentModule.php (copied) (copied from payoneer-checkout/trunk/modules.local/embedded-payment/src/EmbeddedPaymentModule.php)
-
tags/1.4.0/modules.local/embedded-payment/src/PaymentProcessor/EmbeddedPaymentProcessor.php (copied) (copied from payoneer-checkout/trunk/modules.local/embedded-payment/src/PaymentProcessor/EmbeddedPaymentProcessor.php)
-
tags/1.4.0/modules.local/hosted-payment/inc/extensions.php (copied) (copied from payoneer-checkout/trunk/modules.local/hosted-payment/inc/extensions.php)
-
tags/1.4.0/modules.local/hosted-payment/src/PaymentProcessor/HostedPaymentProcessor.php (copied) (copied from payoneer-checkout/trunk/modules.local/hosted-payment/src/PaymentProcessor/HostedPaymentProcessor.php)
-
tags/1.4.0/modules.local/payment-gateway/inc/services.php (copied) (copied from payoneer-checkout/trunk/modules.local/payment-gateway/inc/services.php)
-
tags/1.4.0/modules.local/payment-gateway/src/Gateway/Factory/Customer/WcOrderBasedCustomerFactory.php (copied) (copied from payoneer-checkout/trunk/modules.local/payment-gateway/src/Gateway/Factory/Customer/WcOrderBasedCustomerFactory.php)
-
tags/1.4.0/modules.local/payment-gateway/src/Gateway/PaymentGateway.php (copied) (copied from payoneer-checkout/trunk/modules.local/payment-gateway/src/Gateway/PaymentGateway.php)
-
tags/1.4.0/modules.local/wp/inc/services.php (copied) (copied from payoneer-checkout/trunk/modules.local/wp/inc/services.php)
-
tags/1.4.0/payoneer-checkout.php (copied) (copied from payoneer-checkout/trunk/payoneer-checkout.php)
-
tags/1.4.0/readme.txt (modified) (2 diffs)
-
tags/1.4.0/vendor/autoload.php (copied) (copied from payoneer-checkout/trunk/vendor/autoload.php)
-
tags/1.4.0/vendor/composer/autoload_classmap.php (copied) (copied from payoneer-checkout/trunk/vendor/composer/autoload_classmap.php)
-
tags/1.4.0/vendor/composer/autoload_real.php (copied) (copied from payoneer-checkout/trunk/vendor/composer/autoload_real.php)
-
tags/1.4.0/vendor/composer/autoload_static.php (copied) (copied from payoneer-checkout/trunk/vendor/composer/autoload_static.php)
-
tags/1.4.0/vendor/composer/installed.php (copied) (copied from payoneer-checkout/trunk/vendor/composer/installed.php)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payoneer-checkout/tags/1.4.0/readme.txt
r2915946 r2921681 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.2 7 Stable tag: 1. 3.27 Stable tag: 1.4.0 8 8 License: MPL-2.0 9 9 License URI: https://www.mozilla.org/en-US/MPL/2.0/ … … 59 59 60 60 == Changelog == 61 62 = 1.4.0 - 2023-06-05 = 63 * Added: 64 * American Express - configurable logo 65 * Merchant of Record - improved error messages 66 * Payment method displays only with valid merchant account configuration 67 * Fixed: 68 * User registration / login is blocked on my account and checkout page 69 * Payment fails when a user tries to register during checkout 61 70 62 71 = 1.3.2 - 2023-05-22 = -
payoneer-checkout/trunk/readme.txt
r2915946 r2921681 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.2 7 Stable tag: 1. 3.27 Stable tag: 1.4.0 8 8 License: MPL-2.0 9 9 License URI: https://www.mozilla.org/en-US/MPL/2.0/ … … 59 59 60 60 == Changelog == 61 62 = 1.4.0 - 2023-06-05 = 63 * Added: 64 * American Express - configurable logo 65 * Merchant of Record - improved error messages 66 * Payment method displays only with valid merchant account configuration 67 * Fixed: 68 * User registration / login is blocked on my account and checkout page 69 * Payment fails when a user tries to register during checkout 61 70 62 71 = 1.3.2 - 2023-05-22 =
Note: See TracChangeset
for help on using the changeset viewer.