Skip to content

Commit 345a74c

Browse files
committed
M2-137 - Prepared new release
1 parent eea6952 commit 345a74c

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
@@ -4,7 +4,7 @@
44
|Repository | Ratepay Module for Magento 2
55
|------|----------
66
|Author | Robert Müller
7-
|Module-Version | `2.1.12`
7+
|Module-Version | `2.1.13`
88
|Compatibility | Magento 2.3.0 - 2.4.x
99
|Link | http://www.ratepay.com
1010
|Mail | integration@ratepay.com
@@ -23,6 +23,9 @@ php bin/magento cache:clean
2323

2424
## Changelog
2525

26+
### Version 2.1.13 - Released 2024-10-02
27+
* Transmit basket items with 4 decimal places where needed to limit rounding problems in certain situations
28+
2629
### Version 2.1.12 - Released 2024-06-17
2730
* Fixed proxy mode bug in Mage 2.4.7
2831
* Fixed problems with inline javascript in backend in Mage 2.4.7

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ratepay/magento2-payment",
33
"description": "Official Ratepay Payments Extension for Magento 2",
44
"type": "magento2-module",
5-
"version": "2.1.12",
5+
"version": "2.1.13",
66
"license": "MIT",
77

88
"require": {

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
-->
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="RatePAY_Payment" setup_version="2.1.12">
11+
<module name="RatePAY_Payment" setup_version="2.1.13">
1212
<sequence>
1313
<module name="Magento_OfflinePayments"/>
1414
</sequence>

0 commit comments

Comments
 (0)