Skip to content

Commit 04efd4b

Browse files
committed
update files
1 parent 5e0e195 commit 04efd4b

File tree

98 files changed

+8935
-3821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+8935
-3821
lines changed
Binary file not shown.
748 KB
Binary file not shown.
209 KB
Binary file not shown.
251 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
728 Bytes
Binary file not shown.
1.25 MB
Binary file not shown.

backend/wordpress/.htaccess

+9
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
33
# dynamically generated, and should only be modified via WordPress filters.
44
# Any changes to the directives between these markers will be overwritten.
5+
<IfModule mod_rewrite.c>
6+
RewriteEngine On
7+
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
8+
RewriteBase /
9+
RewriteRule ^index\.php$ - [L]
10+
RewriteCond %{REQUEST_FILENAME} !-f
11+
RewriteCond %{REQUEST_FILENAME} !-d
12+
RewriteRule . /index.php [L]
13+
</IfModule>
514

615
# END WordPress

backend/wordpress/composer.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"minimum-stability": "dev",
3-
"prefer-stable": true,
4-
"repositories": [
5-
{
6-
"type": "composer",
7-
"url": "https://wpackagist.org"
2+
"minimum-stability": "dev",
3+
"prefer-stable": true,
4+
"repositories": [
5+
{
6+
"type": "composer",
7+
"url": "https://wpackagist.org"
8+
}
9+
],
10+
"require": {
11+
"composer/installers": "~1.0",
12+
"imranhsayed/headless-cms": "^1.0",
13+
"wp-graphql/wp-graphql": "^1.1.2",
14+
"wp-graphql/wp-graphql-jwt-authentication": "0.4.0",
15+
"pristas-peter/wp-graphql-gutenberg": "0.3.7",
16+
"wpackagist-plugin/advanced-custom-fields": "5.9.1",
17+
"yoast/wordpress-seo": "^15.1",
18+
"ashhitch/wp-graphql-yoast-seo": "^4.5",
19+
"valu/wp-graphql-offset-pagination": "^0.2"
820
}
9-
],
10-
"require": {
11-
"composer/installers": "~1.0",
12-
"imranhsayed/headless-cms": "^1.0",
13-
"wp-graphql/wp-graphql": "^0.13.0",
14-
"pristas-peter/wp-graphql-gutenberg": "0.3.4",
15-
"pristas-peter/wp-graphql-gutenberg-acf": "0.3.0",
16-
"wpackagist-plugin/advanced-custom-fields": "5.9.1",
17-
"yoast/wordpress-seo": "^15.1",
18-
"ashhitch/wp-graphql-yoast-seo": "^4.5",
19-
"valu/wp-graphql-offset-pagination": "^0.2"
20-
}
2121
}

0 commit comments

Comments
 (0)