Changeset 3307651
- Timestamp:
- 06/06/2025 08:40:26 PM (9 months ago)
- Location:
- opt-out-for-google-analytics/trunk
- Files:
-
- 3 edited
-
constants.php (modified) (1 diff)
-
ga-opt-out.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
opt-out-for-google-analytics/trunk/constants.php
r3067782 r3307651 8 8 defined( 'GAOO_PLUGIN_URL' ) || define( 'GAOO_PLUGIN_URL', WP_PLUGIN_URL . DIRECTORY_SEPARATOR . GAOO_PLUGIN_NAME ); 9 9 defined( 'GAOO_PREFIX' ) || define( 'GAOO_PREFIX', '_gaoo_' ); 10 defined( 'GAOO_VERSION' ) || define( 'GAOO_VERSION', '2. 3' );10 defined( 'GAOO_VERSION' ) || define( 'GAOO_VERSION', '2.4' ); 11 11 defined( 'GAOO_SHORTCODE' ) || define( 'GAOO_SHORTCODE', '[ga_optout]' ); 12 12 defined( 'GAOO_CAPABILITY' ) || define( 'GAOO_CAPABILITY', 'manage_options' ); -
opt-out-for-google-analytics/trunk/ga-opt-out.php
r3067782 r3307651 4 4 * Plugin URI: https://www.schweizersolutions.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_uri 5 5 * Description: Adds the possibility for the user to opt out from Google Analytics. The user will not be tracked by Google Analytics on this site until he allows it again, clears his cookies or uses a different browser. 6 * Version: 2. 36 * Version: 2.4 7 7 * Author: Schweizer Solutions GmbH 8 8 * Author URI: https://www.schweizersolutions.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=author_uri -
opt-out-for-google-analytics/trunk/readme.txt
r3067782 r3307651 3 3 Tags: google analytics, opt-out, dsgvo, gdpr, analytics 4 4 Requires at least: 3.5 5 Tested up to: 6. 55 Tested up to: 6.8.1 6 6 Requires PHP: 7.0 7 Stable tag: 2. 37 Stable tag: 2.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 288 288 == Changelog == 289 289 290 = 2.4 = 291 * Updated: Support for WordPress 6.8.1 292 290 293 = 2.3 = 291 294 * Fixed: Analytify - Detection of whether IP anonymization is activated
Note: See TracChangeset
for help on using the changeset viewer.