Opened 3 weeks ago
Last modified 2 weeks ago
#62455 reopened defect (bug)
Twenty Twenty-Five: Update schema version
Reported by: | poena | Owned by: | desrosj |
---|---|---|---|
Milestone: | 6.7.2 | Priority: | normal |
Severity: | normal | Version: | 6.7 |
Component: | Bundled Theme | Keywords: | has-patch good-first-bug fixed-major |
Focuses: | Cc: |
Description
Twenty Twenty-Five uses the development version of the theme.json schema for the JSON files:
https://schemas.wp.org/trunk/theme.json
The theme needs to use the version of theme.json and the theme.json schema that was valid when the theme was released.
Otherwise, as the schema continue to evolve over time, code editors may show parts of theme.json as invalid.
The last version of the schema for WordPress 6.7 is at https://raw.githubusercontent.com/WordPress/gutenberg/wp/6.7/schemas/json/theme.json
Follow up to https://core.trac.wordpress.org/ticket/61342
Change History (12)
This ticket was mentioned in PR #7820 on WordPress/wordpress-develop by @im3dabasia1.
3 weeks ago
#2
- Keywords has-patch added
#4
@
3 weeks ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from new to closed
In 59448:
#5
@
3 weeks ago
- Keywords fixed-major added; commit removed
- Milestone changed from 6.8 to 6.7.2
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening to consider including in the next theme update, whenever that may be coordinated.
This ticket was mentioned in PR #7868 on WordPress/wordpress-develop by @im3dabasia1.
2 weeks ago
#8
Trac ticket: https://core.trac.wordpress.org/ticket/62455
This PR updates the $schema
URL in all JSON files for the Twenty Twenty-Five theme to use the wp/6.7 schema version instead of the trunk version.
Trac ticket: https://core.trac.wordpress.org/ticket/62455
This PR updates the schema version for the Twenty Twenty-Five theme as per the requirements in [Ticket #62455].
Key Changes:
Updated schema version to reflect the latest standards and changes.