Plugin Directory

Changeset 3091918


Ignore:
Timestamp:
05/24/2024 07:09:36 AM (22 months ago)
Author:
cookieyesdev
Message:

[Fix] - Minor bug fixes.

Location:
cookie-law-info
Files:
400 added
4 edited

Legend:

Unmodified
Added
Removed
  • cookie-law-info/trunk/cookie-law-info.php

    r3091465 r3091918  
    1717 * Plugin URI:        https://www.cookieyes.com/
    1818 * Description:       A simple way to show your website complies with the EU Cookie Law / GDPR.
    19  * Version:           3.2.3
     19 * Version:           3.2.4
    2020 * Author:            CookieYes
    2121 * Author URI:        https://www.cookieyes.com/
     
    4747}
    4848
    49 define( 'CLI_VERSION', '3.2.3' );
     49define( 'CLI_VERSION', '3.2.4' );
    5050define( 'CLI_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    5151define( 'CLI_PLUGIN_BASEPATH', plugin_dir_path( __FILE__ ) );
  • cookie-law-info/trunk/legacy/includes/class-cookie-law-info.php

    r3091465 r3091918  
    7474            $this->version = CLI_VERSION;
    7575        } else {
    76             $this->version = '3.2.3';
     76            $this->version = '3.2.4';
    7777        }
    7878        $this->plugin_name = 'cookie-law-info';
  • cookie-law-info/trunk/lite/includes/class-cli.php

    r3091465 r3091918  
    8787            $this->version = CLI_VERSION;
    8888        } else {
    89             $this->version = '3.2.3';
     89            $this->version = '3.2.4';
    9090        }
    9191        $this->plugin_name = 'cookie-law-info';
  • cookie-law-info/trunk/readme.txt

    r3091465 r3091918  
    11=== CookieYes - Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice) ===
    2 Contributors: cookieyesdev
     2Contributors: webtoffee, cookieyesdev
    33Donate link: https://www.cookieyes.com/
    44Tags: GDPR, CCPA, cookie notice, DSGVO, cookie consent, cookie banner, eu cookie law, cookieyes, eprivacy, gdpr consent
     
    66Tested up to: 6.5
    77Requires PHP: 5.6
    8 Stable tag: 3.2.3
     8Stable tag: 3.2.4
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    204204
    205205== Changelog ==
     206
     207= 3.2.4 =
     208
     209[Fix] - Minor bug fixes.
    206210
    207211= 3.2.3 =
     
    703707== Upgrade Notice ==
    704708
    705 = 3.2.3 =
    706 
    707 [Add] - An option to migrate to the new UI is added to the legacy UI.
     709= 3.2.4 =
     710
    708711[Fix] - Minor bug fixes.
Note: See TracChangeset for help on using the changeset viewer.