cancel
Showing results for 
Search instead for 
Did you mean: 

Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

SOLVED

Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

Hello,

 

I just updated my magento 2.0.2 to 2.0.3 with the Setup Wizard.

Everything was fine but when I go to my Backend, the version says "2.0.2".

In the CLI I saw the magento -V and it gives me 2.0.2 too.

But, at the Setup Wizard it says my current version is 2.0.3.

 

Why is It?  Any Idea?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

7 REPLIES 7

Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

Please check which version is set in the root's composer.json file? https://mage2.pro/t/542

Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

I forgot to say composer.json shows 2.0.2.
I tried to change it to 2.0.3, but it still showing 2.0.2 in backend.

I tried everything(composer update/install, setup:upgrade, cache:flush, etc...)

 

Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

Which way the Magento was initially installed?

Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

I got the same issue...

Magento2 was installed via composer, i 've started by using James Cowie's M2-Playground (https://github.com/jamescowie/M2-Playground)

 

root's composer.json looks like that:

"require": {
        "magento/product-community-edition": "^2.0.3"
    },

Composer updated all related components, but backend and magento cli version are still showing 2.0.2

Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!

Thanks for your reply, i already thought about that it could be related to a broken package.
Now everything is fine!