You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
1. Install and activate the following required plugins, in your WordPress plugin directory:
13
13
14
14
-[woocommerce](https://wordpress.org/plugins/woocommerce) Ecommerce for WordPress.
15
-
-[wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes GraphQL for WordPress.
15
+
-[wp-graphql](https://wordpress.org/plugins/wp-graphql) Exposes GraphQL for WordPress.
16
16
-[wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds WooCommerce functionality to a WPGraphQL schema.
17
17
-[algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia. Required for search to work.
18
18
-[wp-graphql-cors](https://github.com/funkhaus/wp-graphql-cors) Ensures that CORS works correctly. Remember to add the domain to the store under `Extend "Access-Control-Allow-Origin” header`
@@ -24,8 +24,8 @@ Optional plugin:
24
24
The current release has been tested and is confirmed working with the following versions:
25
25
26
26
- WordPress version 5.5.3
27
-
- WooCommerce version 4.7.0
28
-
- WP GraphQL version 1.0.0
27
+
- WooCommerce version 4.8.0
28
+
- WP GraphQL version 1.0.3
29
29
- WooGraphQL version 0.6.1 (latest development version)
30
30
- WPGraphQL CORS version 1.1.0 (with introspection enabled)
0 commit comments