Releases and Versioning¶
Semantic Versioning¶
This project more strictly adheres to Semantic Versioning compared to the original Magento version numbering system where the “1” was essentially a fixed number. See the Terminology section of RFC 0002 - Release Schedule for more information on how the terms MAJOR, MINOR and PATCH are defined and applied.
The OpenMage team and community maintains OpenMage LTS versions as follows:
- The latest
MAJOR.MINORversion always receivesPATCHupdates. - The latest
MAJOR versionalways receivesMINORupdates. - The latest
MAJOR.MINORbranch for eachMAJORversion receivesPATCHupdates for at least 2 years from the time of inception of the initialMAJORversion release.
In a nutshell¶
- If you want to stay on the cutting edge with the latest improvements use the latest
MAJORversion. - If you want maximum backwards compatibility and minimal upgrade hassle use the next-latest
MAJORversion so that you can still receive important security/stability/regression fixes.