1

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!

2 Answers 2

2

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.

2
  • Thanks. Also, I want to know that Is it possible to check the versions of all the third party plugins which I have installed using the command? Or Do I need to check each and every module manually? Commented Nov 15, 2018 at 5:21
  • ok Please check here : magento.stackexchange.com/questions/99529/… Commented Nov 15, 2018 at 5:27
0

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.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.