Plugin Directory

Changeset 3397449


Ignore:
Timestamp:
11/17/2025 05:29:39 PM (4 months ago)
Author:
cookietractor
Message:

Version bump to 1.1.2

Location:
cookietractor/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • cookietractor/trunk/cookietractor.php

    r3397434 r3397449  
    44* Plugin URI: https://www.cookietractor.com/
    55* Description: CookieTractor plugin for Wordpress
    6 * Version: 1.1.1
     6* Version: 1.1.2
    77* Author: cookietractor
    88* License: GPLv2 or later
  • cookietractor/trunk/readme.txt

    r3397434 r3397449  
    44* Requires at least: 5.7
    55* Tested up to: 6.8
    6 * Stable tag: 1.1.1
     6* Stable tag: 1.1.2
    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.2 ###
     133Updates to the readme, include more files in release
     134
    132135### 1.1.1 ###
    133136Updates to the readme
  • cookietractor/trunk/src/startup.php

    r3397434 r3397449  
    1919class CookieTractor {
    2020
    21     const COOKIETRACTOR_PLUGIN_VERSION = "1.1.1";
     21    const COOKIETRACTOR_PLUGIN_VERSION = "1.1.2";
    2222
    2323    /** Inits the CookieTractor Wordpress Plugin */
Note: See TracChangeset for help on using the changeset viewer.