Releases: bigbridge-nl/product-import
1.7.6 - added PHP8 compatibility
Product website strategy "set"
1.7.5 Merge pull request #51 from FlashpointBV/feature/product-website-stra…
Simplify access to core config data
Pull request by Pieter Hoste, rewrites code that was optimized without need and which also lacked features.
Reopen a closed MySQL connection
1.7.3 Merge pull request #46 from hostep/fix-mysql-wait_timeout-connection-…
Use official Magento version detection when magento/magento2-base is not available
As mentioned by Pieter Hoste, magento/magento2-base may not be available; in this case the official version detection will now be used.
More robust when handling non-existing categories.
Stronger getCategoryInfo check when fetching parent categories. Pull request by Duckↄhip.
Support for M2EPro
An option to notify the extension M2EPro of changes to products.
Remove cached images
In image-set-mode cached images were not removed when a new image was uploaded with the same name. They are now.
Fix remove temporary images in force-download mode
In the (default) mode where images are re-downloaded each import, the images were left in the temporary directory (even though they were not used again). This is now no longer the case. The images are removed after the import.
Flat type category url paths
An option, requested by Chris Astley, to create simple url_path attributes for generated categories (i.e 'corner-chairs' instead of the standard 'furniture/tables/corner-chairs'). This extends to the url_rewrite entry as well.