Plugin Directory

Changeset 1186402


Ignore:
Timestamp:
06/23/2015 06:35:45 PM (11 years ago)
Author:
matteobarale
Message:

Versione 1.1.2

Location:
ginger/trunk
Files:
3 edited

Legend:

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

    r1186180 r1186402  
    301301    endforeach;
    302302    // get the HTML string back
    303     $output = $doc->saveHTML($doc->documentElement);
     303    $output = $doc->saveHTML();
    304304    libxml_use_internal_errors(false);
    305305 return $output;
  • ginger/trunk/ginger-eu-cookie-law.php

    r1186180 r1186402  
    44Plugin URI: http://manafactory.it/
    55Description: Make your website compliant with EU Cookie Policy.
    6 Version: 1.1.1
     6Version: 1.1.2
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

    r1186202 r1186402  
    44Requires at least: 3.0.1
    55Tested up to: 4.2.2
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 1.1.2 =
     73* Bugfix
     74
    7275= 1.1.1 =
    7376* fix style banner
Note: See TracChangeset for help on using the changeset viewer.