You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project more strictly adheres to [Semantic Versioning](http://semver.org/) compared to the original Magento version numbering system where the "1"
50
+
was essentially a fixed number. See the [Terminology](https://github.com/OpenMage/rfcs/blob/main/accepted/0002-release-schedule.md#terminology)
51
+
section of [RFC 0002 - Release Schedule](https://github.com/OpenMage/rfcs/blob/main/accepted/0002-release-schedule.md) for more information on how the terms MAJOR, MINOR and PATCH are defined and applied.
52
+
53
+
The OpenMage team and community maintains OpenMage LTS versions as follows:
54
+
55
+
- The latest MAJOR.MINOR version always receives PATCH updates.
56
+
- The latest MAJOR version always receives MINOR updates.
57
+
- The latest MAJOR.MINOR branch for each MAJOR version receives PATCH updates for at least 2 years from the time of inception of the initial MAJOR version release.
58
+
59
+
In a nutshell:
60
+
61
+
- If you want to stay on the cutting edge with the latest improvements use the latest MAJOR version.
62
+
- 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.
63
+
64
+
### Currently Maintained Versions
65
+
66
+
- 20.x is the latest MAJOR version and will receive PATCH updates until 2 years after the date that 21.x is released.
67
+
- 19.4.x will receive PATCH updates until April 4, 2025.
68
+
47
69
## Requirements
48
70
49
71
- PHP 7.4+ (PHP 8.0 is supported, PHP 8.1 supported but some warnings may be shown/logged, PHP 8.2 is usable but still being tested)
OpenMage LTS 19.4.0 is the first tagged version using the OpenMage LTS version naming system and all 19.x versions are mostly backward-compatible
194
+
with Magento 1.9.4.x.
195
+
196
+
OpenMage LTS 20.x and later have more changes that may not be 100% backward-compatible, but minimizing migration and upgrade hassle for users is always
197
+
considered an important goal and factors heavily into the changes that are accepted even when accepting changes for "MAJOR" releases, described in [Releases and Versioning](#releases-and-versioning) above.
198
+
169
199
## Changes
170
200
171
201
Most important changes will be listed here, all other changes since `19.4.0` can be found in
@@ -319,11 +349,6 @@ You can add additional meta files in this directory to cover your own project fi
0 commit comments