title | issue | author | author_email | author_github |
---|---|---|---|---|
remove php deprecations in the core for merchant services area |
NEXT-24646 |
Adrian Les |
adrianles |
- Changed
Shopware/Core/Framework/Store/Services/StoreAppLifecycleService
. The class is now internal. - Changed
Shopware/Core/Framework/Store/Services/StoreClient
. The unused methodgetLicenses()
has been removed. - Changed
Shopware/Core/Framework/Store/Services/StoreClientFactory
. The class is now internal and the unused methodgetAppIdByName()
has been removed. - Changed
Shopware/Core/Framework/Store/Services/InstanceService
. The class is now internal. - Changed
Shopware/Core/Framework/Store/Services/AbstractExtensionStoreLicensesService
. The class is now internal. - Changed
Shopware/Core/Framework/Store/Services/AbstractExtensionDataProvider
. The class is now internal. - Changed
Shopware/Core/Framework/Store/Exception/ExtensionUpdateRequiresConsentAffirmationException
. The class now extendsShopwareHttpException
. - Removed
Shopware/Core/Framework/Store/Exception/ExtensionRequiresNewPrivilegesException
. - Changed
Shopware/Core/Framework/Store/Event/FirstRunWizardStartedEvent
. The class is now internal. - Changed
Shopware/Core/Framework/Store/Event/FirstRunWizardFinishedEvent
. The class is now internal. - Changed
Shopware/Core/Framework/Store/Command/StoreDownloadCommand
. The class is now internal. - Changed
Shopware/Core/Framework/Store/Command/StoreLoginCommand
. The class is now internal and the ´language´ parameter has been removed. - Removed
Shopware/Core/Framework/Store/Authentication/AuthenticationProvider
andShopware/Core/Framework/Store/Authentication/AbstractAuthenticationProvider
and their tests. - Changed
Shopware/Core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider
. The class is now internal and the specification of the methodgetDefaultQueryParameters()
has changed. - Changed
Shopware/Core/Framework/Store/Authentication/FrwRequestOptionsProvider
. The class is now internal and the specification of the methodgetDefaultQueryParameters()
has changed. - Changed
Shopware/Core/Framework/Store/Authentication/LocaleProvider
. The class is now internal. - Changed
Shopware/Core/Framework/Store/Authentication/StoreRequestOptionsProvider
. The class is now internal and the specification of the methodgetDefaultQueryParameters()
has changed and some tests have been removed. - Removed
Shopware/Core/Framework/Store/Api/AbstractStoreController
. - Changed
Shopware/Core/Framework/Store/Api/StoreController
andShopware/Core/Framework/Store/Services/StoreClient
. The API entry pointspingStoreAPI()
,getLicenseList()
anddownloadPlugin()
have been removed.