Plugin Directory

Changeset 3397871


Ignore:
Timestamp:
11/18/2025 09:06:54 AM (4 months ago)
Author:
cookietractor
Message:

Version bump to 1.1.3

Location:
cookietractor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cookietractor/trunk/cookietractor.php

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

    r3397449 r3397871  
    44* Requires at least: 5.7
    55* Tested up to: 6.8
    6 * Stable tag: 1.1.2
     6* Stable tag: 1.1.3
    77* Requires PHP: 7.2
    88* License: GPLv2 or later
     
    9292
    9393**🤖 WP Consent API**
    94 Fully integrated with [WP Consent API](https://wordpress.org/plugins/wp-consent-api/) to standardizes the consent communication between WordPress Plugins.
     94Fully integrated with [WP Consent API](https://wordpress.org/plugins/wp-consent-api/) to standardize the consent communication between WordPress Plugins.
    9595
    9696Full installation guide available at: [cookietractor.com/setup-instructions](https://www.cookietractor.com/setup-instructions?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_directory)
     
    130130Here you can see the changes made in each release of the plugin.
    131131
     132### 1.1.3 ###
     133Updates to readme
     134
    132135### 1.1.2 ###
    133136Updates to the readme, include more files in release
  • cookietractor/trunk/src/startup.php

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