- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!
Which way the Magento was initially installed?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Correctly update v2.0.2 to v2.0.3 BUT Don't change Version Value?!?!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!