Tom McFarlin
Tom McFarlin
> After activating the plugin, whenever I try to change a 'page' post types page template, it always reverts and saves as the 'default template'.
Currently removing it for `1.3.0` development, but want to add support back for it before tagging it for final release.
Bringing some of the code up to the WordPress coding standards requires nonce verification in some of the functions for `1.3.0`.
Anytime work is going to be done _after_ `1.3.0`, it should be done off of the `develop` branch (though this branch should not be created until after `1.3.0` is released).
Make sure the change log follows conventions as laid out on [Keep a Changelog](http://keepachangelog.com/en/0.3.0/).
> Now that WordPress 4.7 supports page templates for all post types, any thoughts on expanding it to add page template columns to those screens as well? See [this comment](https://tommcfarlin.com/view-wordpress-page-templates/#comment-899172).
> I love this plugin. However, it seems that the Yoast plugin has an issue with an undefined variable $template_name in class-page-template-dashboard.php @ line 160. For more information, see [this...
See [this tweet](https://twitter.com/bradyvercher/status/337608454321627136).
See [this commit](http://tommcfarlin.com/markdown-code-for-wordpress/#comments).
Consider revising the regular expression for matching tokens. See [this comment](http://tommcfarlin.com/markdown-code-for-wordpress/#comment-179585) on the announcement post.