cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to revert from 2.1.6 back to 2.1.5?

SOLVED

Is there a way to revert from 2.1.6 back to 2.1.5?

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Is there a way to revert from 2.1.6 back to 2.1.5?

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.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

1 REPLY 1

Re: Is there a way to revert from 2.1.6 back to 2.1.5?

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.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial