Skip to content

Commit

Permalink
Preparing release v2.31.0 (#408)
Browse files Browse the repository at this point in the history
* Preparing release v2.31.0

* Fixed the CHANGELOG
  • Loading branch information
aashishgurung authored Jan 23, 2023
1 parent 7f01b68 commit 00acb23
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
28 changes: 17 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# CHANGELOG

## [v2.31.0 _(Jan 24, 2023)_](https://github.com/omise/omise-magento/releases/tag/v2.31.0)
- Added ShopeePay under Thailand and Singpaore. (PR: [#404](https://github.com/omise/omise-magento/pull/404))
- Added installment TTB. (PR: [#405](https://github.com/omise/omise-magento/pull/405))
- Added a logic to reverse the cancelled items before changing order status from cancelled to processing. (PR: [#406](https://github.com/omise/omise-magento/pull/406))
- Rebrand Lotus's Bill Payment. (PR: [#407](https://github.com/omise/omise-magento/pull/407))

## [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)
- 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)
- Fixed the issue of FPX redirecting to cart page with invalid order status. Also added a delay in redirect process before fetching charge status. (PR: [#389] https://github.com/omise/omise-magento/pull/389)
- Fixed conflict between COD with the plugin. (PR: [#390] https://github.com/omise/omise-magento/pull/390)
- 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))
- Fixed the issue of FPX redirecting to cart page with invalid order status. Also added a delay in redirect process before fetching charge status. (PR: [#389](https://github.com/omise/omise-magento/pull/389))
- Fixed conflict between COD with the plugin. (PR: [#390](https://github.com/omise/omise-magento/pull/390))

## [v2.29.1 _(Oct 03, 2022)_](https://github.com/omise/omise-magento/releases/tag/v2.29.1)
- Fixed an issue of syncing order status from Magento after reversing a charge not updating the product’s quantity. (PR: [#385] https://github.com/omise/omise-magento/pull/385)
- Fixed an issue of syncing order status from Magento after reversing a charge not updating the product’s quantity. (PR: [#385](https://github.com/omise/omise-magento/pull/385))
- Fixed the issue of duplicate cancelled event. (PR [#384](https://github.com/omise/omise-magento/pull/384))
- Fixed blocker and serious issues alerted by SonarCloud. (PR [#383](https://github.com/omise/omise-magento/pull/383))

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.30.0",
"version": "2.31.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.30.0">
<module name="Omise_Payment" setup_version="2.31.0">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit 00acb23

Please sign in to comment.