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.
“What’s new in 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/…” posts (labeled with the #gutenberg-new tag) are posted following every Gutenberg release on a biweekly basis, showcasing new features included in each release. As a reminder, here’s an overview of different ways to keep up with Gutenberg.
16.7 is the last Gutenberg release ahead of the upcoming WordPress 6.4 release, so it’s packed with features and 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. Exciting new features include the new Font Library for font management within the editor, lots of enhancements to pattern management, simplified lightbox functionality, and many UXUXUser experience enhancements.
This release consists of 331 pull requests authored by 88 contributors, including 7 new contributors! 🥳 🎉
The new Font Library allows users to install, remove, and activate typographic fonts from various sources in WordPress via the editor. The installed fonts are enabled globally, independent of the active theme in the /wp-content/fonts directory, similar to the Media Library. As part of this new feature, users can add fonts manually by uploading them from their local machine or choosing from a list of Google Fonts. (#53884 & #53307)
Import/Export of Patterns
It’s now possible to import and export patterns as 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. files directly from the site editor’s patterns screen. This change mirrors the existing import/export functionality in the /wp-admin patterns screen, making it more straightforward for all users to migrate patterns between sites. (#54337)
Explore New Pattern Filtering
Pattern filters have been restructured, with filters now being housed within a dropdown at the top of the pattern list panel. A sticky headerHeaderThe header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitor’s opinion about your content and you/ your organization’s brand. It may also look different on different screen sizes. has also been added to the top of the list panel for improved navigation. (#54681)
Naming Group Blocks in the Editor
Group blocks can now be named using custom naming. Naming these blocks will update their name in the List View, making it easier to distinguish between blocks. This enhancementenhancementEnhancements are simple improvements to WordPress, such as the addition of a hook, a new feature, or an improvement to an existing feature. marks another step forward as the Site Editor’s tools and features continue to expand. (#53735)
“My Patterns” CategoryCategoryThe 'category' taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging. Reinstated in Post Editor Inserter
Prompted by feedback, the “My patterns” category has been reintroduced to the post editor’s inserter, providing a central place for users to view their custom patterns. (#54767)
Simplified Lightbox Functionality for Images
The Behaviors UIUIUser interface introduced as an experimental feature in Gutenberg 15.9 has been removed and replaced with an “Expand on click” toggle in the Image 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 Inspector Controls and in the Global Styles. (#54509) (#54509)
The support for Behaviors in the theme.json has also been deprecated and will be removed completely in Gutenberg 17.0:
Users who enabled the “lightbox” behavior in their theme.json file should migrate to a new syntax where the lightbox is simply a new block-level setting:
Note that the support for the “animation” value has been removed.
If you enabled the lightbox on any Image blocks using the previous Behaviors UI, please open and re-save posts that include those blocks to ensure they get migrated to the latest syntax.
With the removal of support for the “animation” value, all images will now only use the “expand” (zoom) animation, even if they had previously used the “fade” animation.
Background Image Control Added to Group Block
Background image support has been added to the Group block, in line with the color controls. (#53934 & #54439)
New Social Link Icon for X
A new social link icon has been added for the X service. It can be found when searching for “X” or “Twitter”. (#54092)
BlockSettingsMenu: Ensure only one block settings menu is open at a time. (54083)
Bundle the block copy handler within the BlockCanvas component. (54207)
Bundle the block selection clearer hook into the BlockCanvas component. (54209)
Ensure that ‘Duotone FilterFilterFilters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output.’ color pickers have relevant labels. (54468)
Export ProgressBar to allow it to be used. (54404)
FormTokenField – add prop to allow saving of tokens onBlur. (53976)
SearchControl: Allow for 32px compact size, introduce option to change default size to 40px. (54548)
Block Library
#39457: Image block keep image size on replacing image. (49982)
Add __next40pxDefaultSize to featured imageFeatured imageA featured image is the main image used on your blog archive page and is pulled when the post or page is shared on social media. The image can be used to display in widget areas on your site or in a summary list of posts. opacity control. (54389)
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.
Query 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.: Add design enhancements for the “enhanced pagination” setting. (54455)
Query Loop: Allow “enhanced pagination” only with core blocks. (54347)
Query block: Start prefetching on first click to next/previous. (54781)
Patterns
Add categories to user patterns, and allow filtering by these in site and post editor. (53835)
Add editing of pattern categories to site editor. (54640)
Add user categories to site editor sidebarSidebarA sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. navigation screen. (53837)
Add user pattern categories to post editor inserter patterns tab. (53933)
Apply white background to the preview as a fallback. (54534)
Merge unsynced into inserter patterns tab and add paging and filtering. (54007)
Block editor: hooksHooksIn WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions. Arguments used to hook both filters and actions look the same.: Fix rules of hooks violations (2). (48943)
Always show the total number of patterns even with only one page. (54813)
Typography
Font Face: BackportbackportA port is when code from one branch (or trunk) is merged into another branch or trunk. Some changes in WordPress point releases are the result of backporting code from trunk to the release branch. from Core changeset 56500. (54218)
Font Library: Changing the upload directory to wp-content/fonts. (54122)
Font Library: Load collection JSON data from a URLURLA specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org in the collection configuration. (54067)
Font Library: Use wporg cdn to host the google fonts json data. (54795)
Themes
Theme Previews: Make the back button customizable. (54242)
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
Remove ‘Footnotes’ and ‘Comments’ from the non-dynamic block registration list. (54154)
Media
Correct function name handleFileChange is replaced by wrong function name. (52250)
List View
Allow Escape key to deselect blocks if blocks are selected. (48708)
Try directing focus to the list view toggle button when closing the list view. (54175)
Add useStateWithHistory hook and use to show a block editor with undo/redo. (54377)
BlockEditor: Add BlockCanvas component = IframeiframeiFrame is an acronym for an inline frame. An iFrame is used inside a webpage to load another HTML document and render it. This HTML document may also contain JavaScript and/or CSS which is loaded at the time when iframe tag is parsed by the user’s browser. + BlockList + WritingFlow. (54149)
CreateTemplatePartModal: Disable the ‘Create’ button while saving. (54716)
Plugin
Ensure font-face styles are printed in iframe editors. (54313)
Font Face & Font Library: Load PHPPHPThe web scripting language in which WordPress is primarily architected. WordPress requires PHP 5.6.20 or higher files only if the main class does not exist. (54103)
Gutenberg Plugin: Add hook to allow writing-mode as a safe CSS property. (54581)
Update cherry-pick script to correctly verify 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/CLICLICommand Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-CLI for WordPress. setup. (54720)
Font Library: Ensure merged fontFace data is enconded as an array instead of an object. (54435)
Font Library: Fix duplicate variants with different file types. (54490)
Font Library: Setting wp_font_family 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. as _builtin and not plublic. (54559)
Font Face: Get name from “fontFamily” setting, not “name”. (54615)
Font Library: Fix modal width on mobile viewport. (54518)
Font Library: Fix space above theme fonts in font library modal. (54598)
Font Library: Fix error installing system fonts. (54713)
Font Library: Remove font files created by tests after tests run. (54771)
Font Library: Avoid rendering font library ui outisde gutenberg plugin. (54830)
Edit Widgets: Fix invisible action area when the top toolbar is enabled. (54329)
Fix top toolbar for the customizerCustomizerTool built into WordPress core that hooks into most modern themes. You can use it to preview and modify many of your site’s appearance settings. widgets sidebar control. (54255)
Global Styles
Font Library: Fix notification error for actions related to custom fonts. (54535)
Prevent layout changes from saving the whole inherited settings object. (54500)
Block API
Blocks: Fix incorrect placement for hooked blocks in the parent container. (54349)
Pass correct content argument to enter transforms. (54108)
Block Hooks: Avoid processing empty content for loaded templates. (54719)
Rich Text
Revert: Rich text: Copy 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.) name on internal paste. (54301)
Interactivity API
Image: Fix block serialization test case to cover deprecation of behaviors. (54570)
Query Loop: Select first anchor inside Post Template with “enhanced pagination” enabled. (54730)
Icons
Fix ReactReactReact is a JavaScript library that makes it easy to reason about, construct, and maintain stateless and stateful user interfaces. https://reactjs.org/. forwardRef warnings for TooltipAnchors. (54492)
History
Fix extra undo/redo step when removing or replacing all blocks. (54457)
Synced Patterns
Patterns: Apply layout and alignment to synced patterns in the editor. (54416)
npm Packages
Workflow: Fix the issue with npm publishing for WP major version. (54088)
Media
useMediaQuery: Avoid crashing on Safari < 14. (54023)
Nested / Inner Blocks
Fix: InnerBlocks allowed blocks change with different sizes. (53943)
Layout
Post Content: Ensure layout classnames are applied in readonly preview. (53864)
React i18ni18nInternationalization, or the act of writing and preparing code to be fully translatable into other languages. Also see localization. Often written with a lowercase i so it is not confused with a lowercase L or the numeral 1. Often an acquired skill.
Fix: 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. import in react-i18n documentation. (54308)
Design Tools
Background Image control: Use consistent button, ensure descriptive text accounts for no image selected. (54711)
Collaborative Editing
Make sure sync code only runs when experiment is enabled. (54710)
Core Data
core-data: Fix nested property access with undefined name. (54790)
AccessibilityAccessibilityAccessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both “direct access” (i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility)
Block Library
Comments form: Accessibility fixes for back-end. (54393)
Updates Edit and Save code examples to have matching open/closing tags. (53915)
[Docs: Getting Started / Block Development Environment] Updates on the text to improve clarity and preciseness. (54563)
documentation – Contribution TriagetriageThe act of evaluating and sorting bug reports, in order to decide priority, severity, and other factors.: Formatted text and changed some titles and structure. (54258)
documentation [Block Editor Handbook / Getting Started / Block Development Environment]: Fix links. (54571)
Add missing global declaration in DocBlockdocblock(phpdoc, xref, inline docs) of interactivity files. (54683)
Block editor: Remove __unstableElementContext and filter EditorStyles instead. (52888)
Improving error messages and codes in jest-console, matcher.js. (53743)
Indicate nested paths on __experimentalSaveSpecifiedEntityEdits. (54161)
JSJSJavaScript, a web scripting language typically executed in the browser. Often used for advanced user interfaces and behaviors. unit tests: Update popover matcher. (54168)
Image Editor: Fix ESLint warnings and remove unnecessary dependencies. (53506)
Pattern Category: Set ‘publicly_queryable’ to false. (54567)
Post Terms: Fix a ‘useSelect’ warning in the ‘usePostTerms’ hook. (54068)
Interactivity API
Prepare image lightbox for private version of the Interactivity API in 6 4. (54547)
Remove gutenberg_should_block_use_interactivity_api and the old implementation of interactive blocks. (54297)
Search block: Switch interactivity to the Interactivity API. (53343)
Site Editor
Remove Tooltip workarounds added in the site and block editor. (54450)
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.: Remove ‘gutenberg’ query param from revisions.php. (54166)
Puppeteer tests: Try to fix failing tests related to notices in core. (54452)
Remove accidental addition of perf test results (2). (54363)
Remove accidental addition of perf test results. (54355)
Update WPCSWordPress Community SupportA public benefit corporation and a subsidiary of the WordPress Foundation, established in 2016. to v3.0, and fix all reported Coding Standards issues. (53866)
You must be logged in to post a comment.