Skip to content

Commit b8e6f39

Browse files
author
gjamroz
committed
Release v3.1.4
1 parent a49469a commit b8e6f39

3 files changed

Lines changed: 4 additions & 3 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+
## [v3.1.4] - 27.12.2022
33
### Add
44
- Add option to switch between Api Version
55
- Tracking
@@ -162,6 +162,7 @@
162162
## [v1.0.0] - 2021.04.09
163163
Initial module release. Includes Web Components v4.0.1
164164

165+
[v3.1.4]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.1.4
165166
[v3.1.3]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.1.3
166167
[v3.1.2]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.1.2
167168
[v3.1.1]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.1.1

Resources/views/frontend/index/header.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
const activeCurrency = '{$activeCurrencyField}';
2323
const ffTrackingSettings = JSON.parse('{$trackingSettings}');
2424
document.addEventListener('ffReady', function (e) {
25-
e.factfinder.sdk = 'sw5-v3.1.3';
25+
e.factfinder.sdk = 'sw5-v3.1.4';
2626
e.factfinder.communication.fieldRoles = {$ffFieldRoles|@json_encode};
2727
e.factfinder.communication.ResultDispatcher.addCallback('result', function (result) {
2828
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.3</version>
7+
<version>3.1.4</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)