Skip to content

Commit 12f2a00

Browse files
author
gjamroz
committed
Release v3.1.2
1 parent 5692527 commit 12f2a00

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
2-
## Unreleased
2+
## [v3.1.2] - 06.10.2022
33
### Change
4-
- increase api version from v4 to v5
4+
- Added compatibility with `FACT-Finder NG 3.0`, Increase api version from `v4` to `v5`
55

66
## [v3.1.1] - 26.07.2022
77
### Add
@@ -151,6 +151,7 @@
151151
## [v1.0.0] - 2021.04.09
152152
Initial module release. Includes Web Components v4.0.1
153153

154+
[v3.1.2]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.1.2
154155
[v3.1.1]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.1.1
155156
[v3.1.0]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.1.0
156157
[v3.0.2]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.0.2

Resources/views/frontend/index/header.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<script type="text/javascript">
2222
const activeCurrency = '{$activeCurrencyField}';
2323
document.addEventListener('ffReady', function (e) {
24-
e.factfinder.sdk = 'sw5-v3.1.1';
24+
e.factfinder.sdk = 'sw5-v3.1.2';
2525
e.factfinder.communication.fieldRoles = {$ffFieldRoles|@json_encode};
2626
e.factfinder.communication.ResultDispatcher.addCallback('result', function (result) {
2727
result.groups = result.groups.filter(function (group) {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<label lang="de">FACT-Finder®</label>
55
<label lang="en">FACT-Finder®</label>
66

7-
<version>3.1.1</version>
7+
<version>3.1.2</version>
88
<copyright>(c) by Omikron Data Quality GmbH</copyright>
99
<license>proprietary</license>
1010
<link>https://web-components.fact-finder.de/</link>

0 commit comments

Comments
 (0)