Skip to content

Commit c7bd787

Browse files
author
Aleksander Laurowski
committed
release v3.0.0-rc.1
1 parent b5399ff commit c7bd787

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changelog
2-
## [v3.0.0] - UNRELEASED
2+
## [v3.0.0-rc.1] - 01.03.2022
33
### Breaking
4-
- constructor changes
4+
- constructors
55
**Note**: The following changes apply to class constructors, if you have not overridden these classes you can ignore this part
66
- `OmikronFactfinder\Components\Data\Article\Fields\CategoryPath`
77
- `OmikronFactfinder\Components\Service\TranslationService`
88
- `OmikronFactfinder\Components\Data\Article\ArticleDetails`
99

10-
- public method signature changes
10+
- public method signatures
1111
- `Components/CategoryFilter::getValue` now returns string instead of array
1212

1313
- dependency injection
@@ -98,6 +98,7 @@
9898
## [v1.0.0] - 2021.04.09
9999
Initial module release. Includes Web Components v4.0.1
100100

101+
[v3.0.0-rc.1]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v3.0.0-rc.1
101102
[v2.0.2]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v2.0.2
102103
[v2.0.1]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v2.0.1
103104
[v2.0.0]: https://github.com/FACT-Finder-Web-Components/shopware5-plugin/releases/tag/v2.0.0

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-v2.0.2';
24+
e.factfinder.sdk = 'sw5-v3.0.0-rc.1';
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>2.0.1</version>
7+
<version>3.0.0</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)