Version Description
- Fixed Bug in Google Analytics generation
Download this release
Release Info
Developer | printfriendly |
Plugin | Print, PDF, Email by PrintFriendly |
Version | 3.2.10 |
Comparing to | |
See all releases |
Code changes from version 3.2.9 to 3.2.10
- pf.php +3 -2
- readme.txt +6 -3
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.2.
|
9 |
Author: Print Friendly
|
10 |
Author URI: http://www.PrintFriendly.com
|
11 |
|
12 |
Changelog :
|
|
|
13 |
3.2.9 - Added Support for Google Analytics
|
14 |
3.2.8 - Algorithm Update
|
15 |
3.2.7 - Removed Break tag from button code.
|
@@ -302,7 +303,7 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
|
|
302 |
$analytics_code = "";
|
303 |
$onclick = 'onclick="window.print(); return false;"';
|
304 |
$title_var = "NULL";
|
305 |
-
$analytics_code = "if(typeof(_gaq) != 'undefined') { _gaq.push(['_trackEvent','PRINTFRIENDLY', 'print', '".$
|
306 |
|
307 |
if($this->google_analytics_enabled()) {
|
308 |
$onclick = 'onclick="window.print();'.$analytics_code.' return false;"';
|
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.2.10
|
9 |
Author: Print Friendly
|
10 |
Author URI: http://www.PrintFriendly.com
|
11 |
|
12 |
Changelog :
|
13 |
+
3.2.10 - Fixed Bug.
|
14 |
3.2.9 - Added Support for Google Analytics
|
15 |
3.2.8 - Algorithm Update
|
16 |
3.2.7 - Removed Break tag from button code.
|
303 |
$analytics_code = "";
|
304 |
$onclick = 'onclick="window.print(); return false;"';
|
305 |
$title_var = "NULL";
|
306 |
+
$analytics_code = "if(typeof(_gaq) != 'undefined') { _gaq.push(['_trackEvent','PRINTFRIENDLY', 'print', '".$title_var."']);}";
|
307 |
|
308 |
if($this->google_analytics_enabled()) {
|
309 |
$onclick = 'onclick="window.print();'.$analytics_code.' return false;"';
|
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.5.2
|
6 |
-
Stable tag: 3.2.
|
7 |
|
8 |
The #1 Print and PDF button for your WordPress site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.
|
9 |
|
@@ -97,10 +97,13 @@ If you have any other issues with the plugin or the PrintFriendly widget, please
|
|
97 |
3. Localization example: Spanish
|
98 |
|
99 |
== Changelog ==
|
100 |
-
= 3.2.
|
|
|
|
|
|
|
101 |
* Enabled support for Google Analytics
|
102 |
|
103 |
-
= 3.2.8
|
104 |
* Algorithm Update
|
105 |
|
106 |
= 3.2.7 =
|
3 |
Tags: print, pdf, printer, printing, printable, widget, plugin
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.5.2
|
6 |
+
Stable tag: 3.2.10
|
7 |
|
8 |
The #1 Print and PDF button for your WordPress site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.
|
9 |
|
97 |
3. Localization example: Spanish
|
98 |
|
99 |
== Changelog ==
|
100 |
+
= 3.2.10 =
|
101 |
+
* Fixed Bug in Google Analytics generation
|
102 |
+
|
103 |
+
= 3.2.9 =
|
104 |
* Enabled support for Google Analytics
|
105 |
|
106 |
+
= 3.2.8 =
|
107 |
* Algorithm Update
|
108 |
|
109 |
= 3.2.7 =
|