Skip to content

Commit

Permalink
release - v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed May 22, 2023
1 parent 6a1bd3f commit daf0856
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog
## Unreleased
## [v4.1.4] - 2023.05.22
### Fix
- Create one `ffwebc-sid` cookie per session
- Create one `ffwebc_sid` cookie per session
- Improve transfer `sid` param for SSR request
- Implement hooking into the pipeline for create `sid` cookie

## [v4.1.3] - 2023.05.15
### Fix
Expand Down Expand Up @@ -559,6 +560,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v4.1.4]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.1.4
[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
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.3';
factfinder.sdk = 'm2-v4.1.4';
factfinder.communication.fieldRoles = <?= /* @noEscape */ $viewModel->getFieldRoles() ?>;
});
</script>
Expand Down

0 comments on commit daf0856

Please sign in to comment.