Skip to content

Commit

Permalink
release v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Apr 13, 2023
1 parent 4a35aac commit 9e91dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## Unreleased
## [v4.2.3] - 2023.04.13
### Fix
- SSR
- Cache field roles
Expand Down Expand Up @@ -353,6 +353,7 @@
## [v1.0.0] - 2021.06.29
Initial module release. Includes Web Components v4.0.3

[v4.2.3]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.2.3
[v4.2.2]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.2.2
[v4.2.1]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.2.1
[v4.2.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/views/storefront/layout/meta.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block layout_head_javascript_tracking %}
<script>
document.addEventListener('ffReady', function (e) {
e.factfinder.sdk = 'sw6-v4.2.2';
e.factfinder.sdk = 'sw6-v4.2.3';
e.factfinder.communication.fieldRoles = {{ page.extensions.factfinder.field_roles|json_encode|raw }};
});
</script>
Expand Down

0 comments on commit 9e91dd8

Please sign in to comment.