Skip to content

Commit 505a46d

Browse files
authored
Merge pull request #30 from BoulangerV/Release_6_2_1
Version bump for release
2 parents 6ebaf4b + 6bc2525 commit 505a46d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66
|Author | `Fatchip GmbH`
77
|Prefix | `pi`
88
|Shop Version | `CE/PE` `CE/PE/EE` `6.0.x-6.5.x`
9-
|Version | `6.2.0`
9+
|Version | `6.2.1`
1010
|Link | http://www.ratepay.com
1111
|Mail | integration@ratepay.com
1212
|Full Documentation | [click here](https://docs.ratepay.com/docs/developer/shop_modules/oxid/ratepay_payment_plugin_for_oxid/)|
1313
|Legal Disclaimer | [click here](https://docs.ratepay.com/docs/developer/shop_modules/overview/)|
1414

1515
## Changelog
1616

17+
### Version 6.2.1 - Released 2024-07-04
18+
* Fix : Admin requests voucher calculation
19+
1720
### Version 6.2.0 - Released 2024-01-25
1821
* Fix : Voucher requests in Net price mode
1922
* Fix : Currency swapping in order post-processing

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.2.0",
7+
"version": "6.2.1",
88
"license": "MIT",
99
"extra": {
1010
"oxideshop": {

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
),
3030
'thumbnail' => 'ratepay_logo.png',
3131
'lang' => 'en',
32-
'version' => '6.2.0',
32+
'version' => '6.2.1',
3333
'author' => 'Ratepay GmbH',
3434
'email' => 'integration@ratepay.com',
3535
'url' => 'http://www.ratepay.com/',

0 commit comments

Comments
 (0)