Skip to content

Commit ea41c12

Browse files
authored
Merge pull request #466 from wpengine/copilot/update-acf-version-in-examples
chore: Update ACF URLs to use latest release
2 parents 28fcd90 + b2d1884 commit ea41c12

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/next/apollo-client-filesystem-routing/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"phpVersion": "7.4",
33
"plugins": [
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
5-
"https://github.com/AdvancedCustomFields/acf/releases/download/6.4.2/advanced-custom-fields-6.4.2.zip",
5+
"https://github.com/AdvancedCustomFields/acf/releases/latest/download/advanced-custom-fields.zip",
66
"https://github.com/wp-graphql/wpgraphql-acf/releases/latest/download/wpgraphql-acf.zip"
77
],
88
"config": {

examples/next/client-app-router-fetch-data/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"plugins": [
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
55
"https://github.com/wp-graphql/wpgraphql-ide/releases/latest/download/wpgraphql-ide.zip",
6-
"https://github.com/AdvancedCustomFields/acf/releases/download/6.4.2/advanced-custom-fields-6.4.2.zip",
6+
"https://github.com/AdvancedCustomFields/acf/releases/latest/download/advanced-custom-fields.zip",
77
"https://github.com/wp-graphql/wpgraphql-acf/releases/latest/download/wpgraphql-acf.zip",
88
"https://github.com/wpengine/wp-graphql-content-blocks/releases/latest/download/wp-graphql-content-blocks.zip"
99
],

examples/next/client-multisite-app-router-fetch-data/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"plugins": [
55
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
66
"https://github.com/wp-graphql/wpgraphql-ide/releases/latest/download/wpgraphql-ide.zip",
7-
"https://github.com/AdvancedCustomFields/acf/releases/download/6.4.2/advanced-custom-fields-6.4.2.zip",
7+
"https://github.com/AdvancedCustomFields/acf/releases/latest/download/advanced-custom-fields.zip",
88
"https://github.com/wp-graphql/wpgraphql-acf/releases/latest/download/wpgraphql-acf.zip",
99
"https://github.com/wpengine/wp-graphql-content-blocks/releases/latest/download/wp-graphql-content-blocks.zip"
1010
],

examples/next/custom-sitemap-apollo/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"phpVersion": "7.4",
33
"plugins": [
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
5-
"https://github.com/AdvancedCustomFields/acf/releases/download/6.4.2/advanced-custom-fields-6.4.2.zip",
5+
"https://github.com/AdvancedCustomFields/acf/releases/latest/download/advanced-custom-fields.zip",
66
"https://github.com/wp-graphql/wpgraphql-acf/releases/latest/download/wpgraphql-acf.zip",
77
"./wp-env/plugins/hwpt-wpgraphql-sitemap"
88
],

examples/next/custom-sitemap-vanilla-wpgraphql/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"phpVersion": "7.4",
33
"plugins": [
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
5-
"https://github.com/AdvancedCustomFields/acf/releases/download/6.4.2/advanced-custom-fields-6.4.2.zip",
5+
"https://github.com/AdvancedCustomFields/acf/releases/latest/download/advanced-custom-fields.zip",
66
"https://github.com/wp-graphql/wpgraphql-acf/releases/latest/download/wpgraphql-acf.zip"
77
],
88
"config": {

examples/next/hybrid-sitemap-apollo/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"phpVersion": "7.4",
33
"plugins": [
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
5-
"https://github.com/AdvancedCustomFields/acf/releases/download/6.4.2/advanced-custom-fields-6.4.2.zip",
5+
"https://github.com/AdvancedCustomFields/acf/releases/latest/download/advanced-custom-fields.zip",
66
"https://github.com/wp-graphql/wpgraphql-acf/releases/latest/download/wpgraphql-acf.zip"
77
],
88
"config": {

examples/next/proxied-sitemap-apollo/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"phpVersion": "7.4",
33
"plugins": [
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
5-
"https://github.com/AdvancedCustomFields/acf/releases/download/6.4.2/advanced-custom-fields-6.4.2.zip",
5+
"https://github.com/AdvancedCustomFields/acf/releases/latest/download/advanced-custom-fields.zip",
66
"https://github.com/wp-graphql/wpgraphql-acf/releases/latest/download/wpgraphql-acf.zip",
77
"./wp-env/plugins/custom-sitemap-url-adjustment"
88
],

plugins/hwp-previews/examples/hwp-preview-wpgraphql/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"phpVersion": "7.4",
33
"plugins": [
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
5-
"https://github.com/AdvancedCustomFields/acf/releases/download/6.4.2/advanced-custom-fields-6.4.2.zip",
5+
"https://github.com/AdvancedCustomFields/acf/releases/latest/download/advanced-custom-fields.zip",
66
"https://github.com/wp-graphql/wpgraphql-acf/releases/latest/download/wpgraphql-acf.zip",
77
"../../"
88
],

0 commit comments

Comments
 (0)