Skip to content
Snippets Groups Projects
Commit 2ee5c7da authored by Erick Hitter's avatar Erick Hitter
Browse files

Version 0.5

* Add additional rewrite rules for situations where verbose page rules are required. Fixes #1.
* Disable canonical redirect when print template is requested. Also fixes #1.
* Update is_print() method to use WordPress API.
* Correct translation string implementation.
* Update code to better conform to WordPress Coding Standards.
parent 91b4c462
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/wp-print-friendly/ ...@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/wp-print-friendly/
Tags: print, template, printer, printable Tags: print, template, printer, printable
Requires at least: 3.1 Requires at least: 3.1
Tested up to: 3.4 Tested up to: 3.4
Stable tag: 0.4.4.1 Stable tag: 0.5
Extends WordPress' template system to support printer-friendly templates. Works with permalink structures to support nice URLs. Extends WordPress' template system to support printer-friendly templates. Works with permalink structures to support nice URLs.
...@@ -57,6 +57,13 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an ...@@ -57,6 +57,13 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
== Changelog == == Changelog ==
= 0.5 =
* Add additional rewrite rules for situations where verbose page rules are required.
* Disable canonical redirect when print template is requested.
* Update is_print() method to use WordPress API.
* Correct translation string implementation.
* Update code to better conform to WordPress Coding Standards.
= 0.4.4.1 = = 0.4.4.1 =
* Remove unnecessary query_var filter. * Remove unnecessary query_var filter.
...@@ -119,6 +126,9 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an ...@@ -119,6 +126,9 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
== Upgrade Notice == == Upgrade Notice ==
= 0.5 =
Adds better support for sites that use verbose page rules, resolving situations where requests for print template redirect to the post.
= 0.4.4.1 = = 0.4.4.1 =
Removes unnecessary query_var filter. Removes unnecessary query_var filter.
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment