Skip to content

Commit

Permalink
release - v4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed May 8, 2023
1 parent 3a521bb commit 2ec5b59
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.5] - 2023.05.08
### Add
- Add refresh export cache button
- Add loader for export button
Expand Down Expand Up @@ -367,6 +367,7 @@
## [v1.0.0] - 2021.06.29
Initial module release. Includes Web Components v4.0.3

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

0 comments on commit 2ec5b59

Please sign in to comment.