File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2- ## Unreleased
2+ ## [ v4.4.0 ] - 2023.02.20
33### Add
44- Tracking
55 - Add option to select scenario when ` Add To Cart button ` has been clicked
66- Add second credentials used for fetching data from FF
7+ ### Change
8+ - upgrade Web Components to 4.2.4
79
8- ## [ v4.3.7] - 2022 .01.24
10+ ## [ v4.3.7] - 2023 .01.24
911### Fix
1012- Fix add to cart tracking for configurable products
1113### Change
1214- Replace getRecords event with object served from backend
1315
14- ## [ v4.3.6] - 2022 .01.16
16+ ## [ v4.3.6] - 2023 .01.16
1517### Add
1618- Add option to switch between Api Version
1719### Fix
201203## [ v1.0.0] - 2020.09.14
202204Initial module release. Includes Web Components v3.15.6
203205
206+ [ v4.4.0 ] : https://github.com/FACT-Finder-Web-Components/oxid-eshop-module/releases/tag/v4.4.0
204207[ v4.3.7 ] : https://github.com/FACT-Finder-Web-Components/oxid-eshop-module/releases/tag/v4.3.7
205208[ v4.3.6 ] : https://github.com/FACT-Finder-Web-Components/oxid-eshop-module/releases/tag/v4.3.6
206209[ v4.3.5 ] : https://github.com/FACT-Finder-Web-Components/oxid-eshop-module/releases/tag/v4.3.5
Original file line number Diff line number Diff line change 1919 'author ' => "{$ moduleName } Team " ,
2020 'url ' => 'https://web-components.fact-finder.de ' ,
2121 'description ' => "{$ moduleName } integration for OXID eShop by {$ companyName }" ,
22- 'version ' => '4.3.7 ' ,
22+ 'version ' => '4.4.0 ' ,
2323 'thumbnail ' => 'out/pictures/logo.png ' ,
2424 'controllers ' => [
2525 'ffWebComponent ' => Component \Widget \WebComponent::class,
Original file line number Diff line number Diff line change 1111
1212<script >
1313document.addEventListener('ffReady', function (ff) {
14- factfinder.sdk = ' oe-v4.3.7 ' ;
14+ factfinder.sdk = ' oe-v4.4.0 ' ;
1515 factfinder.communication.fieldRoles = [{ $oConfig -> getConfigParam (' ffFieldRoles' )} ];
1616
1717 [{ if $oConfig -> getConfigParam (' ffUseProxy' )} ]
You can’t perform that action at this time.
0 commit comments