Changeset 3406749
- Timestamp:
- 12/01/2025 11:13:04 AM (4 months ago)
- Location:
- cookietractor/trunk
- Files:
-
- 3 edited
-
cookietractor.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/startup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cookietractor/trunk/cookietractor.php
r3397871 r3406749 4 4 * Plugin URI: https://www.cookietractor.com/ 5 5 * Description: CookieTractor plugin for Wordpress 6 * Version: 1.1. 36 * Version: 1.1.4 7 7 * Author: cookietractor 8 8 * License: GPLv2 or later -
cookietractor/trunk/readme.txt
r3397871 r3406749 3 3 * Tags: cookie banner,cookie consent, GDPR, cookie policy, cmp 4 4 * Requires at least: 5.7 5 * Tested up to: 6. 86 * Stable tag: 1.1. 35 * Tested up to: 6.9 6 * Stable tag: 1.1.4 7 7 * Requires PHP: 7.2 8 8 * License: GPLv2 or later … … 130 130 Here you can see the changes made in each release of the plugin. 131 131 132 ### 1.1.4 ### 133 Tested on WordPress 6.9, updated "Tested up to" in readme. 134 132 135 ### 1.1.3 ### 133 136 Updates to readme -
cookietractor/trunk/src/startup.php
r3397871 r3406749 19 19 class CookieTractor { 20 20 21 const COOKIETRACTOR_PLUGIN_VERSION = "1.1. 3";21 const COOKIETRACTOR_PLUGIN_VERSION = "1.1.4"; 22 22 23 23 /** Inits the CookieTractor Wordpress Plugin */
Note: See TracChangeset
for help on using the changeset viewer.