Version history
- 3.1.0
- [+] Dashboard widget for faster access to post and page creation from a template.
- 3.0.3
- [*] Small fix for WordPress 2.5 backwards compatibility.
- 3.0.2
- [+] Checked compatibility with WordPress 2.6.
- [*] Fixed a few bugs happening with the rich editor.
- 3.0.1
- [*] Corrected a small bug inserting back-slashes inside the template content and title after saving the modifications in the edition page.
- 3.0.0
- [+] Plugin refactored completly.
- [+] Improved the template management page.
- [+] Possibility to delete multiple templates at once.
- [+] Added a name for templates.
- [-] Removed post slug from the template fields.
- [*] Corrected the bug with tags no being saved.
- [*] Corrected the bug with timestamp of the post not being updated.
- [*] Corrected the activation bug.
- [*] Added some screenshots for the WordPress repository page.
- 2.1.3
- [*] Fixed a bug occuring on some servers when including the managepages.php and JSON.php files.
- 2.1.2
- [*] Fixed compatibility with Admin Menus plugin and the problem with the widget page.
- 2.1.1
- [*] Fixes the problem with the table creation at plugin activation.
- [*] Various fixes on the template creation links that did not work.
- 2.1.0
- [+] Compatible with WordPress 2.5
- [*] Fixed bug with post tags (Catchable fatal error: Object of class stdClass could not be converted to string in public_h(...)post-template.php on line 573)
- [+] Added a few features in the administration interface to use some of the new WordPress 2.5 features.
- 2.0.4
- [*] Fixed bug on making a post from a template (escape characters for the DB query, use POST for form instead of GET method).
- 2.0.3
- [*] Fixed bug in the template saving function (parent was not set).
- 2.0.2
- [+] Added the WP filters on the template titles in the template management page.
- [*] Fixed bug on old post template import (non editable templates).
- 2.0.1
- [+] Added option to allow the use of the rich editor in the template edit page.
- [*] Fixed bug on the category box in the edit page.
- [*] Fixed problem with simple editor being disabled by the plugin.
- [*] Fixed problem with the capabilities having a “dash” in their name.
- 2.0.0
- [+] Complete rewrite of the plugin to get rid of the clumsy dependance to the post table and enhance user friendliness.
- [+] Easily edit templates.
- [+] Import templates from previous Post Templates plugin versions (1.x).
- [+] Makes use of the plugin “Manage Pages Custom Columns” by Edward Dale
- [+] Makes use of the WordPress capabilities system to define permissions.
- [+] Improved plugin compatibility with future WP releases (less direct queries to WP database).
- 1.2.1
- [+] Compatible with WordPress 2.3.
- 1.2.0
- [+] Plugin is ready for internationalisation with PO files. As of now, it is available in English and French but I am looking for translators willing to translate a few sentences.
- 1.1.3
- [+] Compatible with WordPress 2.0.x and 2.1.x
- 1.1.0
- [+] Added the templates for static pages.
- [+] Added the “Templatize” button in the page and post edit pages.
- [+] Added display of the current version in the option page.