Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.15 KB

2021-03-10-integrate-shopware-markets-in-frw.md

File metadata and controls

20 lines (19 loc) · 1.15 KB
title issue
Integrate Shopware Markets in FRW
NEXT-14129

Administration

  • Added twig block sw_first_run_wizard_markets to src/Administration/Resources/app/administration/src/module/sw-first-run-wizard/view/sw-first-run-wizard-markets/sw-first-run-wizard-markets.html.twig
  • Added snippet sw-first-run-wizard.markets.modalTitle
  • Added snippet sw-first-run-wizard.markets.heading
  • Added snippet sw-first-run-wizard.markets.description
  • Added snippet sw-first-run-wizard.markets.footnote
  • Added snippet sw-first-run-wizard.stepItemTitle.markets
  • Added file src/Administration/Resources/app/administration/static/img/sw-markets/markets_illustration.svg
  • Deprecated method downloadPlugin in src/Administration/Resources/app/administration/src/core/service/api/store.api.service.js
  • Added method downloadAndUpdatePlugin in src/Administration/Resources/app/administration/src/core/service/api/store.api.service.js

Upgrade Information

Store api service

Deprecated method downloadPlugin if you're using it to install and update a plugin then use downloadAndUpdatePlugin. In the future downloadPlugin will only download plugins.