Skip to content

Commit

Permalink
#217 Document the required PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Sep 6, 2017
1 parent 68be62f commit a5a331c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ GraphQL API for WordPress.
## Installing
Install and activate WPGraphQL like any WP Plugin, then <a href="https://lmgtfy.com/?q=wordpress+flush+permalinks" target="_blank">flush your permalinks</a>.

- Requires PHP 5.5+
- Requires WordPress 4.7+

## Overview
This plugin brings the power of GraphQL to WordPress.

Expand Down
13 changes: 13 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
=== WPGraphQL ===
Contributors: jasonbahl, ryankanner, chopinbach
Tags: GraphQL, API, HTTP, Remote, Query Language
Requires at least: 4.7.0
Tested up to: 4.8.1
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

=== Description ===

Adds a GraphQL API to WordPress which can be used inside WordPress or from external sources via a "/graphql" HTTP endpoint.

The plugin is maintained on Github: https://github.com/wp-graphql/wp-graphql
3 changes: 3 additions & 0 deletions wp-graphql.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* Domain Path: /languages/
* Requires at least: 4.7.0
* Tested up to: 4.7.1
* Requires PHP: 5.5
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
* @package WPGraphQL
* @category Core
Expand Down

0 comments on commit a5a331c

Please sign in to comment.