Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump to 1.2.0 #115

Merged
merged 1 commit into from
Sep 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
==1.2.0==
Features

*Added Safe Invoice

Bugfixes

* Fixed a wrong path to the transaction status forwarding controller
* various smaller bugfixes

Maintanance

* Added missing translations in backend
* Added PSD2 Compatibility for Amazon Pay
* dropped Support for mobile Theme ?
* fixed unit tests

## A Word on PSD2

At the time of Release, only Amazon Pay requires code changes to be compatible with the upcoming PSD2 regulation. However, you can configure the plugin for optimized conversion when using Credit Cards and 3-D Secure 2.0. For more info see our Remark on docs.payone.com https://docs.payone.com/display/public/INT/Oxid+6+Extension#Oxid6Extension-EnsuringMaximumConversionWith3DSecure2.0

## Warning

since we've dropped support for the mobile theme, please make sure to use a newer responsive theme before updating!

==1.1.0==
Features:

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.de
</a>',
'thumbnail' => 'picture.gif',
'version' => '1.1.0',
'version' => '1.2.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.1.0
1.2.0