Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 538 Bytes

2023-05-16-fix-admin-management-of-composer-plugins.md

File metadata and controls

7 lines (7 loc) · 538 Bytes
title issue
Fix Admin management of composer plugins
NEXT-26782

Core

  • Changed \Shopware\Core\Framework\Plugin\Util\PluginFinder to use local path and local composer info of plugins if they exist in the plugin directory, even if the plugin is managed by composer.
  • Changed \Shopware\Core\Framework\Store\Services\ExtensionDownloader::download() and \Shopware\Core\Framework\Store\Command\StoreDownloadCommand::validatePluginIsNotManagedByComposer() to allow downloads if the plugin also exists in the plugin directory.