Google Analytics - Version 1.9.9

Version Description

  • Tested up to WordPress 6.1
Download this release

Release Info

Developer webkinder
Plugin Icon 128x128 Google Analytics
Version 1.9.9
Comparing to
See all releases

Code changes from version 1.9.8 to 1.9.9

readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: 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
4
  Requires at least: 4.9
5
- Tested up to: 5.9.3
6
  Requires PHP: 7.2
7
- Stable tag: 1.9.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -33,6 +33,10 @@ If you have any questions or feature requests, feel free to contact us via suppo
33
 
34
  == Changelog ==
35
 
 
 
 
 
36
  = 1.9.8 =
37
 
38
  * Update composer packages and unit testing for CI
2
  Contributors: 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
4
  Requires at least: 4.9
5
+ Tested up to: 6.1
6
  Requires PHP: 7.2
7
+ Stable tag: 1.9.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
33
 
34
  == Changelog ==
35
 
36
+ = 1.9.9 =
37
+
38
+ * Tested up to WordPress 6.1
39
+
40
  = 1.9.8 =
41
 
42
  * Update composer packages and unit testing for CI
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit607292fa727b35ff77acbc2a12eb9824::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit56333e1001f7cd870ab983ca19220386::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit607292fa727b35ff77acbc2a12eb9824
6
  {
7
  private static $loader;
8
 
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit607292fa727b35ff77acbc2a12eb9824
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInit607292fa727b35ff77acbc2a12eb9824', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
29
- spl_autoload_unregister(array('ComposerAutoloaderInit607292fa727b35ff77acbc2a12eb9824', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
  require __DIR__ . '/autoload_static.php';
34
 
35
- call_user_func(\Composer\Autoload\ComposerStaticInit607292fa727b35ff77acbc2a12eb9824::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit56333e1001f7cd870ab983ca19220386
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit56333e1001f7cd870ab983ca19220386', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit56333e1001f7cd870ab983ca19220386', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
  require __DIR__ . '/autoload_static.php';
34
 
35
+ call_user_func(\Composer\Autoload\ComposerStaticInit56333e1001f7cd870ab983ca19220386::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit607292fa727b35ff77acbc2a12eb9824
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
@@ -134,9 +134,9 @@ class ComposerStaticInit607292fa727b35ff77acbc2a12eb9824
134
  public static function getInitializer(ClassLoader $loader)
135
  {
136
  return \Closure::bind(function () use ($loader) {
137
- $loader->prefixLengthsPsr4 = ComposerStaticInit607292fa727b35ff77acbc2a12eb9824::$prefixLengthsPsr4;
138
- $loader->prefixDirsPsr4 = ComposerStaticInit607292fa727b35ff77acbc2a12eb9824::$prefixDirsPsr4;
139
- $loader->classMap = ComposerStaticInit607292fa727b35ff77acbc2a12eb9824::$classMap;
140
 
141
  }, null, ClassLoader::class);
142
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit56333e1001f7cd870ab983ca19220386
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
134
  public static function getInitializer(ClassLoader $loader)
135
  {
136
  return \Closure::bind(function () use ($loader) {
137
+ $loader->prefixLengthsPsr4 = ComposerStaticInit56333e1001f7cd870ab983ca19220386::$prefixLengthsPsr4;
138
+ $loader->prefixDirsPsr4 = ComposerStaticInit56333e1001f7cd870ab983ca19220386::$prefixDirsPsr4;
139
+ $loader->classMap = ComposerStaticInit56333e1001f7cd870ab983ca19220386::$classMap;
140
 
141
  }, null, ClassLoader::class);
142
  }
vendor/composer/installed.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php return array(
2
  'root' => array(
3
- 'pretty_version' => '1.9.8',
4
- 'version' => '1.9.8.0',
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
@@ -20,8 +20,8 @@
20
  'dev_requirement' => false,
21
  ),
22
  'webkinder/wk-google-analytics' => array(
23
- 'pretty_version' => '1.9.8',
24
- 'version' => '1.9.8.0',
25
  'type' => 'wordpress-plugin',
26
  'install_path' => __DIR__ . '/../../',
27
  'aliases' => array(),
1
  <?php return array(
2
  'root' => array(
3
+ 'pretty_version' => '1.9.9',
4
+ 'version' => '1.9.9.0',
5
  'type' => 'wordpress-plugin',
6
  'install_path' => __DIR__ . '/../../',
7
  'aliases' => array(),
20
  'dev_requirement' => false,
21
  ),
22
  'webkinder/wk-google-analytics' => array(
23
+ 'pretty_version' => '1.9.9',
24
+ 'version' => '1.9.9.0',
25
  'type' => 'wordpress-plugin',
26
  'install_path' => __DIR__ . '/../../',
27
  'aliases' => array(),