diff --git a/package-lock.json b/package-lock.json index 28b6c6eec8..eb46e3797e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.5.6", + "version": "5.5.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f3c51b510..a18dad9617 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.5.6", + "version": "5.5.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 0461165f82..f2bdf15d89 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -64,6 +64,26 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
+ Version %s addressed one security issue.' ), + '5.5.7' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.5.7' ) + ) + ); + ?> +