Releases: MagentoCode/magento2-cli-media-tool
Releases · MagentoCode/magento2-cli-media-tool
1.1.0 Release
- Restructure of all commands to reside in the
catalog:medianamespace 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
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.