Print, PDF, Email by PrintFriendly - Version 5.2.5

Version Description

  • Use defer instead of async while loading script for reliable parsing of options
Download this release

Release Info

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

Code changes from version 5.2.4 to 5.2.5

Files changed (2) hide show
  1. pf.php +3 -3
  2. readme.txt +4 -1
pf.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin URI: https://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: 5.2.4
9
  Author: Print, PDF, & Email by PrintFriendly
10
  Author URI: https://www.printfriendly.com
11
  Domain Path: /languages
@@ -40,7 +40,7 @@ if (! class_exists('PrintFriendly_WordPress')) {
40
  *
41
  * @var string
42
  */
43
- var $plugin_version = '5.2.4';
44
  /**
45
  * The hook, used for text domain as well as hooks on pages and in get requests for admin.
46
  *
@@ -374,7 +374,7 @@ if (! class_exists('PrintFriendly_WordPress')) {
374
  });
375
  })(jQuery);
376
  </script>
377
- <script async src='https://cdn.printfriendly.com/printfriendly.js'></script>
378
  <?php
379
  }
380
 
5
  Plugin URI: https://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: 5.2.5
9
  Author: Print, PDF, & Email by PrintFriendly
10
  Author URI: https://www.printfriendly.com
11
  Domain Path: /languages
40
  *
41
  * @var string
42
  */
43
+ var $plugin_version = '5.2.5';
44
  /**
45
  * The hook, used for text domain as well as hooks on pages and in get requests for admin.
46
  *
374
  });
375
  })(jQuery);
376
  </script>
377
+ <script defer src='https://cdn.printfriendly.com/printfriendly.js'></script>
378
  <?php
379
  }
380
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: printfriendly, joostdevalk, jrf, rozroz
3
  Tags: print, pdf, email, woocommerce print, woocommerce pdf, print plugin, print button, pdf plugin, pdf button
4
  Requires at least: 4.9
5
  Tested up to: 6.0
6
- Stable tag: 5.2.4
7
 
8
 
9
  The #1 Print, PDF, Email button. Stylish, full featured, customizable. Add custom header, footer, and more.
@@ -141,6 +141,9 @@ Use the option in the Plugin settings. [See how](https://support.printfriendly.c
141
 
142
  == Changelog ==
143
 
 
 
 
144
  = 5.2.4 =
145
  * Fix documentation links
146
 
3
  Tags: print, pdf, email, woocommerce print, woocommerce pdf, print plugin, print button, pdf plugin, pdf button
4
  Requires at least: 4.9
5
  Tested up to: 6.0
6
+ Stable tag: 5.2.5
7
 
8
 
9
  The #1 Print, PDF, Email button. Stylish, full featured, customizable. Add custom header, footer, and more.
141
 
142
  == Changelog ==
143
 
144
+ = 5.2.5 =
145
+ * Use defer instead of async while loading script for reliable parsing of options
146
+
147
  = 5.2.4 =
148
  * Fix documentation links
149