Skip to content

Commit c51fea5

Browse files
Asmita TanksaleAsmita Tanksale
authored andcommitted
[MIT-3148] Upgraded module version to 3.9.0
1 parent d4b31a9 commit c51fea5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## [v3.9.0 _(Mar, 17, 2025)_](https://github.com/omise/omise-magento/releases/tag/v3.9.0)
4+
- Rebranding Opn Payments to Omise (PR: [#495](https://github.com/omise/omise-magento/pull/495))
5+
36
## [v3.8.0 _(Jul, 24, 2024)_](https://github.com/omise/omise-magento/releases/tag/v3.8.0)
47
- Resolve dynamic property deprecation error for PHP 8.2 and above (PR: [#485](https://github.com/omise/omise-magento/pull/485))
58

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.8.0",
12+
"version": "3.9.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.8.0">
3+
<module name="Omise_Payment" setup_version="3.9.0">
44
<sequence>
55
<module name="Magento_Sales"/>
66
<module name="Magento_Payment"/>

0 commit comments

Comments
 (0)