v1.4.2 - 2020.02.06
- Upgrade Web Components to version 3.11.4
- Follow-up fixup to encoding parameter names to make them parsed correctly by
http_build_query - Enforce correct category path order in ViewModel
- Prevent merging and bundling of Web Components
v1.4.1 - 2020.01.28
- Remove typo in campaign template which prevents the rendering
- Fixed filterCategory not encoded correctly for categories with more words in name when using Proxy
v1.4.0 - 2019.12.17
- Upgrade Web Components to v3.11.1
- Only offer Add to cart button for products without variants
- Fix handling of REST calls via proxy
- Fix sorting of campaign blocks on search result page
- Fix tracking of products with options and submit correct master ID
- Prevent duplicate login tracking when customer data is reloaded
v1.3.4 - 2019.11.08
- Improve CI suite by introducing PHPMD checks
- Upgrade Web Components to v3.9.0
- The ASN is now compatible with IE11
- Check current configuration before switching layout on category pages
- Prevent duplicate login tracking
- Remove wrapping link tag in suggest which was parsed by bots
v1.3.3 - 2019.10.21
- Improve German language package
- Upgrade Web Components to v3.7.0
- Correctly merge communication params added via layout
- Prevent search request before redirecting to search result page
v1.3.2 - 2019.08.30
- Fix tracking model compatibility with Magento 2.2.*
v1.3.1 - 2019.08.19
- Fix log plugin compatibility with Magento 2.2.*
v1.3.0 - 2019.08.14
- Add missing product campaigns on product detail page
- Remove
ff-navigation - Render category pages using Web Components
- Upgrade Web Components to v3.6.0
- Downgrade
magento/module-directoryto be compatible with Magento 2.2
v1.2.0 - 2019.07.24
- Add data providers for bundle and grouped products
- Add push FACT-Finder import on cron feed export
- Allow empty multiselect fields in system configuration
- Base URL is now set, if needed, before redirect in search/navigation
- Currency code is now taken from store config
- Fix use-cache communication parameter value
v1.1.2 - 2019.06.28
- Upgrade Web Components to v3.4.0
- Fix fatal PHP error which occurs on cron export
v1.1.1 - 2019.05.16
- Add logging to tracking exceptions
- Upgrade Web Components to v3.3.1
- Skip tracking if the FACT-Finder integration is disabled in the backend
v1.1.0 - 2019.04.05
- Replace main navigation with the
<ff-navigation>component
- Upgrade Web Components to v3.1.1
- Fix export attribute selection in system config
v1.0.0 - 2019.03.18
- Add CMS export
- Refactor product export
- Reorganize folder structure: source code is now found under
src - Upgrade Web Components version to 3.1.0
- Serve JS files using RequireJS
v0.9-beta.11 - 2019.03.01
- Drop support for PHP 7.0
- Replace Communication helper with dedicated models
- Remove core controller rewrites and perform redirects using event observers
- Upgrade Web Components version to 3.0
- ResultRefiner: Use DI or plugins to edit the JSON result
v0.9-beta.10 - 2019.02.04
- Added possibility to enable FACT-Finder server responses logging
- Added possibility to push data import to FACT-Finder. Previously, only suggest import was pushed
- Added
<ff-campaign-redirect>web component support
- Changed additional attributes source model to shows only products attributes
- Replaced all .css files with .less
- Removed hardcoded css files from page layout
- Fixed authorization in HTTP export
v0.9-beta.9 - 2019.01.09
- Add missing title to
factfinder_result_indexsite - Exclude FACT-Finder Web Components js script from minification
- Remove 'keep-filters' parameter from module configuration
- Load stylesheets via LESS
- Drop support for PHP 5.6
- Added possibility to export additional attributes in separate columns
- Adds possibility to configure frequency of feed file generation by Cron
- Introduce coding standards based on the Magento ECG one
v0.9-beta.8 - 2018.12.17
- Correct type of
seo-prefixparameter
- Changed
ff-suggeststyles to differ from native Luma and Blank Magento theme - Changed the
ff-communicationlocation fromheader.paneltoafter.body.start
- Allow user to set value of the
disable-single-hit-redirectparameter in module configuration
v0.9-beta.7 - 2018.11.29
- Prevents flashing of unstyled content (FOUC) on web browsers which natively doesn't support web components
- Gets correct "EAN" and "Manufacter" atribute values depending on attribute type set. For instance if selected attribute is a type of select, correct label is returned instead of its option identifier
- Upgraded FACT-Finder WebComponents to version 1.2.14
v0.9-beta.6 - 2018.11.23
- removed the product limit on feed export
- returns simple product sku as master product number when it has a relation to nonexistent configurable product
- the price of a configurable product is now correctly exported as the cheapest price
- images urls are now exported correctly with respect the store, the feed file is exported from
- A missing ampersand character between parameters in http query is now added in checkout tracking
- test connection functionality now uses data send from form with no need to save the configuration before checking the connection
ff-communicationcomponent is now is now included in the server response when entering the page and just the parameterssidanduidare fetched dynamically- change the Helper\Product methods access level to protected making this class easier to override
- allow user to choose which visibilities should be applied to collection filter
- divide product collection into batches in order to prevent memory exhaustion on product collection load
v0.9-beta.5 - 2018.10.31
- fix module structure and composer.json file allowing install module by composer
ff-communicationcomponent is now download by Magento Customer Sections mechanism, which allowed to turn FPC on
- Feed Export: Export feed file is now available via separate link