Skip to content

Commit

Permalink
release - v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Nov 21, 2024
1 parent 2694ae5 commit ceed552
Show file tree
Hide file tree
Showing 3 changed files with 5 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.1] - 2024.11.21
### Improve
- Add the ability to set a name for the CategoryPath field (category page)
- Reset useId in WebComponents after user logout
Expand Down Expand Up @@ -443,6 +443,7 @@
## [v1.0.0] - 2021.06.29
Initial module release. Includes Web Components v4.0.3

[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
[v5.1.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v5.1.0
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Build status](https://github.com/FACT-Finder-Web-Components/shopware6-plugin/workflows/build/badge.svg)](https://github.com/FACT-Finder-Web-Components/shopware6-plugin/actions)

This is a new version of SDK which support new WebComponents v5 NG. WebComponents v5 currently is in pre-released phrase. For official released WebComponents version please use SDK v5 available [here](https://github.com/FACT-Finder-Web-Components/shopware6-plugin/tree/release/5.x)

This document helps you to integrate the FACT-Finder® Web Components SDK into your Showpare Shop. In addition, it gives
a concise overview of its primary functions. The first chapter *Installation* walks you through the suggested
installation process. The second chapter *Settings* explains the customisation options in the Showpare backend. The
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.0`);
setSdkVersion(`sw6-v6.0.1`);
});
</script>
<script src="{{ asset('ff-web-components/vendor/custom-elements-es5-adapter.js', '@OmikronFactFinder') }}"></script>
Expand Down

0 comments on commit ceed552

Please sign in to comment.