diff --git a/package-lock.json b/package-lock.json index 34d12a5fc0e8c..0e378b60395ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.8.7", + "version": "5.8.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ada9fc9138d4a..eddff67709c5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.8.7", + "version": "5.8.8", "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 112174be8c1d1..b4d5c330d7950 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -43,6 +43,26 @@

+

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