Skip to content

Commit

Permalink
release - v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Dec 10, 2024
1 parent d76fafe commit 99be09d
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
## [v6.0.2] - 2024.12.10
### Fix
- Don't redirect to search result page if search is executed already on result page

Expand Down Expand Up @@ -450,6 +450,7 @@
## [v1.0.0] - 2021.06.29
Initial module release. Includes Web Components v4.0.3

[v6.0.2]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v6.0.2
[v6.0.1]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v6.0.1
[v6.0.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v6.0.0
[v5.2.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v5.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 @@ -5,7 +5,7 @@
<!-- Set SDK version -->
<script>
document.addEventListener(`_ffSdkVersion`, ({ setSdkVersion }) => {
setSdkVersion(`sw6-v6.0.1`);
setSdkVersion(`sw6-v6.0.2`);
});
</script>
<script src="{{ asset('ff-web-components/vendor/custom-elements-es5-adapter.js', '@OmikronFactFinder') }}"></script>
Expand Down

0 comments on commit 99be09d

Please sign in to comment.