From 07cdec5135f7daa3cef4722e917c518ae168a0d6 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 24 Jun 2024 16:21:34 +0000 Subject: [PATCH] WordPress 5.6.14. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@58512 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 4 ++-- package.json | 4 ++-- src/wp-admin/about.php | 20 ++++++++++++++++++++ src/wp-includes/version.php | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index efbce960431bd..fed016bb96bad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.6.13", + "version": "5.6.14", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -27204,4 +27204,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 01b7a1556cc44..e79f8177ed5c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.6.13", + "version": "5.6.14", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", @@ -171,4 +171,4 @@ "test:e2e": "node ./tests/e2e/run-tests.js", "wp-packages-update": "wp-scripts packages-update" } -} \ No newline at end of file +} diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 68cb11f9818d0..10df04208d142 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -74,6 +74,26 @@

+

+ Version %s addressed one security issue.' ), + '5.6.14' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.6.14' ) + ) + ); + ?> +