Version Description
- Fix PHP Notice
Download this release
Release Info
Developer | printfriendly |
Plugin | Print, PDF, Email by PrintFriendly |
Version | 5.2.0 |
Comparing to | |
See all releases |
Code changes from version 5.1.0 to 5.2.0
- pf.php +2 -2
- readme.txt +2 -2
pf.php
CHANGED
@@ -5,7 +5,7 @@
|
|
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: 5.
|
9 |
Author: Print, PDF, & Email by PrintFriendly
|
10 |
Author URI: http://www.printfriendly.com
|
11 |
Domain Path: /languages
|
@@ -41,7 +41,7 @@ if (! class_exists('PrintFriendly_WordPress')) {
|
|
41 |
*
|
42 |
* @var string
|
43 |
*/
|
44 |
-
var $plugin_version = '5.
|
45 |
/**
|
46 |
* The hook, used for text domain as well as hooks on pages and in get requests for admin.
|
47 |
*
|
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: 5.2.0
|
9 |
Author: Print, PDF, & Email by PrintFriendly
|
10 |
Author URI: http://www.printfriendly.com
|
11 |
Domain Path: /languages
|
41 |
*
|
42 |
* @var string
|
43 |
*/
|
44 |
+
var $plugin_version = '5.2.0';
|
45 |
/**
|
46 |
* The hook, used for text domain as well as hooks on pages and in get requests for admin.
|
47 |
*
|
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: 5.8
|
6 |
-
Stable tag: 5.
|
7 |
|
8 |
|
9 |
The #1 Print, PDF, Email button. Stylish, full featured, customizable. Add custom header, footer, and more.
|
@@ -144,7 +144,7 @@ You can [hide the Print, PDF, and Email button](https://support.printfriendly.co
|
|
144 |
|
145 |
== Changelog ==
|
146 |
|
147 |
-
= 5.
|
148 |
* Fix PHP Notice
|
149 |
|
150 |
= 5.1 =
|
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: 5.8
|
6 |
+
Stable tag: 5.2.0
|
7 |
|
8 |
|
9 |
The #1 Print, PDF, Email button. Stylish, full featured, customizable. Add custom header, footer, and more.
|
144 |
|
145 |
== Changelog ==
|
146 |
|
147 |
+
= 5.2.0 =
|
148 |
* Fix PHP Notice
|
149 |
|
150 |
= 5.1 =
|