Plugin Directory

Changeset 1242248


Ignore:
Timestamp:
09/10/2015 09:04:38 AM (11 years ago)
Author:
manafactory
Message:

import/export tool

Location:
ginger/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • ginger/trunk/admin/ginger.admin.php

    r1204721 r1242248  
    1919
    2020if ($key=='ginger_banner'){
    21     if ($params["disable_cookie_button_status"]!='1'){
     21    if (isset($params["disable_cookie_button_status"]) && $params["disable_cookie_button_status"]!='1'){
    2222        $params["disable_cookie_button_status"]='0';
    2323
    2424    }
    25     if ($params["read_more_button_status"]!='1'){
     25    if (isset($params["read_more_button_status"]) && $params["read_more_button_status"]!='1'){
    2626        $params["read_more_button_status"]='0';
    2727    }
  • ginger/trunk/ginger-eu-cookie-law.php

    r1236110 r1242248  
    44Plugin URI: http://manafactory.it/
    55Description: Make your website compliant with EU Cookie Policy.
    6 Version: 2.3.2
     6Version: 2.3.3
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

    r1236111 r1242248  
    55Requires at least: 3.0.1
    66Tested up to: 4.3
    7 Stable tag: 2.3.2
     7Stable tag: 2.3.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 2.3.3 =
     97* Import/Export Tool
     98* notice fix
     99
    96100= 2.3.2 =
    97101* Doubleclick Adsense addon
Note: See TracChangeset for help on using the changeset viewer.