title | issue |
---|---|
Fix Admin management of composer plugins |
NEXT-26782 |
- 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.