Bundled Themes Version Bumps for WordPress 6.7#7564
Bundled Themes Version Bumps for WordPress 6.7#7564SH4LIN wants to merge 21 commits intoWordPress:trunkfrom
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
I haven't updated the changelogs in the |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
sabernhardt
left a comment
There was a problem hiding this comment.
Thanks for starting on this.
- For the changelogs, the release date is scheduled for November 12, 2024.
- Please update version numbers in the
package.jsonandpackage-lock.jsonfiles for Twenty Nineteen, Twenty Twenty and Twenty Twenty-One. See PR 6705. - In themes from Twenty Ten to Twenty Seventeen, update the CSS and JS version strings in
functions.php(and/orheader.php) only if the file has changed since the last release. Mainstyle.cssstylesheets reflect the scheduled release date (20241112), and others use the modified date. Almost allblocks.cssandeditor-blocks.cssfiles have been updated, but only oneie.cssstylesheet and none of the JS files should change their version at this time.
| Theme/File | Version |
|---|---|
twentyten/blocks.css |
20240703 |
twentyten/editor-blocks.css |
20240703 |
twentyeleven/blocks.css |
20240703 |
twentyeleven/editor-blocks.css |
20240716 |
twentytwelve/blocks.css |
20240812 |
twentytwelve/editor-blocks.css |
20240811 |
twentytwelve/ie.css |
20240722 |
twentythirteen/editor-blocks.css |
20240716 |
twentyfourteen/blocks.css |
20240708 |
twentyfourteen/editor-blocks.css |
20240716 |
twentyfifteen/blocks.css |
20240715 |
twentyfifteen/editor-blocks.css |
20240720 |
twentysixteen/blocks.css |
20240817 |
twentysixteen/editor-blocks.css |
20240817 |
twentyseventeen/blocks.css |
20240729 |
twentyseventeen/editor-blocks.css |
20240824 |
|
@sabernhardt Got it, I’ll make the changes as requested. |
|
@sabernhardt I have made all the changes. |
|
|
||
| // Theme block stylesheet. | ||
| wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20240520' ); | ||
| wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20231016' ); |
There was a problem hiding this comment.
| wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20231016' ); | |
| wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20240520' ); |
The most recent change to blocks.css was r58178 on May 20, 2024.
|
@sabernhardt Done |
Overview
Latest theme versions
Trac ticket: https://core.trac.wordpress.org/ticket/62034
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.