Skip to content

Releases: PAYONE-GmbH/magento-1

Release v5.3.3

17 Jun 08:20
397bab1
Compare
Choose a tag to compare

Maintenance

  • Update iDEAL bank list
  • Rename paydirekt to Giropay
  • Fixed problems Amazon Pay and PayPal Express
  • tested with Magento 1.9.4.4

Release v5.3.2

24 Apr 13:07
5642ccd
Compare
Choose a tag to compare

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

15 Jun 13:25
47c478c
Compare
Choose a tag to compare

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

11 Nov 08:57
4cc06ab
Compare
Choose a tag to compare

New Features

  • Add Apple Pay

Maintenance

  • Rename Payolution to Unzer

Release v5.2.0

10 May 06:54
5159f0a
Compare
Choose a tag to compare

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

30 Nov 14:24
acc564a
Compare
Choose a tag to compare

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

20 Aug 07:39
506349a
Compare
Choose a tag to compare

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

⚠️ An earlier version of the changelog stated a known incompatibility with the 1st party Klarna Payments plugin. This was a mistake, since this incompatibility was fixed before the release. You can safely use this version of our plugin with the Klarna Payments plugin.

Release v4.6.0

30 Mar 13:12
a250fc2
Compare
Choose a tag to compare

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

16 Oct 10:56
cfe0a40
Compare
Choose a tag to compare

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

06 Sep 14:20
2dbcd18
Compare
Choose a tag to compare

New Features

  • Paydirekt Express

Maintenance

  • add missing translations
  • fixing PHP-Notice > thanks to @phoenixdev-kl