Skip to content

Commit

Permalink
release - v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Nov 10, 2023
1 parent c047161 commit 5fa9dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## Unreleased
## [v4.2.2] - 2023.11.10
### Add
- Add campaigns to category view page
- Improve logging system
Expand Down Expand Up @@ -590,6 +590,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v4.2.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.2.2
[v4.2.1]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.2.1
[v4.2.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.2.0
[v4.1.7]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion src/view/frontend/templates/ff/communication.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $searchImmediate = $communicationParameters['search-immediate'] ?? 'false';
<!-- Set FieldRoles -->
<script>
document.addEventListener('ffReady', function () {
factfinder.sdk = 'm2-v4.2.1';
factfinder.sdk = 'm2-v4.2.2';
factfinder.communication.fieldRoles = <?= /* @noEscape */ $viewModel->getFieldRoles() ?>;
});
</script>
Expand Down

0 comments on commit 5fa9dec

Please sign in to comment.