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.MINOR
version always receivesPATCH
updates. - The latest
MAJOR version
always receivesMINOR
updates. - The latest
MAJOR.MINOR
branch for eachMAJOR
version receivesPATCH
updates for at least 2 years from the time of inception of the initialMAJOR
version release.
In a nutshell¶
- If you want to stay on the cutting edge with the latest improvements use the latest
MAJOR
version. - If you want maximum backwards compatibility and minimal upgrade hassle use the next-latest
MAJOR
version so that you can still receive important security/stability/regression fixes.