Plugin Directory

Changeset 3118528


Ignore:
Timestamp:
07/15/2024 04:01:37 PM (21 months ago)
Author:
webkinder
Message:

Update to version 1.11.3 from GitHub

Location:
wk-google-analytics
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wk-google-analytics/tags/1.11.3/readme.txt

    r3054437 r3118528  
    11=== Google Analytics and Google Tag Manager ===
    22Contributors: WEBKINDER
    3 Tags: google analytics, tracking code, analytics, anonymization, anonymize, anonymizeIp, cookie, Datenschutz, ga, gaoptout, google, googleanalytics, google tag manager, gtm, Datenschutz, datenschutzkonform, script, snippet
     3Tags: google analytics, analytics, anonymize, google tag manager, gtm
    44Requires at least: 4.9
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 1.11.2
     7Stable tag: 1.11.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35
     36= 1.11.3 =
     37
     38* Verify support up to 6.6
    3539
    3640= 1.11.2 =
  • wk-google-analytics/tags/1.11.3/vendor/autoload.php

    r3054437 r3118528  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitaa6d8485b6b04a3df9d9f9351f9e2b3c::getLoader();
     7return ComposerAutoloaderInitd14f729939f13f0b99a17ce2851bcc1f::getLoader();
  • wk-google-analytics/tags/1.11.3/vendor/composer/autoload_real.php

    r3054437 r3118528  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitaa6d8485b6b04a3df9d9f9351f9e2b3c
     5class ComposerAutoloaderInitd14f729939f13f0b99a17ce2851bcc1f
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitaa6d8485b6b04a3df9d9f9351f9e2b3c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitd14f729939f13f0b99a17ce2851bcc1f', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitaa6d8485b6b04a3df9d9f9351f9e2b3c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitd14f729939f13f0b99a17ce2851bcc1f', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • wk-google-analytics/tags/1.11.3/vendor/composer/autoload_static.php

    r3054437 r3118528  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c
     7class ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    135135    {
    136136        return \Closure::bind(function () use ($loader) {
    137             $loader->prefixLengthsPsr4 = ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c::$prefixLengthsPsr4;
    138             $loader->prefixDirsPsr4 = ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c::$prefixDirsPsr4;
    139             $loader->classMap = ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c::$classMap;
     137            $loader->prefixLengthsPsr4 = ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f::$prefixLengthsPsr4;
     138            $loader->prefixDirsPsr4 = ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f::$prefixDirsPsr4;
     139            $loader->classMap = ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f::$classMap;
    140140
    141141        }, null, ClassLoader::class);
  • wk-google-analytics/tags/1.11.3/wk-ga.php

    r3054437 r3118528  
    33use WebKinder\GoogleAnalytics\PluginFactory;
    44
    5 /**
     5/*
    66 * Plugin Name: Google Analytics and Google Tag Manager by WEBKINDER
    77 * Plugin URI: https://wordpress.org/plugins/wk-google-analytics/
    88 * Description: Deploy Google Analytics on your website without having to edit code and without tracking your own visits. You can exclude any logged in user from this and enable tracking solely for them.
    9  * Version: 1.11.2
     9 * Version: 1.11.3
    1010 * Author: WEBKINDER
    1111 * Author URI: https://www.webkinder.ch/
  • wk-google-analytics/trunk/readme.txt

    r3054437 r3118528  
    11=== Google Analytics and Google Tag Manager ===
    22Contributors: WEBKINDER
    3 Tags: google analytics, tracking code, analytics, anonymization, anonymize, anonymizeIp, cookie, Datenschutz, ga, gaoptout, google, googleanalytics, google tag manager, gtm, Datenschutz, datenschutzkonform, script, snippet
     3Tags: google analytics, analytics, anonymize, google tag manager, gtm
    44Requires at least: 4.9
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 1.11.2
     7Stable tag: 1.11.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35
     36= 1.11.3 =
     37
     38* Verify support up to 6.6
    3539
    3640= 1.11.2 =
  • wk-google-analytics/trunk/vendor/autoload.php

    r3054437 r3118528  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitaa6d8485b6b04a3df9d9f9351f9e2b3c::getLoader();
     7return ComposerAutoloaderInitd14f729939f13f0b99a17ce2851bcc1f::getLoader();
  • wk-google-analytics/trunk/vendor/composer/autoload_real.php

    r3054437 r3118528  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitaa6d8485b6b04a3df9d9f9351f9e2b3c
     5class ComposerAutoloaderInitd14f729939f13f0b99a17ce2851bcc1f
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitaa6d8485b6b04a3df9d9f9351f9e2b3c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitd14f729939f13f0b99a17ce2851bcc1f', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitaa6d8485b6b04a3df9d9f9351f9e2b3c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitd14f729939f13f0b99a17ce2851bcc1f', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • wk-google-analytics/trunk/vendor/composer/autoload_static.php

    r3054437 r3118528  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c
     7class ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    135135    {
    136136        return \Closure::bind(function () use ($loader) {
    137             $loader->prefixLengthsPsr4 = ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c::$prefixLengthsPsr4;
    138             $loader->prefixDirsPsr4 = ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c::$prefixDirsPsr4;
    139             $loader->classMap = ComposerStaticInitaa6d8485b6b04a3df9d9f9351f9e2b3c::$classMap;
     137            $loader->prefixLengthsPsr4 = ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f::$prefixLengthsPsr4;
     138            $loader->prefixDirsPsr4 = ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f::$prefixDirsPsr4;
     139            $loader->classMap = ComposerStaticInitd14f729939f13f0b99a17ce2851bcc1f::$classMap;
    140140
    141141        }, null, ClassLoader::class);
  • wk-google-analytics/trunk/wk-ga.php

    r3054437 r3118528  
    33use WebKinder\GoogleAnalytics\PluginFactory;
    44
    5 /**
     5/*
    66 * Plugin Name: Google Analytics and Google Tag Manager by WEBKINDER
    77 * Plugin URI: https://wordpress.org/plugins/wk-google-analytics/
    88 * Description: Deploy Google Analytics on your website without having to edit code and without tracking your own visits. You can exclude any logged in user from this and enable tracking solely for them.
    9  * Version: 1.11.2
     9 * Version: 1.11.3
    1010 * Author: WEBKINDER
    1111 * Author URI: https://www.webkinder.ch/
Note: See TracChangeset for help on using the changeset viewer.