Skip to content

Commit dbceab2

Browse files
author
Aashish
committed
Updated metadata for v3.6.0
1 parent b6949c2 commit dbceab2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## [v3.6.0 _(Jan, 23, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.6.0)
4+
- Add truemoney jumpapp. (PR: [#466](https://github.com/omise/omise-magento/pull/466))
5+
- Updated README.md. (PR: [#464](https://github.com/omise/omise-magento/pull/464))
6+
37
## [v3.5.2 _(Dec, 7, 2023)_](https://github.com/omise/omise-magento/releases/tag/v3.5.2)
48
- Updated installment interest rates. (PR: [#460](https://github.com/omise/omise-magento/pull/460))
59

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"email": "support@omise.co"
1010
}
1111
],
12-
"version": "3.5.2",
12+
"version": "3.6.0",
1313
"minimum-stability": "stable",
1414
"type": "magento2-module",
1515
"license": "MIT",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Omise_Payment" setup_version="3.5.2">
3+
<module name="Omise_Payment" setup_version="3.6.0">
44
<sequence>
55
<module name="Magento_Sales"/>
66
<module name="Magento_Payment"/>

0 commit comments

Comments
 (0)