Version Description
- Revert default print button show settings. Prevent easy override of print button text-decoration and border style properties.
Download this release
Release Info
| Developer | printfriendly |
| Plugin | |
| Version | 3.1.7 |
| Comparing to | |
| See all releases | |
Code changes from version 3.1.6 to 3.1.7
- pf.php +4 -5
- 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.6 - Adding PrintFriendly and PDF alignment style classes.
|
| 13 |
3.1.5 - Set button appearance in more flexible way. Remove styles that interfered with wordpress themes. Add shortcode for printfriendly button. Fix redirect to printfriendly.com link. Added custom css feature.
|
| 14 |
3.1.4 - Changed https url. Don't hide text change box when disabling css.
|
|
@@ -155,11 +156,12 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
|
|
| 155 |
div.printfriendly {
|
| 156 |
margin: <?php echo $this->options['margin_top'].'px '.$this->options['margin_right'].'px '.$this->options['margin_bottom'].'px '.$this->options['margin_left'].'px'; ?>;
|
| 157 |
}
|
| 158 |
-
.printfriendly a {
|
| 159 |
text-decoration: none;
|
| 160 |
font-size: <?php echo $this->options['text_size']; ?>px;
|
| 161 |
color: <?php echo $this->options['text_color']; ?>;
|
| 162 |
vertical-align: bottom;
|
|
|
|
| 163 |
}
|
| 164 |
|
| 165 |
.printfriendly a:hover {
|
|
@@ -443,9 +445,6 @@ if ( ! class_exists( 'PrintFriendly_WordPress' ) ) {
|
|
| 443 |
'margin_left' => '12',
|
| 444 |
'show_on_posts' => 'on',
|
| 445 |
'show_on_pages' => 'on',
|
| 446 |
-
'show_on_homepage' => 'on',
|
| 447 |
-
'show_on_categories' => 'on',
|
| 448 |
-
'show_on_taxonomies' => 'on',
|
| 449 |
'text_color' => '#6D9F00',
|
| 450 |
'text_size' => 14,
|
| 451 |
'logo' => 'favicon',
|
| 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.7
|
| 8 |
Author: Print Friendly
|
| 9 |
Author URI: http://www.PrintFriendly.com
|
| 10 |
|
| 11 |
Changelog :
|
| 12 |
+
3.1.7 - Revert default print button show settings. Prevent easy override of print button text-decoration and border style properties.
|
| 13 |
3.1.6 - Adding PrintFriendly and PDF alignment style classes.
|
| 14 |
3.1.5 - Set button appearance in more flexible way. Remove styles that interfered with wordpress themes. Add shortcode for printfriendly button. Fix redirect to printfriendly.com link. Added custom css feature.
|
| 15 |
3.1.4 - Changed https url. Don't hide text change box when disabling css.
|
| 156 |
div.printfriendly {
|
| 157 |
margin: <?php echo $this->options['margin_top'].'px '.$this->options['margin_right'].'px '.$this->options['margin_bottom'].'px '.$this->options['margin_left'].'px'; ?>;
|
| 158 |
}
|
| 159 |
+
div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {
|
| 160 |
text-decoration: none;
|
| 161 |
font-size: <?php echo $this->options['text_size']; ?>px;
|
| 162 |
color: <?php echo $this->options['text_color']; ?>;
|
| 163 |
vertical-align: bottom;
|
| 164 |
+
border: none;
|
| 165 |
}
|
| 166 |
|
| 167 |
.printfriendly a:hover {
|
| 445 |
'margin_left' => '12',
|
| 446 |
'show_on_posts' => 'on',
|
| 447 |
'show_on_pages' => 'on',
|
|
|
|
|
|
|
|
|
|
| 448 |
'text_color' => '#6D9F00',
|
| 449 |
'text_size' => 14,
|
| 450 |
'logo' => 'favicon',
|
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 |
|
|
@@ -98,6 +98,10 @@ If you have any other issues with the plugin or the PrintFriendly widget, please
|
|
| 98 |
|
| 99 |
== Changelog ==
|
| 100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
= 3.1.6 =
|
| 102 |
|
| 103 |
* Adding PrintFriendly and PDF alignment style classes.
|
| 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
|
| 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 |
|
| 98 |
|
| 99 |
== Changelog ==
|
| 100 |
|
| 101 |
+
= 3.1.7 =
|
| 102 |
+
|
| 103 |
+
* Revert default print button show settings. Prevent easy override of print button text-decoration and border style properties.
|
| 104 |
+
|
| 105 |
= 3.1.6 =
|
| 106 |
|
| 107 |
* Adding PrintFriendly and PDF alignment style classes.
|
