Plugin Directory

Changeset 1251172


Ignore:
Timestamp:
09/22/2015 12:58:34 PM (11 years ago)
Author:
manafactory
Message:

add support for sharethis.com

Location:
ginger/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ginger/trunk/front/gingerfront.core.php

    r1204721 r1251172  
    128128    $ginger_script_tags = apply_filters('ginger_script_tags', $ginger_script_tags);
    129129       $ginger_script_async_tags = array(
    130         'addthis.com'
     130        'addthis.com',
     131        'sharethis.com'
    131132    );
    132133    $ginger_script_async_tags = apply_filters('ginger_script_async_tags', $ginger_script_async_tags);
  • ginger/trunk/ginger-eu-cookie-law.php

    r1250355 r1251172  
    44Plugin URI: http://manafactory.it/
    55Description: Make your website compliant with EU Cookie Policy.
    6 Version: 2.3.4
     6Version: 2.3.5
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

    r1250355 r1251172  
    55Requires at least: 3.0.1
    66Tested up to: 4.3
    7 Stable tag: 2.3.4
     7Stable tag: 2.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 2.3.5 =
     97* Added sharethis cookies
     98
    9699= 2.3.4 =
    97100* Fixed bug disable button
Note: See TracChangeset for help on using the changeset viewer.