Skip to content

Commit

Permalink
release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Laurowski committed Apr 7, 2022
1 parent aa37507 commit 604043c
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]
## [v2.6.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 @@ -429,6 +429,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

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

0 comments on commit 604043c

Please sign in to comment.