Plugin Directory

Changeset 3406749


Ignore:
Timestamp:
12/01/2025 11:13:04 AM (4 months ago)
Author:
cookietractor
Message:

Version bump to 1.1.4

Location:
cookietractor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cookietractor/trunk/cookietractor.php

    r3397871 r3406749  
    44* Plugin URI: https://www.cookietractor.com/
    55* Description: CookieTractor plugin for Wordpress
    6 * Version: 1.1.3
     6* Version: 1.1.4
    77* Author: cookietractor
    88* License: GPLv2 or later
  • cookietractor/trunk/readme.txt

    r3397871 r3406749  
    33* Tags: cookie banner,cookie consent, GDPR, cookie policy, cmp
    44* Requires at least: 5.7
    5 * Tested up to: 6.8
    6 * Stable tag: 1.1.3
     5* Tested up to: 6.9
     6* Stable tag: 1.1.4
    77* Requires PHP: 7.2
    88* License: GPLv2 or later
     
    130130Here you can see the changes made in each release of the plugin.
    131131
     132### 1.1.4 ###
     133Tested on WordPress 6.9, updated "Tested up to" in readme.
     134
    132135### 1.1.3 ###
    133136Updates to readme
  • cookietractor/trunk/src/startup.php

    r3397871 r3406749  
    1919class CookieTractor {
    2020
    21     const COOKIETRACTOR_PLUGIN_VERSION = "1.1.3";
     21    const COOKIETRACTOR_PLUGIN_VERSION = "1.1.4";
    2222
    2323    /** Inits the CookieTractor Wordpress Plugin */
Note: See TracChangeset for help on using the changeset viewer.