Skip to content

Commit e110f57

Browse files
Takashi Matsuodpebot
authored andcommitted
Download the WordPress GCS plugin from wordpress.org (GoogleCloudPlatform#326)
* Download the WordPress GCS plugin from wordpress.org * Use WordPress gcs plugin 0.1.2
1 parent a52bb81 commit e110f57

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
@@ -37,7 +37,7 @@ class WordPressSetup extends Command
3737
const LATEST_GAE_WP =
3838
'https://downloads.wordpress.org/plugin/google-app-engine.1.6.zip';
3939
const LATEST_GCS_PLUGIN =
40-
'https://github.com/GoogleCloudPlatform/wordpress-plugins/releases/download/gcs-0.1/gcs-0.1.zip';
40+
'https://downloads.wordpress.org/plugin/gcs.0.1.2.zip';
4141

4242
const FLEXIBLE_ENV = 'Flexible Environment';
4343
const STANDARD_ENV = 'Standard Environment';

0 commit comments

Comments
 (0)