diff --git a/package-lock.json b/package-lock.json index 7c1d516aa0..697ece991f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.7.5", + "version": "5.7.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 399c101adf..f4620406d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.7.5", + "version": "5.7.6", "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 a53eaa829a..451a889f20 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -69,6 +69,27 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
+ Version %s addressed some security issues.' ), + '5.7.6' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.7.6' ) + ) + ); + ?> +
+