Skip to content

Commit

Permalink
Merge pull request #466 from PAYONE-GmbH/version-bump-520
Browse files Browse the repository at this point in the history
version bump to 5.2.0
  • Loading branch information
hreinberger authored May 10, 2021
2 parents 9edd4b9 + f02a57d commit 5159f0a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

**The changelog is continued on the Github releases page**

## 5.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

## 5.1.0

New Feature(s)
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Payone/Core/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<config>
<modules>
<Payone_Core>
<version>5.1.0</version>
<version>5.2.0</version>
</Payone_Core>
</modules>

Expand Down

0 comments on commit 5159f0a

Please sign in to comment.