Extends WordPress' template system to support printer-friendly templates. Works with permalink structures to support nice URLs.
...
...
@@ -57,6 +57,9 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
== Changelog ==
= 0.5.2 =
* Revert change in is_print() method made in version 0.5 as it breaks the method when no page number is specified. See [https://github.com/ethitter/WP-Print-Friendly/issues/2](https://github.com/ethitter/WP-Print-Friendly/issues/2).
= 0.5.1 =
* Correct construction of query needed in situations where verbose page rules are required.
...
...
@@ -129,6 +132,9 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
== Upgrade Notice ==
= 0.5.2 =
Resolves a problem where requests for print templates redirect to the article.
= 0.5.1 =
Ensure that proper query string is built when verbose page rules are required.