Version Description
- Updated plugin icon and banner
Download this release
Release Info
Developer | webkinder |
Plugin | Google Analytics |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.9.0 to 1.9.1
- readme.txt +5 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- wk-ga.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: google analytics, tracking code, analytics, anonymization, anonymize, anon
|
|
4 |
Requires at least: 4.8
|
5 |
Tested up to: 5.5.1
|
6 |
Requires PHP: 7.1
|
7 |
-
Stable tag: 1.9.
|
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.0 =
|
37 |
|
38 |
* Updated analytics implementation
|
4 |
Requires at least: 4.8
|
5 |
Tested up to: 5.5.1
|
6 |
Requires PHP: 7.1
|
7 |
+
Stable tag: 1.9.1
|
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.1 =
|
37 |
+
|
38 |
+
* Updated plugin icon and banner
|
39 |
+
|
40 |
= 1.9.0 =
|
41 |
|
42 |
* Updated analytics implementation
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit7c557c27840b14728b4632c26d2c2358::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitc83693ea5e904fdde1f17318506f3662
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit7c557c27840b14728b4632c26d2c2358
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit7c557c27840b14728b4632c26d2c2358', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit7c557c27840b14728b4632c26d2c2358', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit7c557c27840b14728b4632c26d2c2358::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'W' =>
|
@@ -111,9 +111,9 @@ class ComposerStaticInitc83693ea5e904fdde1f17318506f3662
|
|
111 |
public static function getInitializer(ClassLoader $loader)
|
112 |
{
|
113 |
return \Closure::bind(function () use ($loader) {
|
114 |
-
$loader->prefixLengthsPsr4 =
|
115 |
-
$loader->prefixDirsPsr4 =
|
116 |
-
$loader->classMap =
|
117 |
|
118 |
}, null, ClassLoader::class);
|
119 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit7c557c27840b14728b4632c26d2c2358
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'W' =>
|
111 |
public static function getInitializer(ClassLoader $loader)
|
112 |
{
|
113 |
return \Closure::bind(function () use ($loader) {
|
114 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit7c557c27840b14728b4632c26d2c2358::$prefixLengthsPsr4;
|
115 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit7c557c27840b14728b4632c26d2c2358::$prefixDirsPsr4;
|
116 |
+
$loader->classMap = ComposerStaticInit7c557c27840b14728b4632c26d2c2358::$classMap;
|
117 |
|
118 |
}, null, ClassLoader::class);
|
119 |
}
|
wk-ga.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Google Analytics and Google Tag Manager by WebKinder
|
4 |
* Plugin URI: https://wordpress.org/plugins/wk-google-analytics/
|
5 |
* Description: Enable Google Analytics on all pages without tracking your own visits. You can exclude any logged in user as well as ignore a device completely by setting a cookie.
|
6 |
-
* Version: 1.9.
|
7 |
* Author: WebKinder
|
8 |
* Author URI: https://www.webkinder.ch
|
9 |
* License: GPL2
|
3 |
* Plugin Name: Google Analytics and Google Tag Manager by WebKinder
|
4 |
* Plugin URI: https://wordpress.org/plugins/wk-google-analytics/
|
5 |
* Description: Enable Google Analytics on all pages without tracking your own visits. You can exclude any logged in user as well as ignore a device completely by setting a cookie.
|
6 |
+
* Version: 1.9.1
|
7 |
* Author: WebKinder
|
8 |
* Author URI: https://www.webkinder.ch
|
9 |
* License: GPL2
|