TylerBarnes / using-gatsby-source-wordpress-experimental

A starter for the upcoming gatsby-source-wordpress@v4
https://www.npmjs.com/package/gatsby-source-wordpress-experimental
MIT License
86 stars 29 forks source link

Update package and plugin version to latest #22

Closed duffn closed 4 years ago

duffn commented 4 years ago

This upgrades all of the package versions and WordPress plugin versions to latest.

Running through the getting started instructions in gatsby-source-wordpress-experimental (https://github.com/gatsbyjs/gatsby-source-wordpress-experimental/blob/master/docs/getting-started.md)results in an error as the version of the plugin here is out of date.

 gatsby-source-wordpress  Your remote version of WPGraphQL is not within the accepted range (>=0.10.3 <0.13.0).

    Download v >=0.10.3 <0.13.0 at https://github.com/wp-graphql/wp-graphql/releases

I've built this locally and it seems to work.

TylerBarnes commented 4 years ago

Thanks @duffn ! That old compatibility error was a bit confusing, glad you realized there's a later version of the source plugin 😅 I updated it recently so it mentions that you either have to update the source plugin or the WP plugins.

Thanks for doing this :D really appreciate it!