From de9fc6c94a42974c0163d2f6ab0b9872354efcc2 Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 12 Apr 2024 11:51:59 +0200 Subject: [PATCH] release - v4.3.2 --- CHANGELOG.md | 5 +++++ src/view/frontend/templates/ff/communication.phtml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf594ea..f210dd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## [v4.3.2] - 2024.04.12 +### Fix +- Handle export problem for Multi Source Inventory module + ## [v4.3.1] - 2024.04.02 ### Fix - Fix availability column data for UI export type @@ -601,6 +605,7 @@ ### Added - Feed Export: Export feed file is now available via separate link +[v4.3.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.2 [v4.3.1]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.1 [v4.3.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.0 [v4.2.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.2.2 diff --git a/src/view/frontend/templates/ff/communication.phtml b/src/view/frontend/templates/ff/communication.phtml index 5e969fc6..31ac0c73 100644 --- a/src/view/frontend/templates/ff/communication.phtml +++ b/src/view/frontend/templates/ff/communication.phtml @@ -43,7 +43,7 @@ $searchImmediate = $communicationParameters['search-immediate'] ?? 'false';