Skip to content

Commit

Permalink
Merge pull request PAYONE-GmbH#268 from PAYONE-GmbH/version-bump-190
Browse files Browse the repository at this point in the history
Version bump 190
  • Loading branch information
janteuber authored May 4, 2023
2 parents 69393e0 + e01942e commit b7522b7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
38 changes: 32 additions & 6 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
==1.9.0==

New Features

* New payment method: PAYONE Secured Direct Debit

Bugfix

* Fix bug in order validation

Maintenance

* Remove option "Use CVC as mandatory field"
* Removal of Paydirekt Express configuration
* Removal of Simple Protect
* Updated iDeal issuer list

tested with
Version 6.5
PHP 8.1

==1.8.0==

New Features
Expand Down Expand Up @@ -49,16 +70,15 @@ Maintenance

==1.6.1==


New Features

* Change Version of Javascript

Bugfix(es)

* check of manipulated basket


Maintenance

tested with v 6.4

Expand All @@ -68,7 +88,7 @@ New Features

* new payment method: Apple Pay

Bugfix(es)
Bugfix

* fixes for PHP8

Expand All @@ -92,8 +112,8 @@ Maintenance
* compatibilty checked to 6.4.0
* tested with Oxid 6.4.0


==1.5.0==

New Features

* Support for Ratepay Device Fingerprinting
Expand All @@ -107,14 +127,14 @@ Bugfixes
* better discount handling
* increased default timeout for transactionstatus forwarding


Maintenance

* cardholder name is now required for better exemption handling with 3D Secure 2.0
* tested with Oxid 6.2.3

==1.4.0==
New Feature(s)

New Feature

* New Klarna implementation, now supporting Klarna Debit, Invoice and Installment

Expand All @@ -133,6 +153,7 @@ Warning(s)
* Klarna legacy will be shut down by the end of Sep 2020. Only upgrade if you are either not using Klarna or have been set up with the new Klarna Connector on the PAYONE platform

==1.3.2==

New Features

* we made transactionstatus forwardings a lot stabler, so hopefully no more missing forwarded statuses
Expand All @@ -148,6 +169,7 @@ Maintenance
* we deprecated the cc type discover, as it is now processed as diners

==1.2.1==

Bugfixes

* fixed issues with items becoming unavailable during a redirect checkout
Expand All @@ -158,6 +180,7 @@ Maintenance
* added missing edit symbol for billing addresses

==1.2.0==

Features

*Added Safe Invoice
Expand All @@ -183,6 +206,7 @@ At the time of Release, only Amazon Pay requires code changes to be compatible w
since we've dropped support for the mobile theme, please make sure to use a newer responsive theme before updating!

==1.1.0==

Features:

* Amazon Pay
Expand All @@ -203,11 +227,13 @@ Maintenance:
* Wave theme compatibility

==1.0.10==

Bugfixes

* fixed unit tests

==1.0.9.==

New Features

* added generic error for failed redirect payments
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
https://www.payone.com
</a>',
'thumbnail' => 'picture.gif',
'version' => '1.8.0',
'version' => '1.9.0',
'author' => 'FATCHIP GmbH',
'email' => '[email protected]',
'url' => 'https://wiki.fatchip.de/public/faqpayone',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0

0 comments on commit b7522b7

Please sign in to comment.