Releases: FACT-Finder-Web-Components/magento2-module
Releases · FACT-Finder-Web-Components/magento2-module
v0.9-beta.6
FIX
- removed the product limit on feed export #52
- 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 of its variants
- 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
CHANGE
- test connection functionality now uses data send from form with no need to save the configuration before checking the connection
ff-communication
component is now is now included in the server response when entering the page and just the parameterssid
anduid
are fetched dynamically #46- change the Helper\Product methods access level to protected making this class easier to override
ADD
- allow user to choose which
visibility
attribute values should be applied as filters to exported product collection - divide product collection into batches in order to prevent memory exhaustion on product collection load
v0.9-beta.5
FIX
- fixed module structure and composer.json file allowing install module by composer
ff-communication
component is now download by Magento Customer Sections mechanism, which allowed to turn FPC on
ADD
- Feed Export: Export feed file is now available via separate link
v0.9-beta.4
Merge branch 'develop'
v0.9-beta.3
Merge pull request #27 from FACT-Finder-Web-Components/develop Develop
v0.9-beta.2
Merge pull request #12 from FACT-Finder-Web-Components/develop Develop
v0.9-beta.1
initial