WordPress 6.7.1 RC1 is now available

WordPress 6.7.1 Release Candidate 1 (RC1) is available for testing! Some ways you can help test this minor release:

  • Use the WordPress Beta Tester pluginPlugin A 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
    • As this is a minor RCrelease candidate One 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). release, select the Point Release channel and the Nightlies stream. This is the latest build including the RC and potentially any subsequent commits in trunk.
  • Use WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ to test: wp core update https://wordpress.org/wordpress-6.7.1-RC1.zip
  • Directly download the Beta/RC version.

What’s in this release candidate?

6.7.1 RC1 is a fast-follow maintenance release with a strict focus on bugs introduced in WordPress 6.7. In total, this RC features fixes for 16 bugs throughout Core and the Block Editor.

The following coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. tickets from TracTrac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress. are fixed:

  • Customize: Slight side-scroll in sidebarSidebar A 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. (#62313)
  • Customize: CSSCSS Cascading Style Sheets. error in CustomizerCustomizer Tool 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. (#62335)
  • Editor: “Most Used” CategoryCategory The 'category' taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging. Tabs Not Synced with “All Categories” Tab in Classic Editor (#62440)
  • Editor: BlockBlock Block 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 converting new PNG uploads to JPEG with mangled backgrounds (#62447)
  • Editor: Fix uncategorized pattern browsing when pattern has no categories (GB-66945)
  • Editor: Fix TypeError when duplicating uncategorized theme patterns (GB-66889)
  • Editor: Prevent HEIC and HEIF files from always being uploaded on Safari (GB-67139)
  • HTMLHTML HyperText Markup Language. The semantic scripting language primarily used for outputting content in web browsers. APIAPI An 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.: serialize should include doctype when present (#62396)
  • i18ni18n Internationalization, 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.: Translationtranslation The process (or result) of changing text, words, and display formatting to support another language. Also see localization, internationalization. is not applied in load_theme_textdomain() function (#62337)
  • Interactivity API: Missing state properties and negation operator behave differently client/server (#62374)
  • Interactivity API: Remove redundant server state from Interactivity Router (#62465)
  • Login and Registration: Custom login logo CSS targets changed (#62410)
  • Media: Image editing in GD runs image stream functions multiple times (#62331)
  • Media: Auto-resizes reducing image sizes (#62413)
  • Menus: Untranslatable texts in adminadmin (and super admin) nav-menu.js (#62402)
  • Options, MetaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. APIs: Warning in wp_salt() since 6.7 (#62424)

What’s next?

Reminder: the dev-reviewed workflow (double committer sign-off) is required when making changes to the 6.7 branchbranch A directory in Subversion. WordPress uses branches to store the latest development code for each major release (3.9, 4.0, etc.). Branches are then updated with code for any minor releases of that branch. Sometimes, a major version of WordPress and its minor versions are collectively referred to as a "branch", such as "the 4.0 branch"..

The final release is expected on Thursday, November 21st, 2024. This date is subject to change if any issues with RC1 are discovered. Coordination will happen in the WordPress.orgWordPress.org The 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/ SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. #6-7-release-leads channel, and releases are always packaged and tested in #core.

A special thanks to everyone who reported issues, helped test, and helped create patches. The success of 6.7.1 depends on proper testing, so please lend a helping hand

Thanks to @davidbaumwald, @cbravobernal, @sabernhardt, and @sarthaknagoshe2002 for pre-publication review.

#6-7, #6-7-x, #minor-releases, #releases