diff --git a/README.md b/README.md deleted file mode 100644 index 9c38d6e..0000000 --- a/README.md +++ /dev/null @@ -1,54 +0,0 @@ -# WP REST API Co-Author Plus Endpoints # -**Contributors:** mjacobsen4DFM - -**Tags:** json, rest, api, rest-api, wp-api, multi-author, coauthors - -**Requires at least:** WordPress 4.4, WP-API 2.0 beta 12, Co-Authors Plus 3.1.2 - -**Tested up to:** WordPress 4.5-alpha, and above versions of associated plugins - -**Stable tag:** still beta - -**License:** GPLv2 or later - -**License URI:** http://www.gnu.org/licenses/gpl-2.0.html - - - -## Description ## - -**WP REST API companion plugin for Co-Authors Plus endpoints.** - -This plugin utilizes WP-API to query for Co-Authors Plus data and add authors to a post via the author term. - - - -#### Reference -WP-API -http://v2.wp-api.org -https://wordpress.org/plugins/rest-api -https://github.com/WP-API/WP-API - -Co-Authors Plus -https://wordpress.org/plugins/co-authors-plus -https://github.com/Automattic/Co-Authors-Plus - - -##### To do: -* ~~Allow an array of co-author term IDs to be passed via JSON to attach multiple co-authors to a post.~~ -* Add functionality to use the co-author **author-posts** id to attach guest-authors to a post. -* Add functionality to use the co-author **author-users** id to attach guest-authors to a post. - -## Changelog ## - -### 0.0.1 (February 21, 2016) ### -* Initial release. - -### 0.0.2 (February 24, 2016) ### -* Co-Authors enhanced release. - -### 0.0.3 (February 25, 2016) ### -* Muti-author feature release. - -### 0.1.0 (March 02, 2016) ### -* Production Release candidate \ No newline at end of file diff --git a/wp-api-co-author-plus-endpoints.php b/wp-api-co-author-plus-endpoints.php index 005a19c..624e963 100644 --- a/wp-api-co-author-plus-endpoints.php +++ b/wp-api-co-author-plus-endpoints.php @@ -4,7 +4,7 @@ * Description: WP REST API companion plugin for Co-Authors Plus endpoints * Author: Michael Jacobsen * Author URI: https://mjacobsen4dfm.wordpress.com/ - * Version: 0.1.0 + * Version: 0.1.1 * Plugin URI: https://github.com/mjacobsen4DFM/wp-api-co-author-plus-endpoints * License: GPL2+ */