Skip to content

Commit 1e46fa5

Browse files
authored
Merge pull request #17 from BoulangerV/Release_611
Version bump to 6.1.1
2 parents fc656de + 16426ed commit 1e46fa5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|Author | `Fatchip GmbH`
77
|Prefix | `pi`
88
|Shop Version | `CE/PE` `CE/PE/EE` `6.0.x-6.5.x`
9-
|Version | `6.1.0`
9+
|Version | `6.1.1`
1010
|Link | http://www.ratepay.com
1111
|Mail | integration@ratepay.com
1212
|Installation | https://ratepay.gitbook.io/oxid/
@@ -15,6 +15,12 @@
1515

1616
## Changelog
1717

18+
### Version 6.1.1 - Released 2022-08-23
19+
* Fixed : Bug when using descriptions for identical order items
20+
* Fixed : EN translations
21+
* Update : Data saved in request logs
22+
* Update : Obsolete param from profile removed
23+
1824
### Version 6.1.0 - Released 2022-01-11
1925
* Fix: Bug while displaying logs entries, due to CamelCase/Lower case classnames incompatibility
2026
* Update: Design enhancement in logs details display (syntax highlight, bold title)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "oxideshop-module",
55
"keywords": ["oxid", "modules", "eShop", "payment"],
66
"homepage": "https://www.ratepay.com/",
7-
"version": "6.1.0",
7+
"version": "6.1.1",
88
"license": "MIT",
99
"extra": {
1010
"oxideshop": {

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
),
3939
'thumbnail' => 'ratepay_logo.png',
4040
'lang' => 'en',
41-
'version' => '6.1.0',
41+
'version' => '6.1.1',
4242
'author' => 'Ratepay GmbH',
4343
'email' => 'integration@ratepay.com',
4444
'url' => 'http://www.ratepay.com/',

0 commit comments

Comments
 (0)