Skip to content

Releases: MagentoCode/magento2-cli-media-tool

1.1.0 Release

20 Oct 21:07
4bc107a

Choose a tag to compare

  • Restructure of all commands to reside in the catalog:media namespace alongside the Magento 2 Core CLI commands related to the media gallery
  • Broke command functionality into separate commands inside the new namespace instead of using switches to determine the functionality within a single command
  • Added new commands for detecting and resolving "orphaned" media gallery DB records/files that do not have any associated products
  • Overhauled the summary command to make the output more descriptive and include "orphan" data
  • Added a new one-stop command for cleaning up the media gallery DB/filesystem
  • Updated documentation
  • Fixed issue with email address of the original developer in some file headers

Initial release 1.0.0

17 Oct 01:27
2ff6539

Choose a tag to compare

Re-release of the original author's module with a new namespace/module name and a fix of the PSR4 namespace that prevented this from working before.