Skip to content

Commit

Permalink
release - v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed May 15, 2023
1 parent 093124b commit 8d96dca
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.1.3] - 2023.05.15
### Fix
- Add missing `sid` parameter for SSR FactFinder request
- Fix problem with export cron configuration
Expand Down Expand Up @@ -554,6 +554,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v4.1.3]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.1.3
[v4.1.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.1.2
[v4.1.1]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.1.1
[v4.1.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.1.0
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 @@ -10,7 +10,7 @@ $searchImmediate = $communicationParameters['search-immediate'] ?? 'false';
<!-- Set FieldRoles -->
<script>
document.addEventListener('ffReady', function () {
factfinder.sdk = 'm2-v4.1.2';
factfinder.sdk = 'm2-v4.1.3';
factfinder.communication.fieldRoles = <?= /* @noEscape */ $viewModel->getFieldRoles() ?>;
});
</script>
Expand Down

0 comments on commit 8d96dca

Please sign in to comment.