Skip to content

Commit f072213

Browse files
bionicbrianbshaffer
authored andcommitted
Fix link to latest WordPress version (GoogleCloudPlatform#458)
1 parent b45beaa commit f072213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/wordpress/src/WordPressSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class WordPressSetup extends Command
2929
{
3030
const DEFAULT_DIR = 'my-wordpress-project';
3131
const DEFAULT_ERROR = 1;
32-
const LATEST_WP = 'https://wordpress.org/4.8.1.tar.gz';
32+
const LATEST_WP = 'https://wordpress.org/wordpress-4.8.2.tar.gz';
3333
const LATEST_BATCACHE =
3434
'https://downloads.wordpress.org/plugin/batcache.1.4.zip';
3535
const LATEST_MEMCACHED =

0 commit comments

Comments
 (0)