💦 FULL SET: Changeset/ - Uncensored 2025

Changeset 3125250


Ignore:
Timestamp:
07/25/2024 12:17:20 PM (17 months ago)
Author:
printfriendly
Message:

Update to version 5.5.5 from GitHub

Location:
printfriendly
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • printfriendly/tags/5.5.5/pf.php

    r2981212 r3125250  
    66    Description: PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email.
    77    Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared.
    8     Version: 5.5.2
     8    Version: 5.5.5
    99    Author: Print, PDF, & Email by PrintFriendly
    1010    Author URI: https://www.printfriendly.com
     
    4141         * @var string
    4242         */
    43         var $plugin_version = '5.5.2';
     43        var $plugin_version = '5.5.5';
    4444        /**
    4545         * The hook, used for text domain as well as hooks on pages and in get requests for admin.
     
    323323                    }
    324324                }
    325                
     325
    326326                .pf-button-img {
    327327                    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;
    332332                    margin: 0;
    333                     display: inline; 
     333                    display: inline;
    334334                    vertical-align: middle;
    335335                }
    336              
     336
    337337                img.pf-button-img + .pf-button-text {
    338338                    margin-left: 6px;
     
    522522                            _gaq.push(['_trackEvent','PRINTFRIENDLY', 'print', title]);
    523523                        }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') {
    526526                            gtag('event', 'printfriendly_button_click', {'event_category': 'printfriendly', 'event_label': title})
    527                         }else if(typeof(dataLayer) === 'object') { 
     527                        }else if(typeof(dataLayer) === 'object') {
    528528                            dataLayer.push({
    529529                                'event': 'printfriendly_button_click',
  • printfriendly/tags/5.5.5/readme.txt

    r2981284 r3125250  
    33Tags: print, pdf, email, woocommerce print, woocommerce pdf, print plugin, print button, pdf plugin, pdf button
    44Requires at least: 4.9
    5 Tested up to: 6.3
    6 Stable tag: 5.5.4
     5Tested up to: 6.6
     6Stable tag: 5.5.5
    77
    88
     
    2020* PDF - clickable links and custom paper sizes (A4 or Letter).
    2121* 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
    2323
    2424**Benefits For Publishers**
     
    145145== Changelog ==
    146146
     147= 5.5.5 =
     148* Tested against 6.6
     149
    147150= 5.5.2 =
    148151* Fixed custom button input
  • printfriendly/trunk/pf.php

    r2981212 r3125250  
    66    Description: PrintFriendly & PDF button for your website. Optimizes your pages and brand for print, pdf, and email.
    77    Name and URL are included to ensure repeat visitors and new visitors when printed versions are shared.
    8     Version: 5.5.2
     8    Version: 5.5.5
    99    Author: Print, PDF, & Email by PrintFriendly
    1010    Author URI: https://www.printfriendly.com
     
    4141         * @var string
    4242         */
    43         var $plugin_version = '5.5.2';
     43        var $plugin_version = '5.5.5';
    4444        /**
    4545         * The hook, used for text domain as well as hooks on pages and in get requests for admin.
     
    323323                    }
    324324                }
    325                
     325
    326326                .pf-button-img {
    327327                    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;
    332332                    margin: 0;
    333                     display: inline; 
     333                    display: inline;
    334334                    vertical-align: middle;
    335335                }
    336              
     336
    337337                img.pf-button-img + .pf-button-text {
    338338                    margin-left: 6px;
     
    522522                            _gaq.push(['_trackEvent','PRINTFRIENDLY', 'print', title]);
    523523                        }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') {
    526526                            gtag('event', 'printfriendly_button_click', {'event_category': 'printfriendly', 'event_label': title})
    527                         }else if(typeof(dataLayer) === 'object') { 
     527                        }else if(typeof(dataLayer) === 'object') {
    528528                            dataLayer.push({
    529529                                'event': 'printfriendly_button_click',
  • printfriendly/trunk/readme.txt

    r2981284 r3125250  
    33Tags: print, pdf, email, woocommerce print, woocommerce pdf, print plugin, print button, pdf plugin, pdf button
    44Requires at least: 4.9
    5 Tested up to: 6.3
    6 Stable tag: 5.5.4
     5Tested up to: 6.6
     6Stable tag: 5.5.5
    77
    88
     
    2020* PDF - clickable links and custom paper sizes (A4 or Letter).
    2121* 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
    2323
    2424**Benefits For Publishers**
     
    145145== Changelog ==
    146146
     147= 5.5.5 =
     148* Tested against 6.6
     149
    147150= 5.5.2 =
    148151* Fixed custom button input
Note: See TracChangeset for help on using the changeset viewer.