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

Version 0.5.2 readme update.

parent ae71e6a8
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/wp-print-friendly/
Tags: print, template, printer, printable
Requires at least: 3.1
Tested up to: 3.4
Stable tag: 0.5.1
Stable tag: 0.5.2
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.
......
......@@ -4,7 +4,7 @@ Plugin Name: WP Print Friendly
Plugin URI: http://www.thinkoomph.com/plugins-modules/wp-print-friendly/
Description: Extends WordPress' template system to support printer-friendly templates. Works with permalink structures to support nice URLs.
Author: Erick Hitter (Oomph, Inc.)
Version: 0.5.1
Version: 0.5.2
Author URI: http://www.thinkoomph.com/
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment