Skip to content

Commit a25b17a

Browse files
JamesVanWazaTakashi Matsuo
authored and
Takashi Matsuo
committed
Changed to Latest instead of Version Number (GoogleCloudPlatform#492)
* Changed to Latest instead of Version Number * Updated to latest.tar.gz
1 parent f62ea45 commit a25b17a

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/wordpress-4.8.2.tar.gz';
32+
const LATEST_WP = 'https://wordpress.org/latest.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)