Skip to content

Commit b4e4262

Browse files
author
Aleksander Laurowski
committed
release v3.1.0
1 parent a7c9698 commit b4e4262

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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+
## [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
@@ -143,6 +143,7 @@
143143
## [v1.0.0] - 2021.06.29
144144
Initial 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

src/Resources/views/storefront/layout/meta.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)