Skip to content

Commit

Permalink
Merge pull request #5 from abhijitrakas/feature/readme-txt
Browse files Browse the repository at this point in the history
Add WP readme text file
  • Loading branch information
abhijitrakas committed Feb 18, 2021
2 parents 7ca721a + 4dcccd7 commit 6737443
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# wp-graphql-plus
Few new features and Extending some WPGraphQL APIs for WordPress.
Some new features and extending some WPGraphQL APIs for WordPress.

## Install
- This plugin completely dependent on the `WPGraphQL` plugin. Make sure it's installed and activated.
Expand Down
41 changes: 41 additions & 0 deletions readme.txt
@@ -0,0 +1,41 @@
=== WP GraphQL Plus ===
Contributors: abhijitrakas
Donate link: #
Tags: GraphQL, WPGraphQL, WPGraphQLPlus, decoupled, headless cms
Requires at least: 5.0
Tested up to: 5.6.1
Stable tag: 0.0.1
Requires PHP: 7.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Some new features and extending some WPGraphQL APIs for WordPress.
Check https://github.com/abhijitrakas/wp-graphql-plus for more details.

== New GraphQL Fields ==

1. sidebars
2. userPosts

== Installation ==

1. Upload plugin through the 'Plugins -> Add New' menu in WordPress
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to WPGraphQL IDE and try it.

== Frequently Asked Questions ==

== Screenshots ==

1. sidebar
2. userPosts

== Changelog ==

== Upgrade Notice ==

== Arbitrary section ==

== A brief Markdown Example ==
2 changes: 1 addition & 1 deletion wp-graphql-plus.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP GraphQL Plus
* Plugin URI: https://github.com/abhijitrakas/wp-graphql-plus
* GitHub Plugin URI: https://github.com/abhijitrakas/wp-graphql-plus
* Description: Few new features and Extending some WPGraphQL APIs for WordPress.
* Description: Some new features and extending some WPGraphQL APIs for WordPress.
* Author: Abhijit Rakas
* Author URI: https://github.com/abhijitrakas
* Version: 0.0.1
Expand Down

0 comments on commit 6737443

Please sign in to comment.