From 4ce0ca219f4862bb125662bab6cd5cfb61a4c26d Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 19 Mar 2024 14:50:22 -0600 Subject: [PATCH] full WP 6.5 release note --- .../releasenotes/2024-03-26-wordpress-6-5.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 source/releasenotes/2024-03-26-wordpress-6-5.md diff --git a/source/releasenotes/2024-03-26-wordpress-6-5.md b/source/releasenotes/2024-03-26-wordpress-6-5.md new file mode 100644 index 0000000000..12e6004e69 --- /dev/null +++ b/source/releasenotes/2024-03-26-wordpress-6-5.md @@ -0,0 +1,31 @@ +--- +title: WordPress 6.5 (release name) Release +published_date: "2024-03-26" +categories: [wordpress] +--- + +The latest version of WordPress, [6.5 (release name)](), became available on Pantheon as of March 26, 2024. + +

Highlights

+ +Font Library + +* WordPress 6.5 introduces the new [Font Library](https://make.wordpress.org/core/2024/03/14/new-feature-font-library/). This feature allows you to upload fonts to your WordPress site or install any of the fonts available from Google's font library. +* For more information, refer to our [documentation](/guides/wordpress-configurations/wordpress-font-library). + +Interactivity API + +* WordPress 6.5 also adds a new [Interactivity API](https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/). This API establishes a standardized way to add interactive elements to Gutenberg blocks. + +Performant Translations + +* A [new localization system](https://make.wordpress.org/core/2024/02/27/i18n-improvements-6-5-performant-translations/) has been introduced in WordPress 6.5 to improve the performance of translations. This system uses a new file format, `.l10n.php`, to store translations in addition to the standard `.mo` and `.po` files you may already be familiar with. When `.l10n.php` files exist, they are loaded instead, providing significant performance improvements and using less memory. +* For more information about Performant Translations on Pantheon and how to generate `.l10n.php` files if they do not exist, see our [Performant Translations guide](/guides/wordpress-developer/performant-translations). + +Plugin Dependencies + +* WordPress plugins can now have _dependencies_ on other plugins. This allows plugin authors to specify that their plugin requires another plugin to be installed and activated in order to work properly. A new `Requires Plugins` Plugin Header has been introduced to require other plugins to be installed and activated before the current plugin can be activated and prevent plugins that are dependent upon other plugins to be deactivated accidentally. For more information, see the [Plugin Dependencies](https://make.wordpress.org/core/2024/03/05/introducing-plugin-dependencies-in-wordpress-6-5/) dev note. + +...And More + +* For full details about WordPress 6.5, see the [release notes](https://wordpress.org/news/2024/03/wordpress-6-5-release/) or the [WordPress 6.5 Field Guide](https://make.wordpress.org/core/2024/03/15/wordpress-6-5-field-guide/). \ No newline at end of file