The WordPress coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. development team builds WordPress! Follow this site for general updates, status reports, and the occasional code debate. There’s lots of ways to contribute:
Found a bugbugA bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority.?Create a ticket in the bug tracker.
This meeting is aimed at the work around the next default theme Twenty Twenty-Four, which will be released with WordPress 6.4 in November. Please keep the topic on the theme!
We set the meeting time to Wednesday, 3pm UTC. In the agenda, the meeting time will be noted with the automatic timezone conversion. The meetings happen weekly and may be switched to bi-weekly if we’re closer to the release.
The work on TT4 will happen in this GithubGitHubGitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ repository: https://github.com/WordPress/twentytwentyfour
Please read through the readme file carefully, as it contains important information on how to get started.
If you want to contribute, check out the open issues and Pull Requests first, to see if your topic has been addressed already. If not, feel free to open an issue!
It would be fantastic if you can link a created PR to an issue, so it’s easier to keep track of things.
Open Floor
@maneshtimilsina mentioned contributers get confused about using esc_html__ or esc_html_x_ functions in patterns for translations.
Resource to translation documentation: https://developer.wordpress.org/apis/internationalization/internationalization-functions/
Resource to esc_html__ documentation: https://developer.wordpress.org/reference/functions/esc_html__/
Resource to esc_html_x documentation: https://developer.wordpress.org/reference/functions/esc_html_x/
Discussion summary:
Patterns should be checked if they use the correct functions
Any sample text should be commented that this is sample text, using the esc_html_x function
Any strings that may need further explanation to be correctly translated also need comments
Check on previous default themes for similar strings to see how it was handled there
@maneshtimilsina mentioned that there’s confusion about the home.php file, which contains multiple patterns
The patterns should be extracted into smaller components, which then possibly make home.php not needed anymore.
@kafleg mentioned the backlog of open PRs regarding patterns in the repository.
These will be taken care of this week.
@poena asked about the status of pattern categories and pattern switching for 6.4, and if this will work with non synced patterns
It seems this has not yet been discussed, an issue needs to be created to start a discussion around this topic
Reminder: WordPress 6.3 developer notes. The Field GuideField guideThe field guide is a type of blogpost published on Make/Core during the release candidate phase of the WordPress release cycle. The field guide generally lists all the dev notes published during the beta cycle. This guide is linked in the about page of the corresponding version of WordPress, in the release post and in the HelpHub version page. has had 6,500 views since it was published on July 18!S
Roadmap to 6.4 – this next major releasemajor releaseA release, identified by the first two numbers (3.6), which is the focus of a full release cycle and feature development. WordPress uses decimaling count for major release versions, so 2.8, 2.9, 3.0, and 3.1 are sequential and comparable in scope. is scheduled for November 7, 2023.
6.4 Editor Taskboard on GitHubGitHubGitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/
Tickets or Components help requests
Please add any items for this part of the agenda to the comments. If you can not attend dev chat live, don’t worry, include a note and the facilitator can highlight a ticketticketCreated for both bug reports and feature development on the bug tracker. if needed.
Open floor
If you have any additional items to add to the agenda, please respond in the comments below to help the facilitator highlight them during the meeting.
This post aims to prepare a calendar with the expected start time for each release party and who is involved in the upcoming 6.4 milestones.
As we saw happening with 6.3 BetaBetaA pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 1, things can change at the last minute, so expect some flexibility. The release team will do their best to respect the calendar and communicate any change promptly.
If you can fill any of those roles, please add your name in the comments, with the date and role, so that I can finalize the calendar. Having two people with the same access level for each party is also okay. This will allow us to help each other if the party takes longer than expected.
I always proposed 16:00 UTC for release parties because it’s a time that allows us to cover quite a few time zones. However, it does not favour contributors in APAC. I will contact those in that area to see if we have people with enough access to run at least one release party in their time zone.
Please check the Hosting Release Page in the Handbook to read about the different roles.
Thank you all for the team effort!
Date/Time
Milestone
Host
CommittercommitterA developer with commit access. WordPress has five lead developers and four permanent core developers with commit access. Additionally, the project usually has a few guest or component committers - a developer receiving commit access, generally for a single release cycle (sometimes renewed) and/or for a specific component.
Release Candidaterelease candidateOne of the final stages in the version release cycle, this version signals the potential to be a final release to the public. Also see alpha (beta). 1
Welcome back to a new issue of Week in CoreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress.. Let’s take a look at what changed on TracTracAn open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress. between August 14 and August 21, 2023.
27 commits
34 contributors
64 tickets created
6 tickets reopened
50 tickets closed
TicketticketCreated for both bug reports and feature development on the bug tracker. numbers are based on the Trac timeline for the period above. The following is a summary of commits, organized by component and/or focus.
Code changes
Administration
Add function to standardize adminadmin(and super admin) notices – #57791
Apply admin notice functions in multisitemultisiteUsed to describe a WordPress installation with a network of multiple blogs, grouped by sites. This installation type has shared users tables, and creates separate database tables for each blog (wp_posts becomes wp_0_posts). See also network, blog, site – #57791
InvalidinvalidA resolution on the bug tracker (and generally common in software development, sometimes also notabug) that indicates the ticket is not a bug, is a support request, or is generally invalid. argument passed in additional_classes – #57791
Send a failure notice in Slack when a run fails to start – #58867
Simplify the required prerequisite jobs for the failed-workflow job – #58867
Update PHPUnit Polyfills to version 1.1.0 – #59150
Use the correct variable for checking the previous conclusion – #58867
Coding Standards
Improve variable names in wp_save_image() – #58831
Use strict comparison in wp-admin/includes/image-edit.php – #58831
Use strict comparison in wp-admin/includes/meta-boxes.php – #58831
Docs
Add missing @ to the return tagtagA directory in Subversion. WordPress uses tags to store a single snapshot of a version (3.6, 3.6.1, etc.), the common convention of tags in version control systems. (Not to be confused with post tags.) in the wp_get_theme_data_template_parts function – #59003
Correct punctuation in some instances of the $crop parameter description – #58833
Fix typo in duplicate hook references for views_{$this->screen->id} – #59102, #58833
Miscellaneous docblockdocblock(phpdoc, xref, inline docs) corrections and improvements – #58833
Editor
Ensure defer loading strategy is only applied to a blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.’s viewScript – #59115
Fix error handling of converting classic to block menus – #58823
Use defer loading strategy for block view scripts – #59115
update npm packages with critical bugbugA bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. fixes for 6.3.1 – #59151
General
Revert the last use of str_starts_with() in update-core.php – #59145
Media
Standardise documentation of the $crop parameter for various media functions and methods – #58833
Posts, Post Types
Remove redundant function calls in get_body_class() – #43661
REST APIREST APIThe REST API is an acronym for the RESTful Application Program Interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. It is how the front end of an application (think “phone app” or “website”) can communicate with the data store (think “database” or “file system”) https://developer.wordpress.org/rest-api/.
Correct the docblocks for various permission related methods – #58833
Site Health
Correct the check for disk space available to safely perform updates – #59116
Themes
Add wp_get_theme_data_custom_templates function – #59137
Props
Thanks to the 50 people who contributed to WordPress Core on Trac last week:
For those new to coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. and getting set up ready for WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. US Contributor DayContributor DayContributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://2017.us.wordcamp.org/contributor-day/https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/., there is a New Contributors session in the core SlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. today at 19:00 UTC. These take place every two weeks. They are a great place to start.
WordPressCS 3.0.0 is now available – this makes significant changes to improve the accuracy, performance, stability and maintainability of all sniffssniffA module for PHP Code Sniffer that analyzes code for a specific problem. Multiple stiffs are combined to create a PHPCS standard. The term is named because it detects code smells, similar to how a dog would "sniff" out food., and makes WordPressCS much better at handling modern PHPPHPThe web scripting language in which WordPress is primarily architected. WordPress requires PHP 5.6.20 or higher.
Reminder: WordPress 6.3 developer notes. The Field GuideField guideThe field guide is a type of blogpost published on Make/Core during the release candidate phase of the WordPress release cycle. The field guide generally lists all the dev notes published during the beta cycle. This guide is linked in the about page of the corresponding version of WordPress, in the release post and in the HelpHub version page. has had 6,500 views since it was published on July 18!S
Next major WordPress release: 6.4
New this week are:
Roadmap to 6.4 – this next major releasemajor releaseA release, identified by the first two numbers (3.6), which is the focus of a full release cycle and feature development. WordPress uses decimaling count for major release versions, so 2.8, 2.9, 3.0, and 3.1 are sequential and comparable in scope. is scheduled for November 7, 2023.
6.4 Editor Taskboard on GitHubGitHubGitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/
Tickets or Components help requests
Please add any items for this part of the agenda to the comments. If you can not attend dev chat live, don’t worry, include a note and the facilitator can highlight a ticketticketCreated for both bug reports and feature development on the bug tracker. if needed.
Contributor Day
WordCamp US Contributor Day is tomorrow. A post to help new contributors get started and prepare for the event is available.
New contributors are encouraged to set up local environments in advance and to come along to the New Core Contributor session today, Wednesday August 23, 2023 at 19:00 UTC, in the Core Slack.
Open floor
If you have any additional items to add to the agenda, please respond in the comments below to help the facilitator highlight them during the meeting.
WordPress 6.4 is set to be released on November 7, 2023 and is being led by an underrepresented gender release squad. This release brings a sharp focus to enhancing items across the WordPress experience, from the details of writing a new post to managing patterns across your site. Amongst these efforts, new features aim to be added, like font management and a new default theme, and gaps filled in current functionality, like more tooling to go further with designs. Initial explorations for phase 3 will continue in the GutenbergGutenbergThe Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party, and any early wins will be added alongside the foundational work already planned in this major releasemajor releaseA release, identified by the first two numbers (3.6), which is the focus of a full release cycle and feature development. WordPress uses decimaling count for major release versions, so 2.8, 2.9, 3.0, and 3.1 are sequential and comparable in scope.. An additional post will be shared covering the various additional wish list items that didn’t make it into this post to provide an update with possible next steps. As always, what’s shared here is being actively pursued, but doesn’t necessarily mean each will make it into the final release of WordPress 6.4. Approximately, 5 Gutenberg releases are planned for inclusion in 6.4.
For a more detailed look at the work related to the blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. editor, please refer to this overview issue for ongoing work and the 6.4 board.
Introducing new functionality
Font Library
The Font Library aims to make it easy for anyone to install and use fonts across the site, with the added goal of extension points for plugins. The Font Library will be available globally, independently of the theme activated, similar to the Media Library. Efforts can be followed in this tracking issue.
Font Face
The Font Face works alongside the Font Library, handling the server-side @font-face styles generation and printing. Efforts can be followed in this tracking issue.
RevisionsRevisionsThe WordPress revisions system stores a record of each saved draft or published update. The revision system allows you to see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what has changed in each revision. for templates and template parts
Building on the effort to add revisions to Styles, revisions for templates and template parts will complete the editing experience allowing for the ability to roll back any change made anywhere. Efforts can be followed in this trac issue.
New blocks
Three new blocks are being considered for 6.4 with relevant GitHubGitHubGitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ issues:
Below is a visual showing the Time to Read block in use:
Image lightbox
Lightbox functionality is being explored as an option to toggle on for individual image blocks to start. Efforts can be followed in this tracking issue.
Auto-insert blocks
To better accommodate more intuitive experiences, the ability to auto-insert a block into context specific sections is being explored. For example, imagine upon installing a plugin, an option appears when editing your navigation to enable a log in and out option automatically. The outcome of this work is likely to take the form of a new block inspector panel for now until the experience can be further refined. Efforts can be followed in this tracking issue.
Post formats in block themes
WordPress has supported post formats since 3.1 and, while block themes align with post formats in various ways, there are a number of enhancements to center and take advantage of the post format including:
Handling of title less posts in the loopLoopThe Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop. and in templates.
Starting with a pattern in a new post flow.
Improving the specific formatting of the post content block in the query loop..
Efforts and discussions can be followed in this issue.
Advancing current features and experiences
Writing experience
Writing in WordPress, whether a latest post or new page, needs to be seamless and enjoyable–the tooling should aid creativity rather than get in the way. Blocks with all of their variations, design tools, and transforms should make you feel empowered to create what you want. This release contains a dedicated focus to ensure this remains the case. Efforts can be followed in this tracking issue for writing specific issues, in this tracking issue for link control improvements, and in these additional efforts to capture toolbars for a few specific situations (List Items, Quotes, Navigation items).
Interfaces and tools
The tools available continue to be improved to make creating a site or writing a post more streamlined with the following focus areas:
Below is the latest design iteration for the Command Palette:
Site editing
Outside of the various sub items that make up all of site editing, like the Navigation block or Global Styles, the following specific refinements and enhancements are a focus for this cycle to improve the broader experience:
Efforts can be followed in this tracking issue. Below is an early look at what it might look like to switch between templates in Pages in the Site Editor:
Design tools
To enable more complex designs, various design tooling related enhancements and additional functionality is being explored. These efforts range from block specific changes, like adding support for background images to the Group block, to larger efforts, like extending theme.jsonJSONJSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML. to provide spacing size presets:
Efforts can be followed in this tracking issue. Below is an early design exploration of the box shadow component:
Global styles (Styles, Style Book, and more)
Global styles is both a system and an interface for managing styling across your site, from individual changes to a block to sweeping changes across an entire site. This current effort continues to evolve along the same lines and across a broad range of items, from more technical updates in theme.json to more UI centered work around the Style book tool. To continue to broaden the possibilities with the built-in style system and to make it as easy as possible to use, the following work is planned:
Efforts can be followed in this tracking issue. Below is an early design exploration of adding the ability to focus on individual block types in the Style book:
Patterns
After introducing the ability to create patterns directly in the editing experience, more advanced features and various quality of life improvements are planned for 6.4, including the following:
As a stretch goal, partially synced patterns are being explored, allowing for the layout and styling components to be locked while part of the content can be updated independently.
Efforts can be followed in this project board. Below is a demonstration of how adding pattern categories might look:
Navigation creation and management
As with every release since WordPress 5.9, the Navigation block and navigation management continues to have a specific focus to make it more robust and useful, including when it comes to various responsive needs:
Query block: client-side pagination, powered by the Interactivity APIAPIAn API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways..
This work will likely evolve based on the needs of Twenty Twenty-Four.
Footnotes
Introduced in WordPress 6.3, the Footnotes block continues to evolve with more design tooling available and custom post typeCustom Post TypeWordPress can hold and display many different types of content. A single item of such a content is generally called a post, although post is also a specific post type. Custom Post Types gives your site the ability to have templated posts, to simplify the concept. compatibility work:
Below is an example of a Footnotes block using additional block supports:
Twenty Twenty-Four
The Twenty Twenty-Four default theme will launch alongside 6.4, bringing with it a unique take on the power of using the latest and greatest from WordPress. It brings together the complete experience, bringing everything from block themes together. Expect designs to be shared as work progress and join #core-themes-projects to learn more.
Performance
The Performance team and broader contributors will be focusing on the following:
Making use of the new script loading strategy APIs in CoreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress..
Rollback for plugin and theme updates for automatic updates
Building on prior efforts released in WordPress 6.3, rollbacks for automatic updates to plugins and themes is underway.. Specifically, this means that checks will be added to ensure that an updated plugin does not cause a PHPPHPThe web scripting language in which WordPress is primarily architected. WordPress requires PHP 5.6.20 or higher fatal error when activated. If it does, this error is captured and the previously installed version is restored, along with an email sent to the site adminadmin(and super admin). Efforts can be followed in this trac ticket.
General bugbugA bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. fixes and enhancements
In TracTracAn open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress., there are already 38 tickets closed and 8 set for early across various components and focuses. It’s still early in the cycle so expect these efforts to continue.
Early, foundational Phase 3 Work
While initial phase 3 plans have been shared, only a very limited and iterative set of work is being explored for 6.4 including the following:
Here’s an overview of what’s happened in TracTracAn open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress. between July 31 and August 14, 2023:
40 commits
50 contributors
164 tickets created
15 tickets reopened
138 tickets closed
and 5 new contributors in this period ❤️
Status update on the Interactivity API: Get the latest updates on this proposal and where to track its progress. This post also includes info on valuable learning resources so you can dive in and explore the APIAPIAn API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways.’s possibilities.
What’s new for developers? (August 2023): Do “new shiny objects”, “bag of goodies”, and “kid in a toy shop” spark your interest? Thought so! Check out the newest stuff in 6.3 and GutenbergGutenbergThe Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ in this latest post on WordPress.orgWordPress.orgThe community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/’s own Developer Blogblog(versus network, site).
What’s new in Gutenberg 16.4: Inside: A new progress bar component, updates to the Command Palette and Footnotes blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience., and auto-inserting blocks are highlighted in the latest pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party release.
See the WordPress 6.3 developer notes. The Field GuideField guideThe field guide is a type of blogpost published on Make/Core during the release candidate phase of the WordPress release cycle. The field guide generally lists all the dev notes published during the beta cycle. This guide is linked in the about page of the corresponding version of WordPress, in the release post and in the HelpHub version page. has had 6,500 views since it was published on July 18!
WordPress 6.3.1
There are some urgent fixes that have been identified for a quick turnaround 6.3.1 release, but as of this writing, timing is still being decided. For the latest updates, follow discussions in the #6-3-release-leads channel.
WordPress 6.4
Stay in the loopLoopThe Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop. with 6.4 by checking out:
The Rollback Update Failure plugin has received several recent updates, and is awaiting security audit and additional feedback.
Plugin Dependencies
Plugin dependencies (Trac #22316) has been updated with the latest round of feedback, and is ready for commit consideration. Trac #59112 has been created to encompass remaining design input for this feature, which could be incorporated during the feature’s merge to CoreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress..
WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. US Contributor Day is next week! There is a Core blog draft underway that aims to promote and provide info to new contributors ahead of the event. The post is to be finalized after Dev Chat, and it is requested that Core community members provide feedback in the #core channel. Core Team RepTeam RepA Team Rep is a person who represents the Make WordPress team to the rest of the project, make sure issues are raised and addressed as needed, and coordinates cross-team efforts.@webcommsat is collating details for the event.
Volunteers Needed
Volunteers are needed to help facilitate in person at tables and remotely on Slack during Contributor Day. Contributors are asked to raise their hand in Slack, or add their name and level of participation in the post comments.
A handful of chat attendees raised their hands to help attend to Core tables throughout the day, as well as help remote attendees in Slack, but there are still no clear Core table leads.
TicketticketCreated for both bug reports and feature development on the bug tracker. Focus
There was a question about whether “ancient” Trac tickets should be a point of focus during Contributor Day, and there was general agreement that good-first-bug tickets were likely better candidates to focus on, given the limited time and resources available at the event.
New contributors to Core are encouraged to set up their local environments in advance of WCUS, and to join the next New Core Contributor meeting on 2023-08-23 at 19:00 UTC in the #core channel.
Fields API
A status update was provided for the WordPress Fields API, with a Make/Core post to come later this week. Those interested in this project are invited to help with project research, stop on by and chat with @sc0ttkclark at WCUS, and to join the conversation over in the #core-fields channel.
6.4 Scrub Schedule
The bugbugA bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. scrub schedule is still being finalized, but the first session is to take place on 2023-08-17 at 17:00 UTC in #core. All are welcome to join the scrub!
Following sessions are dedicated to move things forward and be ready in time according to 6.4 Release Schedule.
Everyone is welcome to join not only to triagetriageThe act of evaluating and sorting bug reports, in order to decide priority, severity, and other factors. tickets but also to look for tickets you can contribute by creating patches, making code review and testing. Keep in mind that all features and enhancements should be in the TrunktrunkA directory in Subversion containing the latest development code in preparation for the next major release cycle. If you are running "trunk", then you are on the latest revision. before BetaBetaA pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 1 and most bugs and all strings need to be there before RC1. If you are working on a patchpatchA special text file that describes changes to code, by identifying the files and lines which are added, removed, and altered. It may also be referred to as a diff. A patch can be applied to a codebase for testing., plan your contribution to have enough time for other contributors to make suggestions, review and test.
Tuesday September 25, 2023 at 19:00 UTC for a last scrub before BetaBetaA pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 1
Thursday October 16, 2023 at 17:00 UTC for a last scrub before RCrelease candidateOne of the final stages in the version release cycle, this version signals the potential to be a final release to the public. Also see alpha (beta). 1
Release Candidaterelease candidateOne of the final stages in the version release cycle, this version signals the potential to be a final release to the public. Also see alpha (beta). Bug Scrubs (if needed)
Focus: issues reported from the previous RC.
TBD
Check this schedule often, as it will change to reflect the latest information.
Regular component scrubs and triage sessions
For your reference, here are some of the recurring sessions:
Have a regular component scrub or triage session? PingPingThe act of sending a very small amount of data to an end point. Ping is used in computer science to illicit a response from a target server to test it’s connection. Ping is also a term used by Slack users to @ someone or send them a direct message (DM). Users might say something along the lines of “Ping me when the meeting starts.”@audrasjb, @oglekler or @marybaum on SlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. to have it added to this page.
You can start your own triage sessions
Decide what you want to work on
6.4 triage session are our priority and moving forward tickets which already are scheduled for the release is most needed task. If you want to lead some of them, they can be added on this schedule.
But if you are interested in particular component or user focus, for example to take care about RTL-tickets, this will be most welcome too.
Especially interested can be the session to scrub old tickets. We are continuously closing new tickets with the same topic in favor of existing ones and because these tickets are looking complicated just because they’re age not, so many contributors are eager to work on them, but there are actual treasures hidden among very difficult or tricky topics.
Ping@oglekler or @marybaum on Slack with the day and time you’re considering as well as the report or tickets you want to scrub.
Use this list to focus on highest priority tickets first.
Use this list to focus on tickets that haven’t received love in a while.
Report 6 provides a list of open 6.4 tickets ordered by workflow.
Need a refresher on bugbugA bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. scrubs? Checkout Leading Bug Scrubs in the coreCoreCore is the set of software required to run WordPress. The Core Development Team builds WordPress. handbook.
You must be logged in to post a comment.