diff --git a/package-lock.json b/package-lock.json index 720ce2d668e74..930a49b50e43c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.3.17", + "version": "5.3.18", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -22405,4 +22405,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 0cdefa56d1a41..117a4b702bcdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.3.17", + "version": "5.3.18", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", @@ -152,4 +152,4 @@ "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit", "test:e2e": "node ./tests/e2e/run-tests.js" } -} \ No newline at end of file +} diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 3681c25473aca..94c245b5e3d62 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -51,6 +51,26 @@

+

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