Version Description
Download this release
Release Info
Developer | printfriendly |
Plugin | Print, PDF, Email by PrintFriendly |
Version | 2.1.4 |
Comparing to | |
See all releases |
Code changes from version 2.1.3 to 2.1.4
- pf.php +3 -4
- readme.txt +1 -1
pf.php
CHANGED
@@ -4,12 +4,13 @@
|
|
4 |
Plugin URI: http://www.printfriendly.com
|
5 |
Description: PrintFriendly & PDF optimizes your pages for print. Help your readers save paper and ink, plus enjoy your content in printed form. Website Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared. [<a href="options-general.php?page=printfriendly/pf.php">Settings</a>]
|
6 |
Developed by <a href="http://printfriendly.com" target="_blank">PrintFriendly</a>
|
7 |
-
Version: 2.1.
|
8 |
Author: Print Friendly
|
9 |
Author URI: http://www.PrintFriendly.com
|
10 |
|
11 |
Changelog :
|
12 |
-
|
|
|
13 |
2.1.2 - Improvements to Setting page layout and PrintFriendly button launching from post pages.
|
14 |
2.1.1 - Fixed admin settings bug.
|
15 |
2.1 - Update for mult-author websites. Improvements to Settings page.
|
@@ -196,8 +197,6 @@ function pf_margin_down($dir){
|
|
196 |
}
|
197 |
}
|
198 |
|
199 |
-
add_action('wp_head', 'pf_head');
|
200 |
-
|
201 |
// add button
|
202 |
function pf_show_link($content=false)
|
203 |
{
|
4 |
Plugin URI: http://www.printfriendly.com
|
5 |
Description: PrintFriendly & PDF optimizes your pages for print. Help your readers save paper and ink, plus enjoy your content in printed form. Website Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared. [<a href="options-general.php?page=printfriendly/pf.php">Settings</a>]
|
6 |
Developed by <a href="http://printfriendly.com" target="_blank">PrintFriendly</a>
|
7 |
+
Version: 2.1.4
|
8 |
Author: Print Friendly
|
9 |
Author URI: http://www.PrintFriendly.com
|
10 |
|
11 |
Changelog :
|
12 |
+
2.1.4 - wp head fix.
|
13 |
+
2.1.3 - Manual option for button placement. Security updates for multi-author sites.
|
14 |
2.1.2 - Improvements to Setting page layout and PrintFriendly button launching from post pages.
|
15 |
2.1.1 - Fixed admin settings bug.
|
16 |
2.1 - Update for mult-author websites. Improvements to Settings page.
|
197 |
}
|
198 |
}
|
199 |
|
|
|
|
|
200 |
// add button
|
201 |
function pf_show_link($content=false)
|
202 |
{
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: Print Friendly
|
3 |
Tags: print, pdf, printer, printing, printable, widget, plugin
|
4 |
Requires at least: 1.5
|
5 |
-
Stable tag: 2.1.
|
6 |
|
7 |
#1 Print and PDF button for your wp site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.
|
8 |
|
2 |
Contributors: Print Friendly
|
3 |
Tags: print, pdf, printer, printing, printable, widget, plugin
|
4 |
Requires at least: 1.5
|
5 |
+
Stable tag: 2.1.4
|
6 |
|
7 |
#1 Print and PDF button for your wp site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.
|
8 |
|