I'm working on a major update to my shipping module that will add some nice new features, and it will have a slightly higher version number. From what I've seen, if I upload a module that has a lower version number than whatever is currently installed, Miva will refuse to import it since it looks outdated. But that means if I want to downgrade to an older copy of the module in the event of a major bug or something, Miva won't let me.
I have the source code of the latest stable version saved separately, so I could just do a fake-bump of that version number and upload that, basically reverting to the previous version.
Is that the best way to do it?
Obviously the goal is to release a bug-free version from the start, but since this is a very big change, I want to be prepared with a downgrade plan just in case.
I have the source code of the latest stable version saved separately, so I could just do a fake-bump of that version number and upload that, basically reverting to the previous version.
Is that the best way to do it?
Obviously the goal is to release a bug-free version from the start, but since this is a very big change, I want to be prepared with a downgrade plan just in case.
Comment