Skip to content

Releases: johnbillion/wp-json-schemas

3.0.0

19 Jan 10:07
Compare
Choose a tag to compare

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, currently 3
  • The minor version number (y) indicates the WordPress branch version without its decimal place, currently 58
  • 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

05 Sep 21:15
Compare
Choose a tag to compare
  • Updated schemas for WordPress 5.8.

2.11.0

19 Jul 12:44
Compare
Choose a tag to compare
  • Introduce a schema for the REST API application passwords endpoints.

2.10.0

07 Jul 22:15
Compare
Choose a tag to compare

Introduce REST API schemas for:

  • /wp/v2/block-directory/search
  • /wp/v2/block-renderer
  • /wp/v2/settings

2.9.0

15 Jun 23:48
Compare
Choose a tag to compare
  • Introduce a schema for the REST API reusable block endpoint
  • Introduce a schema for the REST API revisions endpoints

2.8.0

14 Jun 09:22
Compare
Choose a tag to compare
  • 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

13 Jun 01:11
Compare
Choose a tag to compare
  • Introduce a schema for WP_Locale objects

2.6.0

05 Jun 19:52
Compare
Choose a tag to compare
  • Introduce a schema for WP_Query objects

2.5.3

02 Jun 23:49
Compare
Choose a tag to compare
  • Allow an empty string in the email and URL fields for comments and users.

2.5.2

02 Jun 22:41
Compare
Choose a tag to compare
  • Various minor schema corrections.