Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 1.39 KB

2021-02-26-check-app-compatibility-on-auto-update.md

File metadata and controls

22 lines (22 loc) · 1.39 KB
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 21
---
title:              Check app compatibility on auto update
issue:              NEXT-13261
author:             Ramona Schwering
author_email:       r.schwering@shopware.com
author_github:      @leichteckig
---

Administration

  • Added openMyExtensions method to sw-shopware-updates-plugins.html.twig

Core

  • Added ExtensionLifecycleService as argument to Shopware\Core\Framework\Update\Api\UpdateController
  • Added AbstractExtensionDataProvider as argument to Shopware\Core\Framework\Update\Services\ApiClient
  • Added searchCriteria as additional parameter to getInstalledExtensions in \Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider
  • Added getExtensionCompatibilities method in Shopware\Core\Framework\Store\Services\StoreClient
  • Added getExtensionCompatibilities method in Shopware\Core\Framework\Update\Services\PluginCompatibility
  • Added getExtensionsToDeactivate method in Shopware\Core\Framework\Update\Services\PluginCompatibility
  • Added getExtensionsToReactivate method in Shopware\Core\Framework\Update\Services\PluginCompatibility
  • Added fetchActiveExtensions method in Shopware\Core\Framework\Update\Services\PluginCompatibility
  • Added fetchInactiveExtensions method in Shopware\Core\Framework\Update\Services\PluginCompatibility
  • Added DeactivateExtensionsStep class
  • Removed ReactivatePluginsStep class due to it not being used