Skip to content

Commit 397e1e3

Browse files
committed
release - v7.2.2
1 parent c0f1fb3 commit 397e1e3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## Unreleased
2+
## [v7.2.2] - 2026.04.17
33
### Fix
44
- Fix ImageUrl for products without image
55

@@ -559,6 +559,7 @@
559559
## [v1.0.0] - 2021.06.29
560560
Initial module release. Includes Web Components v4.0.3
561561

562+
[v7.2.2]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v7.2.2
562563
[v7.2.1]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v7.2.1
563564
[v7.2.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v7.2.0
564565
[v7.1.0]: https://github.com/FACT-Finder-Web-Components/shopware6-plugin/releases/tag/v7.1.0

src/Resources/views/storefront/layout/meta.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Set SDK version -->
66
<script>
77
document.addEventListener(`_ffSdkVersion`, ({ setSdkVersion }) => {
8-
setSdkVersion(`sw6-v7.2.1`);
8+
setSdkVersion(`sw6-v7.2.2`);
99
});
1010
</script>
1111
<script src="{{ asset('ff-web-components/vendor/custom-elements-es5-adapter.js', '@OmikronFactFinder') }}"></script>

0 commit comments

Comments
 (0)