File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/view/frontend/templates/ff Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments