Skip to content

Commit 1bc350d

Browse files
authored
fixes wordpress rename and app.yaml (GoogleCloudPlatform#702)
1 parent 7ab8723 commit 1bc350d

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

appengine/php72/wordpress/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ext-zip": "*",
55
"paragonie/random_compat": "^1.3",
66
"symfony/console": "^3.0",
7-
"google/cloud-tools": "^0.8.4"
7+
"google/cloud-tools": "^0.8.5"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^5"

appengine/php72/wordpress/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/php72/wordpress/files/app.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,18 @@ handlers:
99
- url: /(.*\.(htm|html|css|js))
1010
static_files: \1
1111
upload: .*\.(htm|html|css|js)$
12-
application_readable: true
1312

1413
- url: /wp-content/(.*\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))
1514
static_files: wp-content/\1
1615
upload: wp-content/.*\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$
17-
application_readable: true
1816

1917
- url: /(.*\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))
2018
static_files: \1
2119
upload: .*\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$
22-
application_readable: true
2320

2421
- url: /wp-includes/images/media/(.*\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg))
2522
static_files: wp-includes/images/media/\1
2623
upload: wp-includes/images/media/.*\.(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$
27-
application_readable: true
2824

2925
- url: .*
3026
script: auto

0 commit comments

Comments
 (0)