Plugin Directory

Changeset 3397434


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

Version bump to 1.1.1

Location:
cookietractor/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cookietractor/trunk/assets/bundles/cookie-tractor.js

    r3397420 r3397434  
    88}
    99o();
    10 //# sourceMappingURL=cookie-tractor.js.map
  • cookietractor/trunk/cookietractor.php

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

    r3397420 r3397434  
    44* Requires at least: 5.7
    55* Tested up to: 6.8
    6 * Stable tag: 1.1.0
     6* Stable tag: 1.1.1
    77* Requires PHP: 7.2
    88* License: GPLv2 or later
     
    9191🔌 Copy the code snippet into your WordPress site
    9292
     93**🤖 WP Consent API**
     94Fully integrated with [WP Consent API](https://wordpress.org/plugins/wp-consent-api/) to standardizes the consent communication between WordPress Plugins.
     95
    9396Full installation guide available at: [cookietractor.com/setup-instructions](https://www.cookietractor.com/setup-instructions?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_directory)
    9497
     
    127130Here you can see the changes made in each release of the plugin.
    128131
     132### 1.1.1 ###
     133Updates to the readme
     134
    129135### 1.1.0 ###
    130136Added support for [WP Consent API](https://wordpress.org/plugins/wp-consent-api). Just install `WP Consent API` into your website to activate the integration.
  • cookietractor/trunk/src/startup.php

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