Skip to content

Commit

Permalink
release - v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Oct 9, 2024
1 parent c41df6e commit 1442c26
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
## [v5.2.2] - 2024.10.09
### Improve
- Improve code style after CS library updates
- Product export - improve load variants properties
Expand Down Expand Up @@ -433,6 +433,7 @@
## [v1.0.0] - 2021.06.29
Initial module release. Includes Web Components v4.0.3

[v5.2.2]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v5.2.2
[v5.2.1]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v5.2.1
[v5.2.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v5.2.0
[v5.1.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v5.1.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-v5.2.1';
e.factfinder.sdk = 'sw6-v5.2.2';
e.factfinder.communication.fieldRoles = {{ page.extensions.factfinder.field_roles|json_encode|raw }};
});
</script>
Expand Down

0 comments on commit 1442c26

Please sign in to comment.