Releases: PAYONE-GmbH/magento-2
Release v3.4.1
New Features
- Bancontact integrated
Bugfix(es)
- Fixed problem with Klarna for registered users
- Do not cancel successful paid redirect payments even after interruption
- Amazon Pay fix: Load quote only when checkoutConfig is available
Maintenance
- Readded version number to composer.json
- Changed internal payment names
- Added CSP whitelist to module
- Removed accountnumber and bank code from invoice
- tested with 2.4.3
- Change composer.json
Release v3.4.0
New Features
- Bancontact integrated
Bugfix(es)
- Fixed problem with Klarna for registered users
- Do not cancel successful paid redirect payments even after interruption
- Amazon Pay fix: Load quote only when checkoutConfig is available
Maintenance
- Readded version number to composer.json
- Changed internal payment names
- Added CSP whitelist to module
- Removed accountnumber and bank code from invoice
- tested with 2.4.3
Release v3.3.0
New Features
- Add Apple Pay
- Add mechanism to prevent double invoice creation
- Add creditcard cardholder field
- Add country restrictions for Boniversum addresscheck
Bugfixes
- Fixed faulty JSON
- Fixed class name of Unit Test
- Fixed problem with hardcoded dummy birthday
- Fixed gift card amount increase discount diff
Maintenance
- Add Unit Tests
Release v3.2.0
New Feature
- Added Ratepay Invoice
Bugfixes
- Fixed getting Base Currency from right scope (#298)
- Shipping address phone number is now sent to Klarna
- Override mandatory fields when using Amazon Pay
Maintenance
- Tested with Magento 2 2.4.1
Release 3.1.0
New Feature
- narrative text (when filled) now gets forwarded to PayPal for easier transaction assignment at PayPal
Bugfixes
- fixed back button on SEPA page
- fixed amasty integration
- better txstatus forwarding
Maintenance
- Magento 2.4 compatibility
Release v3.0.0
Known Bugs
- Klarna can not be completely deactivated, see #324 - will be fixed in v3.0.1
New Feature(s)
- new klarna implementation
- auto-cc-detection
- EE Gift Card Support
- Amasty Gift Card support
- multicurrency functionality for Amazon Pay
Breaking Change
- klarna legacy will be shut down in the end of Sep 2020 and has been removed
(!) Only upgrade if you are either not using Klarna or have been set up with the new Klarna Connector on the PAYONE platform - Billsafe has been removed, as it has been discontinued for quite some time now
Bugfix(es)
- fix KnockoutJS scope problem with getCode()
- fix score of creditrating getting lost
- fixes path to privacyDeclaration for Debit/Installment methods > thx @mborkowski
- cash on delivery Template without clearingdata
- deprecated function name > thx @sippsolutions
Maintenance
- removed BillSafe
- updated Amazon Pay decline handling
Release v2.8.0
New Features
- Paydirekt Oneclick (early stage. If you want to use this method for your instance, please get in touch with us!)
Bugfixes
- fixed txstatus behavior with virtual orders
- fixed an encoding issue
Maintenance
- PHP 7.3 Support
Release v2.7.0
New Features
-
Amazon Pay is now PSD2 compatible
-
Decoupled txstatus forwarding from internal processing so a failed forward doesn't break the whole process
-
added webrestrictions.xml to avoid transaction-updates being blocked by website-restrictions (thx @berwa)
Bugfixes
-
better performance for address checks
-
more robust Amazon Pay button when official Amazon Plugin is also installed (but not active)
Maintenance
- Compatibility with Magento 2.3.2
A Word on PSD2
At the time of Release, only Amazon Pay requires code changes to be compatible with the upcoming PSD2 regulation. However, you can configure the plugin for optimized conversion when using Credit Cards and 3-D Secure 2.0. For more info see our Remark on docs.payone.com https://docs.payone.com/display/public/INT/Magento+2+Plugin#Magento2Plugin-EnsuringMaximumConversionWith3DSecure2.0
Release v2.6.0
New Features
- New status in response in case of curl timeouts (thx @gerritpechmann)
- Added mechanism to create substitute orders in case of a delayed appointed status
Bugfixes
- fixed a bug with billing address checks
- Fixed issues with multiple addresschecks
- fixed rounding error in transaction log
- fixed problem with $aPaymentMethods index not set
Maintenance
- added new bankgroup "Handelsbanken" to iDeal
- fixes to unit tests
Note on Protect
We decided to introduce a new way of using our Protect Module. This implementation allows more flexible and complete use of our risk assessment requests and can be customized to your needs. Check it out at https://github.com/PAYONE-GmbH/magento-2-simple-protect
This new approach was designed to give you more flexibility when using complex risk assessment methods, so take a look if you need more flexibility than is currently offered in our plugin.
Feel free to contribute and ask questions in the linked repository. Please get in touch if you want to test drive the new changes.
Change in behavior on initial setup
Due to changes in Magento 2.3.1, all payment methods are active after an initial installation. Please make sure to deactivate all non-wanted payment methods before launch.
This doesn't affect updates, so you'll keep your active payment methods after an update.
Release v2.5.0
New Features:
- Amazon Pay
Bugfixes
- fixed setup:upgrade when table prefix is used (thx @andreasberenz)
Maintenance:
- Magento 2.3.x compatibility