Skip to content

Releases: bigbridge-nl/product-import

1.7.6 - added PHP8 compatibility

21 Jun 10:57
79e959e
Compare
Choose a tag to compare
Merge pull request #53 from FlashpointBV/feature/php-version-constraint

Allow using the package with php 8+

Product website strategy "set"

22 Feb 10:09
38152e9
Compare
Choose a tag to compare
Merge pull request #51 from FlashpointBV/feature/product-website-stra…

…tegy

Feature/product website strategy

Simplify access to core config data

01 Sep 19:34
Compare
Choose a tag to compare

Pull request by Pieter Hoste, rewrites code that was optimized without need and which also lacked features.

Reopen a closed MySQL connection

28 Aug 07:54
e8b06f2
Compare
Choose a tag to compare
Merge pull request #46 from hostep/fix-mysql-wait_timeout-connection-…

…issues

Close mysql connection and re-open it when the wait_timeout treshold …

Use official Magento version detection when magento/magento2-base is not available

21 Jun 09:16
Compare
Choose a tag to compare

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.

17 Apr 06:59
Compare
Choose a tag to compare

Stronger getCategoryInfo check when fetching parent categories. Pull request by Duckↄhip.

Support for M2EPro

15 Mar 11:57
Compare
Choose a tag to compare

An option to notify the extension M2EPro of changes to products.

Remove cached images

15 Mar 11:04
Compare
Choose a tag to compare

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

12 Feb 08:54
Compare
Choose a tag to compare

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

08 Feb 09:19
Compare
Choose a tag to compare

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.