WordPress 6.8: The highlights you should know about

Tags: WordPress

WordPress 6.8
WordPress 6.8 is out! Learn more about the exciting features in this release, including the new Style Book and enhanced site design controls.

  • Release Date and Name: Launched on April 15, 2025, named "Cecil," focusing on enhanced design control, performance, and security.
  • Style Book for Classic Themes:
    • Now available for Classic themes with editor-styles or theme.json.
    • Accessible via Appearance > Design > Styles.
    • Displays design elements like colors, typography, and block styles for a comprehensive site design overview.
  • Speculative Loading:
    • Utilizes Speculation Rules API to prefetch/prerender pages based on user interactions, improving page transition speed.
    • Balances performance by selectively loading pages; customizable via plugins or code.
    • Supported only in newer browsers.
  • Design and Editing Enhancements:
    • Global Styles Panel: Updated for easier management of typography, colors, and layouts in the full site editor.
    • Image Blocks as Featured Images: Allows setting any image block as a featured image with one click, streamlining workflows.
    • Table Density Settings: New controls for adjusting table row and cell spacing, ideal for data-heavy content.
  • Under-the-Hood Improvements:
    • Security Boost with bcrypt: Replaces MD5-based password hashing with bcrypt for stronger password security, automatically applied.
    • Efficient Block Type Registration: New function simplifies registering multiple block types, reducing code repetition and bugs.
    • Internationalization: Localized PHPMailer error messages and plugin update notifications respect the admin’s language.
    • Accessibility: Over 100 fixes, including removal of redundant title attributes for better screen reader compatibility.
  • Overall Focus: Enhances user experience, performance, and security for developers and site managers.
  • Recommendation: Update to WordPress 6.8 to explore these features; refer to the official WordPress release post for more details.

Source

Let's get started!