Releases: swissup/module-marketplace
Releases · swissup/module-marketplace
1.9.2
1.9.0
- Added ability to disable and then re-enable unknown composer repositories. (Previously module wasn't showing all repositories when using
marketplace:channel:list
command.) - Fixed 'Undefined index: data' notice when using Swissup_Pagespeed's module command.
1.8.1
- Fixed error when running the installer on Windows platform.
1.8.0
- List mode switcher added to backend modules grid. Now you can switch between grid and list modes.
- Added quick filter by channel name to the top of the page.
- Terminal command execution will now stop all further commands if the main command was failed.
- Keep maintenance mode enabled if it was enabled before marketplace command execution.
- Fixed empty action menu dropdown. How it's hidden completely when empty.
1.7.7
- Improve output colors in
channel:enable
command. - Fixed error when trying to sort jobs history by title.
1.7.6
- Hide error messages that are not errors, produced by
magento/composer-root-update-plugin
module when working with marketplace via CLI.
1.7.5
- Fixed PHP error during cronjob when the cache folder is not found.
- Stability improvements into
marketplace:auth:import
command. - Use the
magento_root/auth.json
file by default. This makesmarketplace
CLI to use the same auth credentials thatcomposer
CLI uses. marketplace:auth:path
command added. It shows the path to auth.json used my marketplace CLI.
1.7.4
- Added signature protection when processing module's cron jobs. This will make it impossible to run a job added with plain SQL code.
- Stability improvements.
1.7.3
- Fixed missing composer logs in the console.
- Fixed js error in the admin interface after package installation when package has its own installer.
- Improved "memory_limit" update logic. Now it uses "-1" to get as much memory as possible.
1.7.2
- Fixed auth error when installing multiple modules at once from Magento backend.
- Correctly show installed core modules when Magento is installed via git.
- Updated Magento Marketplace channel compatibility with backend grid.