Plugin Directory

Changeset 3307651


Ignore:
Timestamp:
06/06/2025 08:40:26 PM (9 months ago)
Author:
schweizersolutions
Message:

2.4

Location:
opt-out-for-google-analytics/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • opt-out-for-google-analytics/trunk/constants.php

    r3067782 r3307651  
    88    defined( 'GAOO_PLUGIN_URL' ) || define( 'GAOO_PLUGIN_URL', WP_PLUGIN_URL . DIRECTORY_SEPARATOR . GAOO_PLUGIN_NAME );
    99    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' );
    1111    defined( 'GAOO_SHORTCODE' ) || define( 'GAOO_SHORTCODE', '[ga_optout]' );
    1212    defined( 'GAOO_CAPABILITY' ) || define( 'GAOO_CAPABILITY', 'manage_options' );
  • opt-out-for-google-analytics/trunk/ga-opt-out.php

    r3067782 r3307651  
    44     * Plugin URI: https://www.schweizersolutions.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=plugin_uri
    55     * 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.3
     6     * Version: 2.4
    77     * Author: Schweizer Solutions GmbH
    88     * 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  
    33Tags: google analytics, opt-out, dsgvo, gdpr, analytics
    44Requires at least: 3.5
    5 Tested up to: 6.5
     5Tested up to: 6.8.1
    66Requires PHP: 7.0
    7 Stable tag: 2.3
     7Stable tag: 2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    288288== Changelog ==
    289289
     290= 2.4 =
     291* Updated: Support for WordPress 6.8.1
     292
    290293= 2.3 =
    291294* Fixed: Analytify - Detection of whether IP anonymization is activated
Note: See TracChangeset for help on using the changeset viewer.