Print, PDF, Email by PrintFriendly - Version 3.4.3

Version Description

Download this release

Release Info

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

Code changes from version 3.4.2 to 3.4.3

Files changed (2) hide show
  1. pf.php +2 -1
  2. readme.txt +1 -1
pf.php CHANGED
@@ -5,7 +5,7 @@ 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.4.2
9
  Author: Print Friendly
10
  Author URI: http://www.PrintFriendly.com
11
 
@@ -167,6 +167,7 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
167
  *
168
  **/
169
  function is_main_query_loop(){
 
170
  $is_main_query_loop = false;
171
  if( ! empty($GLOBALS['wp_the_query']->posts) ){
172
  foreach ($GLOBALS['wp_the_query']->posts as $query_post) {
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.4.3
9
  Author: Print Friendly
10
  Author URI: http://www.PrintFriendly.com
11
 
167
  *
168
  **/
169
  function is_main_query_loop(){
170
+ return true;
171
  $is_main_query_loop = false;
172
  if( ! empty($GLOBALS['wp_the_query']->posts) ){
173
  foreach ($GLOBALS['wp_the_query']->posts as $query_post) {
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: 4.3
6
- Stable tag: 3.4.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.
3
  Tags: print, pdf, printer, printing, printable, widget, plugin
4
  Requires at least: 2.8
5
  Tested up to: 4.3
6
+ Stable tag: 3.4.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.