-
Notifications
You must be signed in to change notification settings - Fork 242
Release Versioning
Mark Rogoyski edited this page Dec 13, 2020
·
5 revisions
Math PHP follows Semantic Versioning 2.0.0.
Math PHP is currently in development release mode: v1.y.z
.
- v1.y.z: Production version with active development (PHP 7.0 ~)
- v0.y.z: Pre-release versions (No longer supported)
Each version follows: vMajor.Minor.Patch.
- Major versions (
vX.y.z
) indicate backwards-incompatible API changes, with the exception of the first Major version v1.0.0. - Minor versions (
vx.Y.z
) indicate new features or major refactors that are backwards compatible. - Patch versions (
vx.y.Z
) indicate minor improvements or fixes that are backwards compatible.