Skip to content

Commit 78e883d

Browse files
release v4.2.2
1 parent a2e0885 commit 78e883d

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+
## [v4.2.2] - 2023.03.16
33
### Add
44
- Proxy
55
### Change
@@ -344,6 +344,7 @@
344344
## [v1.0.0] - 2021.06.29
345345
Initial module release. Includes Web Components v4.0.3
346346

347+
[v4.2.2]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.2.2
347348
[v4.2.1]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.2.1
348349
[v4.2.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.2.0
349350
[v4.1.2]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.1.2

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-v4.2.1';
6+
e.factfinder.sdk = 'sw6-v4.2.2';
77
e.factfinder.communication.fieldRoles = {{ page.extensions.factfinder.field_roles|json_encode|raw }};
88
});
99
</script>

0 commit comments

Comments
 (0)