We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45beaa commit f072213Copy full SHA for f072213
appengine/wordpress/src/WordPressSetup.php
@@ -29,7 +29,7 @@ class WordPressSetup extends Command
29
{
30
const DEFAULT_DIR = 'my-wordpress-project';
31
const DEFAULT_ERROR = 1;
32
- const LATEST_WP = 'https://wordpress.org/4.8.1.tar.gz';
+ const LATEST_WP = 'https://wordpress.org/wordpress-4.8.2.tar.gz';
33
const LATEST_BATCACHE =
34
'https://downloads.wordpress.org/plugin/batcache.1.4.zip';
35
const LATEST_MEMCACHED =
0 commit comments