Skip to content

Commit 25e74d6

Browse files
authored
Merge pull request #115 from PAYONE-GmbH/version-bump-120
version bump to 1.2.0
2 parents 393251e + aac63b0 commit 25e74d6

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Changelog.txt

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
==1.2.0==
2+
Features
3+
4+
*Added Safe Invoice
5+
6+
Bugfixes
7+
8+
* Fixed a wrong path to the transaction status forwarding controller
9+
* various smaller bugfixes
10+
11+
Maintanance
12+
13+
* Added missing translations in backend
14+
* Added PSD2 Compatibility for Amazon Pay
15+
* dropped Support for mobile Theme ?
16+
* fixed unit tests
17+
18+
## A Word on PSD2
19+
20+
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
21+
22+
## Warning
23+
24+
since we've dropped support for the mobile theme, please make sure to use a newer responsive theme before updating!
25+
126
==1.1.0==
227
Features:
328

metadata.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
https://www.payone.de
3535
</a>',
3636
'thumbnail' => 'picture.gif',
37-
'version' => '1.1.0',
37+
'version' => '1.2.0',
3838
'author' => 'FATCHIP GmbH',
3939
'email' => 'kontakt@fatchip.de',
4040
'url' => 'https://wiki.fatchip.de/public/faqpayone',

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)