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.2 ] - 2023.04.25
33### Add
44- Export category for suggest
5- - Disable-cache param in shop configuration and ff-communication
5+ - ` disable-cache ` param in shop configuration and ff-communication
6+ ### Change
67- upgrade Web Components to 4.2.6
78
89## [ v4.4.1] - 2023.03.08
216217## [ v1.0.0] - 2020.09.14
217218Initial module release. Includes Web Components v3.15.6
218219
220+ [ v4.4.2 ] : https://github.com/FACT-Finder-Web-Components/oxid-eshop-module/releases/tag/v4.4.2
219221[ v4.4.1 ] : https://github.com/FACT-Finder-Web-Components/oxid-eshop-module/releases/tag/v4.4.1
220222[ v4.4.0 ] : https://github.com/FACT-Finder-Web-Components/oxid-eshop-module/releases/tag/v4.4.0
221223[ v4.3.7 ] : https://github.com/FACT-Finder-Web-Components/oxid-eshop-module/releases/tag/v4.3.7
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.4.1 ' ,
22+ 'version ' => '4.4.2 ' ,
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.4.1 ' ;
14+ factfinder.sdk = ' oe-v4.4.2 ' ;
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