Skip to content

Releases: baldwin-agency/magento2-module-image-cleanup

1.2.3

22 Mar 16:54
Compare
Choose a tag to compare

New

  • Added compatibility with PHP 8.3 and symfony/console 6 for the upcoming Magento 2.4.7 release (92149a7)

1.2.2

26 Sep 18:45
Compare
Choose a tag to compare

Improved

  • We already supported preventing deleting image files with alternative extensions where the original file extension got replaced like: original-filename.webp, but next to that we now also support appending the alternative extension while keeping the original extension in the filename, like: original-filename.jpg.webp (#3)

1.2.1

20 Sep 09:09
Compare
Choose a tag to compare

Improved

  • Improved checking for corrupt resized image files, we now also detect files that have more than 0 bytes but are still corrupt (b609d10)

1.2.0

20 Sep 07:14
80636fb
Compare
Choose a tag to compare

New

  • Added a new command catalog:images:remove-corrupt-resized-files to find and remove resized product image files that have 0 bytes (#2)

1.1.0

21 Apr 07:10
Compare
Choose a tag to compare

New

  • Added a new command catalog:images:remove-obsolete-db-entries to remove entries from the database that are no longer linked to an existing product.

Improved

  • Improved the output of the progress indicator when running catalog:images:remove-unused-files, it should now give you a better idea of at where the process is
  • Tweaked outputting the final summary in the log file

1.0.2

01 Mar 15:03
Compare
Choose a tag to compare

New

  • Added compatibility with PHP 8.2 for the upcoming Magento 2.4.6 release

1.0.1

07 Sep 09:38
Compare
Choose a tag to compare

Bugfixes

  • Core Magento doesn't define a default preference for Magento\Framework\Filesystem\DriverInterface so we need to use a concrete implementation of this interface, otherwise the module crashes