Skip to content

Versioning

Versions follow x.y.z. In 3.7.1, 3 is x, 7 is y and 1 is z.

PartMeaning
xMajor release. Large-scale refactoring of the core, or many breaking API changes. Usually not compatible with the previous x release — check that release's upgrade guide.
yFeature release. Public APIs have breaking changes, including modifications and removals, which may break compatibility with earlier versions.
zFully compatible patch release. Bug fixes and security fixes, possibly with new functionality that does not affect existing code.

One exception: when a bug made a feature completely unusable, fixing it may involve a breaking change. Because the feature was broken anyway, such changes still ship as a z release rather than bumping y.

Upgrading

Click the version number in the bottom-left corner of the admin panel to check for and apply updates. Full instructions, including manual upgrades, are in upgrading and migrating.

Released under the MIT License