Plugin Directory

Changeset 1194234


Ignore:
Timestamp:
07/07/2015 04:12:56 PM (11 years ago)
Author:
matteobarale
Message:

Versione 1.2.2

Location:
ginger
Files:
42 added
3 edited

Legend:

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

    r1191303 r1194234  
    261261        'www.google-analytics.com/analytics.js',
    262262        'google-analytics.com/ga.js',
    263         'maps.googleapis.com',
     263        'new google.maps.',
     264        '_getTracker',
    264265        'disqus.com',
    265266    );
     
    268269        'addthis.com'
    269270    );
    270 
    271     do_action('ginger_add_scripts');
    272271
    273272    $ginger_iframe_tags = array(
     
    281280    );
    282281    do_action('ginger_add_iframe');
    283 
     282    if(strpos($output, '<html') === false):
     283        return $output;
     284    elseif(strpos($output, '<html') > 200 ):
     285        return $output;
     286    endif;
    284287    libxml_use_internal_errors(true);
    285288    $doc = new DOMDocument();
  • ginger/trunk/ginger-eu-cookie-law.php

    r1191303 r1194234  
    44Plugin URI: http://manafactory.it/
    55Description: Make your website compliant with EU Cookie Policy.
    6 Version: 1.2.1
     6Version: 1.2.2
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

    r1191303 r1194234  
    44Requires at least: 3.0.1
    55Tested up to: 4.2.2
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272== Changelog ==
    7373
     74= 1.2.2 =
     75* Google Maps Fix
     76* Control json Page
     77
    7478= 1.2.1 =
    7579* Style Bugfix
Note: See TracChangeset for help on using the changeset viewer.