Version Description
Download this release
Release Info
Developer | printfriendly |
Plugin | Print, PDF, Email by PrintFriendly |
Version | 3.1.9 |
Comparing to | |
See all releases |
Code changes from version 3.1.8 to 3.1.9
- pf.php +4 -2
- readme.txt +5 -1
pf.php
CHANGED
@@ -4,11 +4,12 @@ Plugin Name: Print Friendly and PDF
|
|
4 |
Plugin URI: http://www.printfriendly.com
|
5 |
Description: PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email.
|
6 |
Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared.
|
7 |
-
Version: 3.1.
|
8 |
Author: Print Friendly
|
9 |
Author URI: http://www.PrintFriendly.com
|
10 |
|
11 |
Changelog :
|
|
|
12 |
3.1.8 - Add printfriendly options to allow/not allow print, pdf, email from the Printfriendly and PDF dialog.
|
13 |
3.1.7 - Revert default print button show settings. Prevent easy override of print button text-decoration and border style properties.
|
14 |
3.1.6 - Adding PrintFriendly and PDF alignment style classes.
|
@@ -164,7 +165,7 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
|
|
164 |
vertical-align: bottom;
|
165 |
border: none;
|
166 |
}
|
167 |
-
|
168 |
.printfriendly a:hover {
|
169 |
cursor: pointer;
|
170 |
}
|
@@ -173,6 +174,7 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
|
|
173 |
border: none;
|
174 |
padding:0;
|
175 |
margin-right: 6px;
|
|
|
176 |
box-shadow: none;
|
177 |
-webkit-box-shadow: none;
|
178 |
-moz-box-shadow: none;
|
4 |
Plugin URI: http://www.printfriendly.com
|
5 |
Description: PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email.
|
6 |
Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared.
|
7 |
+
Version: 3.1.9
|
8 |
Author: Print Friendly
|
9 |
Author URI: http://www.PrintFriendly.com
|
10 |
|
11 |
Changelog :
|
12 |
+
3.1.9 - Minor css detail.
|
13 |
3.1.8 - Add printfriendly options to allow/not allow print, pdf, email from the Printfriendly and PDF dialog.
|
14 |
3.1.7 - Revert default print button show settings. Prevent easy override of print button text-decoration and border style properties.
|
15 |
3.1.6 - Adding PrintFriendly and PDF alignment style classes.
|
165 |
vertical-align: bottom;
|
166 |
border: none;
|
167 |
}
|
168 |
+
|
169 |
.printfriendly a:hover {
|
170 |
cursor: pointer;
|
171 |
}
|
174 |
border: none;
|
175 |
padding:0;
|
176 |
margin-right: 6px;
|
177 |
+
display:inline-block;
|
178 |
box-shadow: none;
|
179 |
-webkit-box-shadow: none;
|
180 |
-moz-box-shadow: none;
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: printfriendly,joostdevalk
|
|
3 |
Tags: print, pdf, printer, printing, printable, widget, plugin
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.5
|
6 |
-
Stable tag: 3.1.
|
7 |
|
8 |
The #1 Print and PDF button for your WordPress site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.
|
9 |
|
@@ -100,6 +100,10 @@ If you have any other issues with the plugin or the PrintFriendly widget, please
|
|
100 |
|
101 |
= 3.1.8 =
|
102 |
|
|
|
|
|
|
|
|
|
103 |
* Add printfriendly options to allow/not allow print, pdf, email from the Printfriendly and PDF dialog.
|
104 |
|
105 |
= 3.1.7 =
|
3 |
Tags: print, pdf, printer, printing, printable, widget, plugin
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.5
|
6 |
+
Stable tag: 3.1.9
|
7 |
|
8 |
The #1 Print and PDF button for your WordPress site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.
|
9 |
|
100 |
|
101 |
= 3.1.8 =
|
102 |
|
103 |
+
* Minor css detail.
|
104 |
+
|
105 |
+
= 3.1.8 =
|
106 |
+
|
107 |
* Add printfriendly options to allow/not allow print, pdf, email from the Printfriendly and PDF dialog.
|
108 |
|
109 |
= 3.1.7 =
|