Plugin Directory

Changeset 1188101


Ignore:
Timestamp:
06/26/2015 11:52:49 AM (11 years ago)
Author:
matteobarale
Message:

Versione 1.1.6

Location:
ginger
Files:
42 added
5 edited

Legend:

Unmodified
Added
Removed
  • ginger/trunk/front/css/cookies-enabler-dialog.css

    r1186180 r1188101  
    130130
    131131.ginger_banner-wrapper {
    132     z-index: 9001;
     132    z-index: 99999998;
    133133    position: relative
    134134}
  • ginger/trunk/front/css/cookies-enabler.css

    r1186180 r1188101  
    160160
    161161 .ginger_banner-wrapper {
    162      z-index: 9001;
     162     z-index: 99999998;
    163163     position: relative
    164164 }
  • ginger/trunk/front/gingerfront.utils.php

    r1188046 r1188101  
    299299                $iframe->removeAttribute('src');
    300300                $iframe->setAttribute("data-ce-src", $src_iframe);
    301                 $iframe->setAttribute("class", "ginger-iframe");
     301                if($iframe->hasAttribute('class')):
     302                    $addclass = $iframe->getAttribute('class');
     303                else:
     304                    $addclass = '';
     305                endif;
     306                $iframe->setAttribute("class", "ginger-iframe " . $addclass);
    302307            endif;
    303308        endif;
  • ginger/trunk/ginger-eu-cookie-law.php

    r1188046 r1188101  
    44Plugin URI: http://manafactory.it/
    55Description: Make your website compliant with EU Cookie Policy.
    6 Version: 1.1.5
     6Version: 1.1.6
    77Author: Manafactory
    88Author URI: http://manafactory.it/
  • ginger/trunk/readme.txt

    r1188046 r1188101  
    44Requires at least: 3.0.1
    55Tested up to: 4.2.2
    6 Stable tag: 1.1.5
     6Stable tag: 1.1.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 1.1.6 =
     73* Get original class on iframe
     74* Bugfix on Css
     75
    7276= 1.1.5 =
    7377* Bugfix
Note: See TracChangeset for help on using the changeset viewer.