Skip to content

Commit 61e8c4b

Browse files
authored
Merge pull request #11 from BoulangerV/OX-72-Release_version_610
OX-72: Version bump 6.1.0
2 parents ff287c4 + 6955d96 commit 61e8c4b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
|------|----------
66
|Author | `Fatchip GmbH`
77
|Prefix | `pi`
8-
|Shop Version | `CE/PE` `CE/PE/EE` `6.0.x-6.3.x`
9-
|Version | `6.0.1`
8+
|Shop Version | `CE/PE` `CE/PE/EE` `6.0.x-6.4.x`
9+
|Version | `6.1.0`
1010
|Link | http://www.ratepay.com
1111
|Mail | integration@ratepay.com
1212
|Installation | https://ratepay.gitbook.io/oxid/
@@ -15,6 +15,11 @@
1515

1616
## Changelog
1717

18+
### Version 6.1.0 - Released 2022-01-11
19+
* Fix: Bug while displaying logs entries, due to CamelCase/Lower case classnames incompatibility
20+
* Update: Design enhancement in logs details display (syntax highlight, bold title)
21+
* Update: Module tag version was made dynamic in xml request header
22+
1823
### Version 6.0.1 - Released 2021-04-08
1924
* Added pre-calculation to estimate max valid runtime for 0% interest rate cases
2025
* Extend width of installment calculator detail on order review page

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.0.1",
7+
"version": "6.1.0",
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.0.1',
41+
'version' => '6.1.0',
4242
'author' => 'Ratepay GmbH',
4343
'email' => 'integration@ratepay.com',
4444
'url' => 'http://www.ratepay.com/',

0 commit comments

Comments
 (0)