Changeset 3125250
- Timestamp:
- 07/25/2024 12:17:20 PM (17 months ago)
- Location:
- printfriendly
- Files:
-
- 4 edited
- 1 copied
-
tags/5.5.5 (copied) (copied from printfriendly/trunk)
-
tags/5.5.5/pf.php (modified) (4 diffs)
-
tags/5.5.5/readme.txt (modified) (3 diffs)
-
trunk/pf.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
printfriendly/tags/5.5.5/pf.php
r2981212 r3125250 6 6 Description: PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email. 7 7 Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared. 8 Version: 5.5. 28 Version: 5.5.5 9 9 Author: Print, PDF, & Email by PrintFriendly 10 10 Author URI: https://www.printfriendly.com … … 41 41 * @var string 42 42 */ 43 var $plugin_version = '5.5. 2';43 var $plugin_version = '5.5.5'; 44 44 /** 45 45 * The hook, used for text domain as well as hooks on pages and in get requests for admin. … … 323 323 } 324 324 } 325 325 326 326 .pf-button-img { 327 327 border: none; 328 -webkit-box-shadow: none; 329 -moz-box-shadow: none; 330 box-shadow: none; 331 padding: 0; 328 -webkit-box-shadow: none; 329 -moz-box-shadow: none; 330 box-shadow: none; 331 padding: 0; 332 332 margin: 0; 333 display: inline; 333 display: inline; 334 334 vertical-align: middle; 335 335 } 336 336 337 337 img.pf-button-img + .pf-button-text { 338 338 margin-left: 6px; … … 522 522 _gaq.push(['_trackEvent','PRINTFRIENDLY', 'print', title]); 523 523 }else if(typeof(ga) === 'function') { 524 ga('send', 'event','PRINTFRIENDLY', 'print', title); 525 }else if(typeof(gtag) === 'function') { 524 ga('send', 'event','PRINTFRIENDLY', 'print', title); 525 }else if(typeof(gtag) === 'function') { 526 526 gtag('event', 'printfriendly_button_click', {'event_category': 'printfriendly', 'event_label': title}) 527 }else if(typeof(dataLayer) === 'object') { 527 }else if(typeof(dataLayer) === 'object') { 528 528 dataLayer.push({ 529 529 'event': 'printfriendly_button_click', -
printfriendly/tags/5.5.5/readme.txt
r2981284 r3125250 3 3 Tags: print, pdf, email, woocommerce print, woocommerce pdf, print plugin, print button, pdf plugin, pdf button 4 4 Requires at least: 4.9 5 Tested up to: 6. 36 Stable tag: 5.5. 45 Tested up to: 6.6 6 Stable tag: 5.5.5 7 7 8 8 … … 20 20 * PDF - clickable links and custom paper sizes (A4 or Letter). 21 21 * Reliable & Fast - Since 2009 we've optimized and improved. 22 * [Compatible](https://support.printfriendly.com/wordpress/social-share-compatibility/) with **social share plugins** like Social Snap, Social Pug, NovaShare, Shareaholic 22 * [Compatible](https://support.printfriendly.com/wordpress/social-share-compatibility/) with **social share plugins** like Social Snap, Social Pug, NovaShare, Shareaholic 23 23 24 24 **Benefits For Publishers** … … 145 145 == Changelog == 146 146 147 = 5.5.5 = 148 * Tested against 6.6 149 147 150 = 5.5.2 = 148 151 * Fixed custom button input -
printfriendly/trunk/pf.php
r2981212 r3125250 6 6 Description: PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email. 7 7 Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared. 8 Version: 5.5. 28 Version: 5.5.5 9 9 Author: Print, PDF, & Email by PrintFriendly 10 10 Author URI: https://www.printfriendly.com … … 41 41 * @var string 42 42 */ 43 var $plugin_version = '5.5. 2';43 var $plugin_version = '5.5.5'; 44 44 /** 45 45 * The hook, used for text domain as well as hooks on pages and in get requests for admin. … … 323 323 } 324 324 } 325 325 326 326 .pf-button-img { 327 327 border: none; 328 -webkit-box-shadow: none; 329 -moz-box-shadow: none; 330 box-shadow: none; 331 padding: 0; 328 -webkit-box-shadow: none; 329 -moz-box-shadow: none; 330 box-shadow: none; 331 padding: 0; 332 332 margin: 0; 333 display: inline; 333 display: inline; 334 334 vertical-align: middle; 335 335 } 336 336 337 337 img.pf-button-img + .pf-button-text { 338 338 margin-left: 6px; … … 522 522 _gaq.push(['_trackEvent','PRINTFRIENDLY', 'print', title]); 523 523 }else if(typeof(ga) === 'function') { 524 ga('send', 'event','PRINTFRIENDLY', 'print', title); 525 }else if(typeof(gtag) === 'function') { 524 ga('send', 'event','PRINTFRIENDLY', 'print', title); 525 }else if(typeof(gtag) === 'function') { 526 526 gtag('event', 'printfriendly_button_click', {'event_category': 'printfriendly', 'event_label': title}) 527 }else if(typeof(dataLayer) === 'object') { 527 }else if(typeof(dataLayer) === 'object') { 528 528 dataLayer.push({ 529 529 'event': 'printfriendly_button_click', -
printfriendly/trunk/readme.txt
r2981284 r3125250 3 3 Tags: print, pdf, email, woocommerce print, woocommerce pdf, print plugin, print button, pdf plugin, pdf button 4 4 Requires at least: 4.9 5 Tested up to: 6. 36 Stable tag: 5.5. 45 Tested up to: 6.6 6 Stable tag: 5.5.5 7 7 8 8 … … 20 20 * PDF - clickable links and custom paper sizes (A4 or Letter). 21 21 * Reliable & Fast - Since 2009 we've optimized and improved. 22 * [Compatible](https://support.printfriendly.com/wordpress/social-share-compatibility/) with **social share plugins** like Social Snap, Social Pug, NovaShare, Shareaholic 22 * [Compatible](https://support.printfriendly.com/wordpress/social-share-compatibility/) with **social share plugins** like Social Snap, Social Pug, NovaShare, Shareaholic 23 23 24 24 **Benefits For Publishers** … … 145 145 == Changelog == 146 146 147 = 5.5.5 = 148 * Tested against 6.6 149 147 150 = 5.5.2 = 148 151 * Fixed custom button input
Note: See TracChangeset
for help on using the changeset viewer.