Plugin Directory

Changeset 1188013


Ignore:
Timestamp:
06/26/2015 08:58:44 AM (11 years ago)
Author:
matteobarale
Message:

Versione 1.1.4

Location:
ginger
Files:
42 added
3 edited

Legend:

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

    r1187606 r1188013  
    5454        $ginger_text = $option_ginger_bar['ginger_banner_text'];
    5555        $ginger_text = str_replace('</', '<\/', $ginger_text);
     56        $ginger_text = str_replace( array("\n", "\r"), "<br \/>", $ginger_text );
    5657        //Recupero privacy policy se presente
    5758        if(strpos($ginger_text, '{{privacy_page}}') !== false):
  • ginger/trunk/ginger-eu-cookie-law.php

    r1187597 r1188013  
    44Plugin URI: http://manafactory.it/
    55Description: Make your website compliant with EU Cookie Policy.
    6 Version: 1.1.3
     6Version: 1.1.4
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

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