From 36a45bff15296be944ad22293ac08ba7b71660ae Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 24 Jun 2024 16:33:08 +0000 Subject: [PATCH] WordPress 4.7.29. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@58521 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 3d7bec2144a56..d4d58bdecb16d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.28", + "version": "4.7.29", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8307,4 +8307,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index f2884223acb6d..ad19dbbcb1aa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.28", + "version": "4.7.29", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", @@ -66,4 +66,4 @@ "env:pull": "node ./tools/local-env/scripts/docker.js pull", "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit" } -} \ No newline at end of file +} diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 4999b3937dd44..a6e5f8535e45c 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -45,6 +45,26 @@

+

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