Skip to content

Commit

Permalink
release - v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Feb 11, 2025
1 parent 49e1e51 commit 082ca75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Changelog
## Unreleased
## [v6.2.0] - 2025.02.11
### Add
- Add feature settings so it is possible to enable/disable some of FactFinder features like campaigns or recommendations
- Support Proxy feature for Server Side Rendering
- (SSR) Redirect to PDP if there is only one product in search result
- Implement redirection to search result page for searchTerm suggests

### Fix
- Remove CategoryPath filter in URL and ASN on category page
- Fix add to cart tracking issue for shopware listing products
- Remove unnecessary star (*) search requests on dev env mode
- Fix price slider filter closing

## [v6.1.0] - 2025.01.28
### Change
Expand Down Expand Up @@ -473,6 +475,7 @@
## [v1.0.0] - 2021.06.29
Initial module release. Includes Web Components v4.0.3

[v6.2.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v6.2.0
[v6.1.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v6.1.0
[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
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.1.0`);
setSdkVersion(`sw6-v6.2.0`);
});
</script>
<script src="{{ asset('ff-web-components/vendor/custom-elements-es5-adapter.js', '@OmikronFactFinder') }}"></script>
Expand Down

0 comments on commit 082ca75

Please sign in to comment.