Print, PDF, Email by PrintFriendly - Version 3.3.6

Version Description

  • Fixed JS optimization Bug
Download this release

Release Info

Developer printfriendly
Plugin Icon 128x128 Print, PDF, Email by PrintFriendly
Version 3.3.6
Comparing to
See all releases

Code changes from version 3.3.5 to 3.3.6

Files changed (2) hide show
  1. pf.php +4 -4
  2. readme.txt +3 -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.5
9
  Author: Print Friendly
10
  Author URI: http://www.PrintFriendly.com
11
 
12
  Changelog :
 
13
  3.3.5 - Wordpress 3.8 support
14
  3.3.4 - Provided Algorithm Options
15
  3.3.3 - Using WP content hook for all Buttons
@@ -294,13 +295,12 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
294
  var pfDisablePrint = '<?php echo esc_js($this->options['print']); ?>';
295
  var pfCustomCSS = '<?php echo esc_js($this->options['custom_css_url']); ?>';
296
 
297
- // PrintFriendly
298
  var e = document.createElement('script'); e.type="text/javascript";
299
  if('https:' == document.location.protocol) {
300
- js='https://pf-cdn.printfriendly.com/ssl/main.js'
301
  }
302
  else{
303
- js='http://cdn.printfriendly.com/printfriendly.js'
304
  }
305
  e.src = js;
306
  document.getElementsByTagName('head')[0].appendChild(e);
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.6
9
  Author: Print Friendly
10
  Author URI: http://www.PrintFriendly.com
11
 
12
  Changelog :
13
+ 3.3.6 - Fixed JS optimization Bug
14
  3.3.5 - Wordpress 3.8 support
15
  3.3.4 - Provided Algorithm Options
16
  3.3.3 - Using WP content hook for all Buttons
295
  var pfDisablePrint = '<?php echo esc_js($this->options['print']); ?>';
296
  var pfCustomCSS = '<?php echo esc_js($this->options['custom_css_url']); ?>';
297
 
 
298
  var e = document.createElement('script'); e.type="text/javascript";
299
  if('https:' == document.location.protocol) {
300
+ js='https://pf-cdn.printfriendly.com/ssl/main.js';
301
  }
302
  else{
303
+ js='http://cdn.printfriendly.com/printfriendly.js';
304
  }
305
  e.src = js;
306
  document.getElementsByTagName('head')[0].appendChild(e);
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.8
6
- Stable tag: 3.3.5
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.
@@ -98,6 +98,8 @@ If you have any other issues with the plugin or the PrintFriendly widget, please
98
  3. Localization example: Spanish
99
 
100
  == Changelog ==
 
 
101
 
102
  = 3.3.5 =
103
  * Wordpress 3.8 support
3
  Tags: print, pdf, printer, printing, printable, widget, plugin
4
  Requires at least: 2.8
5
  Tested up to: 3.8
6
+ Stable tag: 3.3.6
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.
98
  3. Localization example: Spanish
99
 
100
  == Changelog ==
101
+ = 3.3.6 =
102
+ * Fixed JS optimization Bug
103
 
104
  = 3.3.5 =
105
  * Wordpress 3.8 support