Skip to content

Commit

Permalink
Merge pull request #172 from w3bdesign/dev
Browse files Browse the repository at this point in the history
Update README with tested versions
  • Loading branch information
w3bdesign authored Dec 22, 2020
2 parents c7f8389 + 52a3ed7 commit 5e1afca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
1. Install and activate the following required plugins, in your WordPress plugin directory:

- [woocommerce](https://wordpress.org/plugins/woocommerce) Ecommerce for WordPress.
- [wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes GraphQL for WordPress.
- [wp-graphql](https://wordpress.org/plugins/wp-graphql) Exposes GraphQL for WordPress.
- [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds WooCommerce functionality to a WPGraphQL schema.
- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia. Required for search to work.
- [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`
Expand All @@ -24,8 +24,8 @@ Optional plugin:
The current release has been tested and is confirmed working with the following versions:

- WordPress version 5.5.3
- WooCommerce version 4.7.0
- WP GraphQL version 1.0.0
- WooCommerce version 4.8.0
- WP GraphQL version 1.0.3
- WooGraphQL version 0.6.1 (latest development version)
- WPGraphQL CORS version 1.1.0 (with introspection enabled)

Expand Down

1 comment on commit 5e1afca

@vercel
Copy link

@vercel vercel bot commented on 5e1afca Dec 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.