#62455 closed defect (bug) (fixed)
Twenty Twenty-Five: Update schema version
Reported by: |
|
Owned by: |
|
---|---|---|---|
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 (17)
This ticket was mentioned in PR #7820 on WordPress/wordpress-develop by @im3dabasia1.
4 months ago
#2
- Keywords has-patch added
#4
@
4 months ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from new to closed
In 59448:
#5
@
4 months 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.
4 months 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.
#9
@
4 months ago
Thanks @poena. I have raised a PR that updates the schema URLs in all JSON files to use the schema for WordPress 6.7. Here is the PR. Let me know if I missed any.
cc: @desrosj
#12
@
4 months ago
- Keywords commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
@im3dabasia1 commented on PR #7868:
3 months ago
#13
This ticket was mentioned in Slack in #core by jorbin. View the logs.
3 months ago
#16
@
3 months ago
@jorbin: Where the changes to the controls.js file (https://core.trac.wordpress.org/changeset/59546#file1) intended? They don't seem to be related to the ticket nor the backported commits?
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.