Skip to content

Commit

Permalink
Releasing v2.29.2 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishgurung authored Oct 25, 2022
1 parent bae9b21 commit a556769
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [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)

## [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 the issue of duplicate cancelled event. (PR [#384](https://github.com/omise/omise-magento/pull/384))
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.1",
"version": "2.29.2",
"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.1">
<module name="Omise_Payment" setup_version="2.29.2">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit a556769

Please sign in to comment.