From a556769890358dd48d9938c4f10b44536aebf10b Mon Sep 17 00:00:00 2001 From: aashishgurung <101558497+aashishgurung@users.noreply.github.com> Date: Tue, 25 Oct 2022 13:01:18 +0545 Subject: [PATCH] Releasing v2.29.2 (#391) --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5cf4fe24..b03436b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/composer.json b/composer.json index 6ccfc0251..80383ae20 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "support@omise.co" } ], - "version": "2.29.1", + "version": "2.29.2", "minimum-stability": "stable", "type": "magento2-module", "license": "MIT", diff --git a/etc/module.xml b/etc/module.xml index 88763b8f1..f230067f0 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +