Skip to content

Commit

Permalink
version bump to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hreinberger committed May 10, 2021
1 parent 9edd4b9 commit f02a57d
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 f02a57d

Please sign in to comment.