diff --git a/package-lock.json b/package-lock.json index 846b7d0b3c799..415cffbc31177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.5.29", + "version": "4.5.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15eccfa7d0efb..6f50c19a3d281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.5.29", + "version": "4.5.30", "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 0e8c6bc1c41aa..d6651101d726c 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -40,6 +40,26 @@

+

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