Skip to content

Commit

Permalink
release - v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Jul 22, 2024
1 parent f412549 commit c97925d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog
## Unreleased
## [v4.4.3] - 2024.07.22
### Add
- Add userId for cart tracking
- Add userId for cart tracking
### Change
- Update documentation

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

[v4.4.3]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.4.3
[v4.4.2]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.4.2
[v4.4.1]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.4.1
[v4.4.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v4.4.0
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ a concise overview of its primary functions. The first chapter *Installation* wa
installation process. The second chapter *Settings* explains the customisation options in the Shopware backend. The
final chapter *Exporting Feed* describes how to use provided console command to export the feed.

Our Shopware plugin offers a basic working integration for default Shopware Storefront theme. Most projects may require
modifications in order to fit their needs. For more advanced features please check our official [WebComponnents documentation](https://web-components.fact-finder.de/documentation/4.x/install-dist).

- [System Requirements](#system-requirements)
- [FACT-Finder® Supported Sections](#fact-finder-supported-sections)
- [Installation](#installation)
Expand Down Expand Up @@ -52,9 +55,12 @@ final chapter *Exporting Feed* describes how to use provided console command to
- Shopware 6.4
- PHP version 7.4 or higher

**Note:** If you use Shopware 6.5 or higher please use SDK version 5.x:
**Note:** If you use Shopware 6.5 please use SDK version 5.x:
https://github.com/FACT-Finder-Web-Components/shopware6-plugin/tree/release/5.x

**Note:** For Shopware 6.6 please use Shopware marketplace version:
https://store.shopware.com/en/factf26713613196f/factfinder-ai-powered-search-product-discovery.html


## FACT-Finder® Supported Sections

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.4.2';
e.factfinder.sdk = 'sw6-v4.4.3';
e.factfinder.communication.fieldRoles = {{ page.extensions.factfinder.field_roles|json_encode|raw }};
});
</script>
Expand Down

0 comments on commit c97925d

Please sign in to comment.