title | issue |
---|---|
Reactivate plugin if the deactivation fails |
NEXT-22798 |
- Added a new event
Shopware\Core\Framework\Plugin\Event\PluginPostDeactivationFailedEvent.php
to be fired if the deactivation of the plugin fails after thePluginPreDeactivateEvent
was handled.
- Changed
PluginLifecycleSubscriber.php
to run the activation workflow (pluginPostActivate
) if the plugin deactivation failed.