Will the installed third party plugins upgrade when we upgrade Magento version via composer

magento.stackexchange https://magento.stackexchange.com/questions/250021

  •  06-02-2021
  •  | 
  •  

Frage

Currently, our Magento store running with the version Magento 2.2.3. We have upgraded the Magento version to Magento 2.2.6 via composer.

We would like to know that the installed third-party plugins will upgrade automatically when we upgrade the Magento version via Composer?

Please reply with your sweet answer!

War es hilfreich?

Lösung

No, Its only upgrade magento core files which exist in vendor folder.

You have to get upgraded modules to make them compatible with magento 2.2.6.

Andere Tipps

Do upgrade through

composer update

This will automatically update which third-party plugins installed via composer(see composer.js). The other ones inside app/code/Vendor cannot be upgrade new version through this. You'd need to manually upgrade by downloading and upload follow their third-party instructions.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top