hlashbrooke / WordPress-Plugin-Template

A robust code template for creating a standards-compliant WordPress plugin.
https://hughlashbrooke.com/
GNU General Public License v2.0
1.03k stars 329 forks source link

#41 Added REST API support to custom post type and custom taxonomy #43

Closed misfist closed 8 years ago

misfist commented 8 years ago

PR to address issue #41.

hlashbrooke commented 8 years ago

This is great - thanks for adding it in.

Before I can merge, however, you need to remove the version bumping that you did. Those are purposefully left at v1.0.0 so that when using this template to create a new plugin, everything is set to v1 for an initial plugin release :)

It looks like you also committed the .diff file, so you can remove that as well.

Once that's all done then I'll merge this PR!

misfist commented 8 years ago

Makes sense. OK, I'll send a new PR now.