Skip to content

Commit 604043c

Browse files
author
Aleksander Laurowski
committed
release v2.6.0
1 parent aa37507 commit 604043c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
# [Unreleased]
2+
## [v2.6.0] - 2022.04.05
33
### Add
44
- Search Result Page, Category Page
55
- add Products per Page configurartion which allows user to define custom configuration without any change in code
@@ -429,6 +429,7 @@
429429
### Added
430430
- Feed Export: Export feed file is now available via separate link
431431

432+
[v2.6.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.6.0
432433
[v2.5.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.5.0
433434
[v2.4.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.4.2
434435
[v2.4.1]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.4.1

src/view/frontend/templates/ff/communication.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $parameters = $viewModel->getParameters((array) $block->getData('communication_p
88
<!-- Set FieldRoles -->
99
<script>
1010
document.addEventListener('ffReady', function () {
11-
factfinder.sdk = 'm2-v2.5.0';
11+
factfinder.sdk = 'm2-v2.6.0';
1212
factfinder.communication.fieldRoles = <?= /* @noEscape */ $viewModel->getFieldRoles() ?>;
1313
});
1414
</script>

0 commit comments

Comments
 (0)