Skip to content

Commit

Permalink
release - v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Mar 12, 2024
1 parent 21fb867 commit 42c2cd9
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.4.0] - 2024.03.12
### Add
- Add validation for plugin configuration form
- Add FactFinder logger
Expand Down Expand Up @@ -409,6 +409,7 @@
## [v1.0.0] - 2021.06.29
Initial module release. Includes Web Components v4.0.3

[v4.4.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.4.0
[v4.3.2]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.3.2
[v4.3.1]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.3.1
[v4.3.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.3.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.3.2';
e.factfinder.sdk = 'sw6-v4.4.0';
e.factfinder.communication.fieldRoles = {{ page.extensions.factfinder.field_roles|json_encode|raw }};
});
</script>
Expand Down

0 comments on commit 42c2cd9

Please sign in to comment.