diff --git a/package-lock.json b/package-lock.json index fefba7a933..90d8605411 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "6.1.6", + "version": "6.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c89eada78f..8e66452263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "6.1.6", + "version": "6.1.7", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 2026fc14e1..1e0370bf3b 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -45,6 +45,25 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+

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