Print, PDF, Email by PrintFriendly - Version 3.3.3

Version Description

  • Using WP content hook for all Buttons
Download this release

Release Info

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

Code changes from version 3.3.2 to 3.3.3

Files changed (2) hide show
  1. pf.php +3 -4
  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.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.
@@ -129,9 +130,7 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
129
  add_filter( 'the_excerpt', array( &$this, 'show_link' ) );
130
  }
131
 
132
- if ($this->use_wp_content_hook()) {
133
- add_action('the_content', array(&$this, 'add_pf_content_class_around_content_hook'));
134
- }
135
 
136
  if ( is_admin() ) {
137
  // Hook into init for registration of the option and the language files
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.3
9
  Author: Print Friendly
10
  Author URI: http://www.PrintFriendly.com
11
 
12
  Changelog :
13
+ 3.3.3 - Using WP content hook for all Buttons
14
  3.3.2 - Algorithm update
15
  3.3.1 - SSL support issue.
16
  3.3.0 - Printfriendly custom commands support and PF Algo V6 release.
130
  add_filter( 'the_excerpt', array( &$this, 'show_link' ) );
131
  }
132
 
133
+ add_action('the_content', array(&$this, 'add_pf_content_class_around_content_hook'));
 
 
134
 
135
  if ( is_admin() ) {
136
  // Hook into init for registration of the option and the language files
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.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,6 +99,9 @@ If you have any other issues with the plugin or the PrintFriendly widget, please
99
 
100
  == Changelog ==
101
 
 
 
 
102
  = 3.3.2=
103
  * Algorithm Update
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.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
 
100
  == Changelog ==
101
 
102
+ = 3.3.3 =
103
+ * Using WP content hook for all Buttons
104
+
105
  = 3.3.2=
106
  * Algorithm Update
107