Changeset 3275107
- Timestamp:
- 04/16/2025 08:10:38 PM (12 months ago)
- Location:
- cookielegit
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from cookielegit/trunk)
-
tags/1.1.4/CHANGELOG.md (modified) (1 diff)
-
tags/1.1.4/cookie-legit.php (modified) (3 diffs)
-
tags/1.1.4/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/cookie-legit.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookielegit/tags/1.1.4/CHANGELOG.md
r3264152 r3275107 1 1 # 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)) 2 9 3 10 ## [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 5 5 * Plugin Name: CookieLegit 6 6 * Description: The last cookie manager you'll need 7 * Version: 1.1. 37 * Version: 1.1.4 8 8 * Author: CookieLegit 9 9 * Author URI: https://cookielegit.site/ … … 14 14 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 15 15 * Requires at least: 5.8 16 * Tested up to: 6. 7.216 * Tested up to: 6.8 17 17 * Requires PHP: 8.0 18 18 */ … … 24 24 25 25 if (!defined('COOKIE_LEGIT_VERSION')) { 26 define('COOKIE_LEGIT_VERSION', '1.1. 3');26 define('COOKIE_LEGIT_VERSION', '1.1.4'); 27 27 } 28 28 -
cookielegit/tags/1.1.4/readme.txt
r3264152 r3275107 4 4 Tags: CMP, Cookies, Cookie banner, Consent Mode v2, GDPR 5 5 Requires at least: 5.8 6 Tested up to: 6. 7.27 Stable tag: 1.1. 36 Tested up to: 6.8 7 Stable tag: 1.1.4 8 8 Requires PHP: 8.0.0 9 9 License: GPLv3 … … 90 90 == Changelog == 91 91 92 # 1.1.4 93 - Tested up to WordPress 6.8 94 92 95 # v1.1.3 93 96 - [Google Tag] Update consent events so custom tags in Tag Manager won't be triggered twice -
cookielegit/trunk/CHANGELOG.md
r3264152 r3275107 1 1 # 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)) 2 9 3 10 ## [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 5 5 * Plugin Name: CookieLegit 6 6 * Description: The last cookie manager you'll need 7 * Version: 1.1. 37 * Version: 1.1.4 8 8 * Author: CookieLegit 9 9 * Author URI: https://cookielegit.site/ … … 14 14 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 15 15 * Requires at least: 5.8 16 * Tested up to: 6. 7.216 * Tested up to: 6.8 17 17 * Requires PHP: 8.0 18 18 */ … … 24 24 25 25 if (!defined('COOKIE_LEGIT_VERSION')) { 26 define('COOKIE_LEGIT_VERSION', '1.1. 3');26 define('COOKIE_LEGIT_VERSION', '1.1.4'); 27 27 } 28 28 -
cookielegit/trunk/readme.txt
r3264152 r3275107 4 4 Tags: CMP, Cookies, Cookie banner, Consent Mode v2, GDPR 5 5 Requires at least: 5.8 6 Tested up to: 6. 7.27 Stable tag: 1.1. 36 Tested up to: 6.8 7 Stable tag: 1.1.4 8 8 Requires PHP: 8.0.0 9 9 License: GPLv3 … … 90 90 == Changelog == 91 91 92 # 1.1.4 93 - Tested up to WordPress 6.8 94 92 95 # v1.1.3 93 96 - [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.