diff --git a/package-lock.json b/package-lock.json index 2f4195c0f91e4..96a5de74f228b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.9.24", + "version": "4.9.25", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10304,4 +10304,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index ee9299b91095e..4f61d5f57d581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.9.24", + "version": "4.9.25", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", @@ -75,4 +75,4 @@ "env:pull": "node ./tools/local-env/scripts/docker.js pull", "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit" } -} +} \ No newline at end of file diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index a34b6b08836d0..83b73adb48791 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -33,6 +33,26 @@
+ Version %s addressed some security issues.' ), + '4.9.25' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.9.25' ) + ) + ); + ?> +