Version Description
Download this release
Release Info
Developer | printfriendly |
Plugin | Print, PDF, Email by PrintFriendly |
Version | 3.3.2 |
Comparing to | |
See all releases |
Code changes from version 3.3.1 to 3.3.2
- pf.php +3 -2
- readme.txt +4 -1
pf.php
CHANGED
@@ -5,11 +5,12 @@ Plugin Name: Print Friendly and PDF
|
|
5 |
Plugin URI: http://www.printfriendly.com
|
6 |
Description: PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email.
|
7 |
Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared.
|
8 |
-
Version: 3.3.
|
9 |
Author: Print Friendly
|
10 |
Author URI: http://www.PrintFriendly.com
|
11 |
|
12 |
Changelog :
|
|
|
13 |
3.3.1 - SSL support issue.
|
14 |
3.3.0 - Printfriendly custom commands support and PF Algo V6 release.
|
15 |
3.2.10 - Fixed Bug.
|
@@ -157,7 +158,7 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
|
|
157 |
*
|
158 |
**/
|
159 |
function use_wp_content_hook() {
|
160 |
-
return $this->options['button_type'] == 'button-print-blu20.png';
|
161 |
}
|
162 |
|
163 |
/**
|
5 |
Plugin URI: http://www.printfriendly.com
|
6 |
Description: PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email.
|
7 |
Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared.
|
8 |
+
Version: 3.3.2
|
9 |
Author: Print Friendly
|
10 |
Author URI: http://www.PrintFriendly.com
|
11 |
|
12 |
Changelog :
|
13 |
+
3.3.2 - Algorithm update
|
14 |
3.3.1 - SSL support issue.
|
15 |
3.3.0 - Printfriendly custom commands support and PF Algo V6 release.
|
16 |
3.2.10 - Fixed Bug.
|
158 |
*
|
159 |
**/
|
160 |
function use_wp_content_hook() {
|
161 |
+
return (($this->options['button_type'] == 'button-print-blu20.png') || ($this->options['button_type'] == "pf-button-both.gif") || ($this->options['button_type'] == "pf-button-big.gif"));
|
162 |
}
|
163 |
|
164 |
/**
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: printfriendly,joostdevalk, jrf
|
|
3 |
Tags: print, pdf, printer, printing, printable, widget, plugin
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.6
|
6 |
-
Stable tag: 3.3.
|
7 |
|
8 |
|
9 |
The #1 Print and PDF button for your WordPress site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.
|
@@ -99,6 +99,9 @@ If you have any other issues with the plugin or the PrintFriendly widget, please
|
|
99 |
|
100 |
== Changelog ==
|
101 |
|
|
|
|
|
|
|
102 |
= 3.3.1 =
|
103 |
* SSL Support bug fixes.
|
104 |
|
3 |
Tags: print, pdf, printer, printing, printable, widget, plugin
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.6
|
6 |
+
Stable tag: 3.3.2
|
7 |
|
8 |
|
9 |
The #1 Print and PDF button for your WordPress site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.
|
99 |
|
100 |
== Changelog ==
|
101 |
|
102 |
+
= 3.3.2=
|
103 |
+
* Algorithm Update
|
104 |
+
|
105 |
= 3.3.1 =
|
106 |
* SSL Support bug fixes.
|
107 |
|