Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing v2.30.0 #396

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [v2.30.0 _(Nov 21, 2022)_](https://github.com/omise/omise-magento/releases/tag/v2.30.0)
- Add support omise refund after offline refund is triggered. (PR: [#392]) https://github.com/omise/omise-magento/pull/392)
- Fixed duitnowobw bank list not showing. (PR: [#393]) https://github.com/omise/omise-magento/pull/393)

## [v2.29.2 _(Oct 25, 2022)_](https://github.com/omise/omise-magento/releases/tag/v2.29.2)
- Issue of two invoices of the same order has been fixed. (PR: [#387] https://github.com/omise/omise-magento/pull/387)
- Improve the implementation to prevent the customer entering redirect URL directly in the address bar of the browser. (PR: [#388] https://github.com/omise/omise-magento/pull/388)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "support@omise.co"
}
],
"version": "2.29.2",
"version": "2.30.0",
"minimum-stability": "stable",
"type": "magento2-module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Omise_Payment" setup_version="2.29.2">
<module name="Omise_Payment" setup_version="2.30.0">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down