Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 980 Bytes

2021-01-05-separate-requests-for-plugin-download-and-update.md

File metadata and controls

21 lines (21 loc) · 980 Bytes
title issue
Separate requests for plugin download and update
NEXT-12957

Core

  • Changed the downloadPlugin method in \Shopware\Core\Framework\Store\Api\StoreController so that it only executes the plugin download and does not trigger an update anymore

API

  • Changed the api.custom.store.download route, so that it only executes the plugin download and does not trigger an update anymore

Administration

  • Changed the downloadPlugin method in src/core/service/api/store.api.service.js so that it triggers a request to the api.action.plugin.update route after a plugin has been downloaded successfully

Upgrade Information

If you're using the api.custom.store.download route, be aware that its behaviour will change when platform >= v6.4.0.0 is in use. The route will no longer trigger a plugin update. In case you'd like to trigger a plugin update, you'll need to dispatch another request to the api.action.plugin.update route.