Skip to content

Commit

Permalink
release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Laurowski committed Apr 7, 2022
1 parent 23ff116 commit a31102f
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]
## [v3.4.0] - 2022.04.05
### Add
- Search Result Page, Category Page
- add Products per Page configurartion which allows user to define custom configuration without any change in code
Expand Down Expand Up @@ -447,6 +447,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v3.4.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v3.4.0
[v3.3.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v3.3.0
[v3.2.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v3.2.2
[v3.2.1]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v3.2.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 @@ -8,7 +8,7 @@ $parameters = $viewModel->getParameters((array) $block->getData('communication_p
<!-- Set FieldRoles -->
<script>
document.addEventListener('ffReady', function () {
factfinder.sdk = 'm2-v3.3.0';
factfinder.sdk = 'm2-v3.4.0';
factfinder.communication.fieldRoles = <?= /* @noEscape */ $viewModel->getFieldRoles() ?>;
});
</script>
Expand Down

0 comments on commit a31102f

Please sign in to comment.