Releases: johnbillion/wp-json-schemas
Releases · johnbillion/wp-json-schemas
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).
2.12.0
- Updated schemas for WordPress 5.8.
2.11.0
- Introduce a schema for the REST API application passwords endpoints.
2.10.0
Introduce REST API schemas for:
/wp/v2/block-directory/search
/wp/v2/block-renderer
/wp/v2/settings
2.9.0
- Introduce a schema for the REST API reusable block endpoint
- Introduce a schema for the REST API revisions endpoints
2.8.0
- Introduce a schema for REST API post status endpoints
- Introduce a schema for REST API block type endpoints
- Fix some properties in the
WP_Block_Type
schema - Add some missing hyperschema
2.7.0
- Introduce a schema for
WP_Locale
objects
2.6.0
- Introduce a schema for
WP_Query
objects
2.5.3
- Allow an empty string in the email and URL fields for comments and users.
2.5.2
- Various minor schema corrections.