Reading a version number
A version has three parts, for example1.4.2:
A version can carry a suffix such as
0.1.0-alpha.3. That is a pre-release: published for
testing ahead of the version it leads to. A pre-release always sorts before the plain version, so
0.1.0-alpha.3 is older than 0.1.0.
Products below version 1.0.0 are still establishing their shape. Treat a change in the second part
of the number the way you would treat the first part above.
Products and the SDK move independently
A product accepts a range of SDK versions rather than one exact version. Updating the SDK inside that range needs no product update, and a product that requires a newer SDK says so and refuses to start against an older one. See SDK version requirements. The practical order is: update the SDK first, then products.Release channels
Releases are published on two channels:
At start, your server compares each installed Element Labs resource against the catalogue of
published releases and reports anything that is behind:
el:versionChannel setting. See Server
settings.
The notice is informational. Nothing updates itself, and nothing stops working because a newer
release exists.