Skip to content

Commit

Permalink
Preparing v2.30.0 release (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishgurung authored and Aashish committed Dec 14, 2022
1 parent b87e6a6 commit 1e7e989
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [v2.30.0 _(Dec 14, 2022)_](https://github.com/omise/omise-magento/releases/tag/v2.30.0)
- Rebranded Omise to Opn Payments. (PR: [#395] https://github.com/omise/omise-magento/pull/395)
- Set order status from closed to processing on refund so that merchants can create credit memo. (PR: [#398] https://github.com/omise/omise-magento/pull/398)
- Fixed duitnowobw bank list not showing. (PR: [#393] https://github.com/omise/omise-magento/pull/393)
- Call omise refund after offline refund event triggered. (PR: [#392] https://github.com/omise/omise-magento/pull/392)
- Use existing online refund function for all payment methods. (PR: [#397] https://github.com/omise/omise-magento/pull/397)
- Bug fixed on partial refund. (PR: [#399] https://github.com/omise/omise-magento/pull/399)

## [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": "[email protected]"
}
],
"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

0 comments on commit 1e7e989

Please sign in to comment.