UNPKG

gatsby-source-wordpress

Version:

Source data from WordPress in an efficient and scalable way.

20 lines (19 loc) 925 B
"use strict"; exports.__esModule = true; exports.supportedWpPluginVersions = exports.genericDownloadMessage = void 0; // this doesn't indicate which versions actually work, // it indicates which versions we will actually support AND which versions work. const supportedWpPluginVersions = { WPGraphQL: { version: `>=1.1.2 <3.0.0`, reason: null }, WPGatsby: { version: `>=0.9.0 <3.0.0`, reason: null } }; exports.supportedWpPluginVersions = supportedWpPluginVersions; const genericDownloadMessage = `\n\n\tVisit https://github.com/wp-graphql/wp-graphql/releases and https://github.com/gatsbyjs/wp-gatsby/releases\n\tto download versions of WPGatsby and WPGraphL that satisfy these requirements.\n\n\tAlternatively you can find both of these plugins on the WordPress.org plugin repo.`; exports.genericDownloadMessage = genericDownloadMessage; //# sourceMappingURL=supported-remote-plugin-versions.js.map