I've been working on 2.1.6 for 3 weeks and neither I nor my developer can get it working. Even the theme folks are having trouble. Is there a way to revert back to 2.1.5 without going back to month-old save?
Thanks.
Solved! Go to Solution.
Edit file composer.json from root,
Now set 2.1.5 where 2.1.6 is display at two places.
"version": "2.1.5", "magento/product-community-edition": "2.1.5"
Run command from magento root,
composer update.
If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this.
Edit file composer.json from root,
Now set 2.1.5 where 2.1.6 is display at two places.
"version": "2.1.5", "magento/product-community-edition": "2.1.5"
Run command from magento root,
composer update.
If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this.