File tree Expand file tree Collapse file tree
src/Resources/views/storefront/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2- ## [ Unreleased ]
2+ ## [ v3.1.0 ] - 2022.03.28
33### Add
44 - Export
55 - Added new field provider ` Omikron\FactFinder\Shopware6\Export\Field\Layout ` applicable to CMS Export
143143## [ v1.0.0] - 2021.06.29
144144Initial module release. Includes Web Components v4.0.3
145145
146+ [ v3.1.0 ] : https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v3.1.0
146147[ v3.0.0 ] : https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v3.0.0
147148[ v2.2.2 ] : https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v2.2.2
148149[ v2.2.1 ] : https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v2.2.1
Original file line number Diff line number Diff line change 33{% block layout_head_javascript_tracking %}
44 <script >
55 document .addEventListener (' ffReady' , function (e ) {
6- e .factfinder .sdk = ' sw6-v3.0.1 ' ;
6+ e .factfinder .sdk = ' sw6-v3.1.0 ' ;
77 e .factfinder .communication .fieldRoles = {{ page .extensions .factfinder .field_roles | json_encode| raw }};
88 });
99 </script >
You can’t perform that action at this time.
0 commit comments