Plugin Directory

Changeset 3096170


Ignore:
Timestamp:
06/01/2024 09:47:41 PM (22 months ago)
Author:
davidemura
Message:

Update 1.1.4

Location:
dadi-cookie-consent-lite
Files:
77 added
5 edited

Legend:

Unmodified
Added
Removed
  • dadi-cookie-consent-lite/tags/1.1.2/inc/front/blocking.php

    r3096167 r3096170  
    221221
    222222    global $dadicc_options;
    223    
    224     var_dump($buffer);
    225223
    226224    /*
  • dadi-cookie-consent-lite/tags/1.1.3/inc/front/blocking.php

    r3096167 r3096170  
    221221
    222222    global $dadicc_options;
    223    
    224     var_dump($buffer);
    225223
    226224    /*
  • dadi-cookie-consent-lite/trunk/cookie-consent.php

    r3096166 r3096170  
    44Plugin URI: http://dcc.iljester.com/
    55Description: Consent system, based on cookies. It blocks scripts and iframes that can potentially generate profiling cookies
    6 Version: 1.1.3
     6Version: 1.1.4
    77Author: iljester
    88Author URI: https://www.iljester.com/portfolio/dadi-cookie-consent/
     
    5353    define( 'DADICC_PLUGIN_NAME', 'Dadi Cookie Consent Lite');
    5454    define( 'DADICC_PLUGIN_NAME_ABB', 'DCC Lite' );
    55     define( 'DADICC_VERSION', '1.1.3');
     55    define( 'DADICC_VERSION', '1.1.4');
    5656} else {
    5757    define( 'DADICC_PLUGIN_NAME', 'Dadi Cookie Consent');
  • dadi-cookie-consent-lite/trunk/inc/front/blocking.php

    r3096165 r3096170  
    221221
    222222    global $dadicc_options;
    223    
    224     var_dump($buffer);
    225223
    226224    /*
  • dadi-cookie-consent-lite/trunk/readme.txt

    r3096166 r3096170  
    44Requires at least: 4.8
    55Tested up to: 6.5.3
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.4
    77Requires PHP: 5.3
    88License: GPLv2 or later
     
    1212
    1313== Description ==
    14 Dadi Cookie Consent Lite simply helps website ammministrator to block cookies and potentially invasive content of user privacy, submitting the content to the prior consent, but it can not guarantee full compliance with the EU Cookie Law and GDPR. For this reason, constantly check that the website complies with the Eu and GDPR cookie law. It is a task of the website administrator to make these legal checks.
     14Dadi Cookie Consent Lite simply helps website ammministrator to block cookies and potentially invasive content of user privacy.
    1515
    1616= Lite Version =
     
    8080== Changelog ==
    8181
     82= 1.1.4 - 01/06/2024 =
     83* Fixed some bugs in blocking system
     84
    8285= 1.1.3 - 01/06/2024 =
    8386* Fixed some bugs in readme.txt
Note: See TracChangeset for help on using the changeset viewer.