Releases: PAYONE-GmbH/magento-1
Releases · PAYONE-GmbH/magento-1
Release v5.3.3
Release v5.3.2
New Features
- New Banklist for iDeal
Bugfixes
- Change error Handling for PayPal Express
- Ratepay address update
- Fix for workorderID in PayPal
- Remove Paydirekt Express
Release v5.3.1
Bugfix(es)
- Fix issue with creating an backofficeorder with secure invoice
Maintenance
- update the banklist in iDeal
- tested with Magento 1.9.4.4
Release v5.3.0
New Features
- Add Apple Pay
Maintenance
- Rename Payolution to Unzer
Release v5.2.0
New Features
- re-introduced credit card holder field for better acceptance when in scope for 3D Secure 2.0.
We had previously disabled it to streamline the amount of fields a customer had to fill by default. With PSD2 and 3D Secure 2.0 in effect, we saw that using the cardholder field can benefit the ratio of frictionless payments vs. leaving it out.
Bugfix(es)
- call Ratepay DFP endpoint only when selected
- better checkout performance for checkouts with many addresses
- fixed item qtys doubled when using multi tabs and redirect payments (thx @igloominusx)
Maintenance
- rebranded "RatePay" to "Ratepay"
- tested with Magento 1.9.4.4
Release v5.1.0
New Feature
- Removed uses of jQuery where not strictly neccessary
Bugfixes
- Corrected voucher VAT for Klarna start_session call
- Corrected PayDirekt shipping vat
Maintenance
- Updated Ratepay legal texts
- Recognize OpenMage version and incorporate into request diagnostic data
- Tested with Magento 1.9.4.4
Release v5.0.0
New Feature(s)
- new klarna implementation
- New database fields for RatePay orders
- IP address in API log is now anonymized
Bugfixes
- Amazon Pay is not displayed in backend to avoid template error (fixes #207)
Maintenance
- remove DISCOVER
- Improved RatePay Snipped ID handling
- Transmit customer ID to Ratepay for returning customers
- Decoupled Payolution and RatePay JS files
- Fixed position of Paydirekt logo
- Fixed broken CSV file (thanks @sprankhub)
- Fixed incomplete Modman file (thanks @Schrank)
Warning(s)
- klarna legacy will be shut down in the end of Sep 2020
Release v4.6.0
New Features
- Goodwill refunds for Ratepay Orders
- Frontend Validations for Ratepay payment methods e.g. to enforce the right zip code length or phone numbers. For more info, please refer to your Ratepay representative
Bugfixes
- Fixed Backend Orders with Ratepay
- We fixed a particularly nasty bug in high volume shops with Amazon Pay, where rounding errors during the checkout sometimes led to Amazon Pay checkouts being opened, but never arriving as an order in Magento. We've introduced a backend setting, which allows 1 cent differences during checkout. We also implemented measures to detect broken Amazon Pay checkouts and cancel these, so customers don't receive mails from Amazon implying their order was successful
- Fixed custom translations for hosted iFrames
Maintenance
- Masterpass was deprecated by Mastercard, so we removed it
- added indices on large tables during upgrade for better performance
Release v4.5.0
New Features
- We split Ratepay Invoice and Ratepay Installments into separate payment methods
- New responsive Installment Calculator for Ratepay
- Customers can now decide themselves in which way they want to pay their Ratepay Installments
Bugfixes
- Introduce cache bypass to fix issues with invalid store configs (this should help with "Payment method configuration with id "0" not found", see #8 ) thx @mwr
Maintenance
- Tidied up payment method selection in backend
- Licensemanager is now completely gone. ⚰
Release v4.4.1
New Features
- Paydirekt Express
Maintenance
- add missing translations
- fixing PHP-Notice > thanks to @phoenixdev-kl