Project

Profile

Help

Story #1305

Updated by bmbouter over 8 years ago

We have a lot of migrations and they are becoming difficult to maintain as they require portions of the codebase to never change. Of course the codebase changes regularly so we do a lot of work to maintain the ability for users to upgrade from any version to any version. 

 We are considering requiring users to upgrade to at least 2.4.0 2.5.0 before upgrading to a version of 2.8.0+. We can delete the pre-2.4.0 pre-2.5.0 migrations from platform and all the plugins. See the checklist below for more details on the deliverables.

Back