Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 1.08 KB

2022-01-10-deprecate-refactored-storeapiservice-methods.md

File metadata and controls

20 lines (20 loc) · 1.08 KB
title issue author author_email author_github
Deprecate refactored StoreApiService methods
NEXT-16321
Frederik Schmitt
f.schmitt@shopware.com
fschmtt

Core

  • Deprecated method Shopware\Core\Framework\Store\Api\StoreController::downloadPlugin()

API

  • Deprecated route api.custom.store.download in favor of api.extension.download

Administration

  • Deprecated method downloadPlugin() in src/core/service/api/store.api.service.js
  • Deprecated method downloadAndUpdatePlugin() in src/core/service/api/store.api.service.js
  • Removed dependency on StoreApiService in src/app/service/extension-helper.service.js constructor
  • Changed usage of StoreApiService to ExtensionStoreActionService in src/module/sw-first-run-wizard/view/sw-first-run-wizard-data-import/index.js
  • Changed usage of StoreApiService to ExtensionStoreActionService in src/module/sw-first-run-wizard/view/sw-first-run-wizard-paypal-info/index.js
  • Changed usage of StoreApiService to ExtensionStoreActionService in src/module/sw-first-run-wizard/view/sw-first-run-wizard-welcome/index.js