3.0.0
Version 3.0 introduces no major schema changes but switches to a version numbering system with which you can specify both the schema version and the WordPress branch version in a way that's compatible with semantic versioning. Given version x.y.z
:
- The major version number (
x
) indicates the schema version number, currently3
- The minor version number (
y
) indicates the WordPress branch version without its decimal place, currently58
- The patch version number (
z
) indicates the schema patch version number
Examples:
~3.58.0
- Schema version 3 for WordPress 5.8~3.57.0
- Schema version 3 for WordPress 5.7^3.0.0
- Schema version 3 for the latest WordPress version
Schemas will be provided and actively maintained for the current WordPress version and the version prior (currently 5.8 and 5.7).