Plugin Directory

Changeset 3275107


Ignore:
Timestamp:
04/16/2025 08:10:38 PM (12 months ago)
Author:
cookielegit
Message:

Update to version 1.1.4 from GitHub

Location:
cookielegit
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cookielegit/tags/1.1.4/CHANGELOG.md

    r3264152 r3275107  
    11# Changelog
     2
     3## [1.1.4](https://github.com/CookieLegit/cookielegit/compare/v1.1.3...v1.1.4) (2025-04-16)
     4
     5
     6### Bug Fixes
     7
     8* bump wordpress version to 6.8 ([#38](https://github.com/CookieLegit/cookielegit/issues/38)) ([1e74861](https://github.com/CookieLegit/cookielegit/commit/1e7486116ed3500a4d568665c76d2ea2076f7144))
    29
    310## [1.1.3](https://github.com/CookieLegit/cookielegit/compare/v1.1.2...v1.1.3) (2025-03-30)
  • cookielegit/tags/1.1.4/cookie-legit.php

    r3264152 r3275107  
    55 * Plugin Name: CookieLegit
    66 * Description: The last cookie manager you'll need
    7  * Version: 1.1.3
     7 * Version: 1.1.4
    88 * Author: CookieLegit
    99 * Author URI: https://cookielegit.site/
     
    1414 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1515 * Requires at least: 5.8
    16  * Tested up to: 6.7.2
     16 * Tested up to: 6.8
    1717 * Requires PHP: 8.0
    1818 */
     
    2424
    2525if (!defined('COOKIE_LEGIT_VERSION')) {
    26   define('COOKIE_LEGIT_VERSION', '1.1.3');
     26  define('COOKIE_LEGIT_VERSION', '1.1.4');
    2727}
    2828
  • cookielegit/tags/1.1.4/readme.txt

    r3264152 r3275107  
    44Tags: CMP, Cookies, Cookie banner, Consent Mode v2, GDPR
    55Requires at least: 5.8
    6 Tested up to: 6.7.2
    7 Stable tag: 1.1.3
     6Tested up to: 6.8
     7Stable tag: 1.1.4
    88Requires PHP: 8.0.0
    99License: GPLv3
     
    9090== Changelog ==
    9191
     92# 1.1.4
     93- Tested up to WordPress 6.8
     94
    9295# v1.1.3
    9396- [Google Tag] Update consent events so custom tags in Tag Manager won't be triggered twice
  • cookielegit/trunk/CHANGELOG.md

    r3264152 r3275107  
    11# Changelog
     2
     3## [1.1.4](https://github.com/CookieLegit/cookielegit/compare/v1.1.3...v1.1.4) (2025-04-16)
     4
     5
     6### Bug Fixes
     7
     8* bump wordpress version to 6.8 ([#38](https://github.com/CookieLegit/cookielegit/issues/38)) ([1e74861](https://github.com/CookieLegit/cookielegit/commit/1e7486116ed3500a4d568665c76d2ea2076f7144))
    29
    310## [1.1.3](https://github.com/CookieLegit/cookielegit/compare/v1.1.2...v1.1.3) (2025-03-30)
  • cookielegit/trunk/cookie-legit.php

    r3264152 r3275107  
    55 * Plugin Name: CookieLegit
    66 * Description: The last cookie manager you'll need
    7  * Version: 1.1.3
     7 * Version: 1.1.4
    88 * Author: CookieLegit
    99 * Author URI: https://cookielegit.site/
     
    1414 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1515 * Requires at least: 5.8
    16  * Tested up to: 6.7.2
     16 * Tested up to: 6.8
    1717 * Requires PHP: 8.0
    1818 */
     
    2424
    2525if (!defined('COOKIE_LEGIT_VERSION')) {
    26   define('COOKIE_LEGIT_VERSION', '1.1.3');
     26  define('COOKIE_LEGIT_VERSION', '1.1.4');
    2727}
    2828
  • cookielegit/trunk/readme.txt

    r3264152 r3275107  
    44Tags: CMP, Cookies, Cookie banner, Consent Mode v2, GDPR
    55Requires at least: 5.8
    6 Tested up to: 6.7.2
    7 Stable tag: 1.1.3
     6Tested up to: 6.8
     7Stable tag: 1.1.4
    88Requires PHP: 8.0.0
    99License: GPLv3
     
    9090== Changelog ==
    9191
     92# 1.1.4
     93- Tested up to WordPress 6.8
     94
    9295# v1.1.3
    9396- [Google Tag] Update consent events so custom tags in Tag Manager won't be triggered twice
Note: See TracChangeset for help on using the changeset viewer.