Changeset 3397871
- Timestamp:
- 11/18/2025 09:06:54 AM (4 months ago)
- Location:
- cookietractor/trunk
- Files:
-
- 3 edited
-
cookietractor.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
src/startup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cookietractor/trunk/cookietractor.php
r3397449 r3397871 4 4 * Plugin URI: https://www.cookietractor.com/ 5 5 * Description: CookieTractor plugin for Wordpress 6 * Version: 1.1. 26 * Version: 1.1.3 7 7 * Author: cookietractor 8 8 * License: GPLv2 or later -
cookietractor/trunk/readme.txt
r3397449 r3397871 4 4 * Requires at least: 5.7 5 5 * Tested up to: 6.8 6 * Stable tag: 1.1. 26 * Stable tag: 1.1.3 7 7 * Requires PHP: 7.2 8 8 * License: GPLv2 or later … … 92 92 93 93 **🤖 WP Consent API** 94 Fully integrated with [WP Consent API](https://wordpress.org/plugins/wp-consent-api/) to standardize sthe consent communication between WordPress Plugins.94 Fully integrated with [WP Consent API](https://wordpress.org/plugins/wp-consent-api/) to standardize the consent communication between WordPress Plugins. 95 95 96 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) … … 130 130 Here you can see the changes made in each release of the plugin. 131 131 132 ### 1.1.3 ### 133 Updates to readme 134 132 135 ### 1.1.2 ### 133 136 Updates to the readme, include more files in release -
cookietractor/trunk/src/startup.php
r3397449 r3397871 19 19 class CookieTractor { 20 20 21 const COOKIETRACTOR_PLUGIN_VERSION = "1.1. 2";21 const COOKIETRACTOR_PLUGIN_VERSION = "1.1.3"; 22 22 23 23 /** Inits the CookieTractor Wordpress Plugin */
Note: See TracChangeset
for help on using the changeset viewer.