From a6d1d2dd0b2e8932eeec746d91fdeeac0cf8504c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 23 Jun 2025 15:20:42 +0100 Subject: [PATCH] WordPress 4.1.42. --- package-lock.json | 2 +- package.json | 2 +- src/wp-admin/about.php | 22 +++++++++++++++++++++- src/wp-includes/version.php | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d64f8b40f793..423dbca162274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.1.41", + "version": "4.1.42", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec894fba11967..3aa6a7f9d1abf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.1.41", + "version": "4.1.42", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 4b3ebf0132d59..227870ab10242 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -42,7 +42,27 @@
-

+

+

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