Changeset 3397434
- Timestamp:
- 11/17/2025 05:16:28 PM (4 months ago)
- Location:
- cookietractor/trunk
- Files:
-
- 4 edited
-
assets/bundles/cookie-tractor.js (modified) (1 diff)
-
cookietractor.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
src/startup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cookietractor/trunk/assets/bundles/cookie-tractor.js
r3397420 r3397434 8 8 } 9 9 o(); 10 //# sourceMappingURL=cookie-tractor.js.map -
cookietractor/trunk/cookietractor.php
r3397420 r3397434 4 4 * Plugin URI: https://www.cookietractor.com/ 5 5 * Description: CookieTractor plugin for Wordpress 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: cookietractor 8 8 * License: GPLv2 or later -
cookietractor/trunk/readme.txt
r3397420 r3397434 4 4 * Requires at least: 5.7 5 5 * Tested up to: 6.8 6 * Stable tag: 1.1. 06 * Stable tag: 1.1.1 7 7 * Requires PHP: 7.2 8 8 * License: GPLv2 or later … … 91 91 🔌 Copy the code snippet into your WordPress site 92 92 93 **🤖 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. 95 93 96 Full installation guide available at: [cookietractor.com/setup-instructions](https://www.cookietractor.com/setup-instructions?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_directory) 94 97 … … 127 130 Here you can see the changes made in each release of the plugin. 128 131 132 ### 1.1.1 ### 133 Updates to the readme 134 129 135 ### 1.1.0 ### 130 136 Added 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 19 19 class CookieTractor { 20 20 21 const COOKIETRACTOR_PLUGIN_VERSION = "1.1. 0";21 const COOKIETRACTOR_PLUGIN_VERSION = "1.1.1"; 22 22 23 23 /** Inits the CookieTractor Wordpress Plugin */
Note: See TracChangeset
for help on using the changeset viewer.