Releases: MultiSafepay/magento2-frontend
Releases · MultiSafepay/magento2-frontend
1.12.0
Added
- Added iDEAL and Direct Debit Vault
- Added Edenred
Changed
- Changed the Vault 'Save for later use' checkbox to be default unchecked instead of checked for MultiSafepay payment methods
- Changed the module to not only return an 'ng' on notification failure and show more information about why the notification process failed
1.11.0
Added
- Added Apple Pay Direct
- Added Google Pay Direct/Redirect
- Added WeChat Pay Redirect
Fixed
- Fixed Credit Card Payment Component not showing on IE due to new JS syntax (thanks to @thlassche)
- Fixed the utm_nooverride parameter not being picked up in Google Analytics because of a trailing slash (Thanks to @peterjaap)
Changed
- Changed the placement of the iDEAL issuers dropdown to be on top of the billing address instead of below it.
1.10.2
Changed
- Updated the MultiSafepay credit card component javascript library from V1 to V2.
1.10.1
Fixed
- Fixed an issue where there were duplicate controllers with the legacy plugin, causing an error on transaction placement.
1.10.0
Changed
- We are now removing sensitive data from the payment after the customer has been redirected.
- Added date picker field for Date of Birth checkout fields to further increase the consistency of input
- Dropped support for Magento 2.2.x versions.
Fixed
- Fixed a bug where some POST notification can be restricted because of CSRF validation.
- Fixed a bug where retrieving Vault stored cards would cause a type error.
- Fixed PHP Mess detector issues.
1.9.2
Fixed
- Fixed a bug where some header elements were still visible inside the checkout (Thanks to @Davie82)
- Fixed a bug where the MultiSafepay payment component external js file could not be loaded when using Magento javascript minification
1.9.1
1.9.0
Added
- Added MultiSafepay Credit Card component support for credit card payment methods.
Changed
- Moved setting pending_payment status from Redirect controller to Gateway Request Builder
- Changed the notification method from 'GET' to 'POST'
- Improved the logging for the notification actions
1.8.0
Fixed
- Fixed a bug where the checkout would restore the first quote, when trying to create a second order in the same session.
Added
- Added translations to checkout fields. (Thanks to @Davie82)
1.7.1
Fixed
- Fixed a bug in payment validation transaction type constant scope, changed it from private to public.