Version Description
- Updated wording
Download this release
Release Info
Developer | webkinder |
Plugin | Google Analytics |
Version | 1.9.10 |
Comparing to | |
See all releases |
Code changes from version 1.9.9 to 1.9.10
- readme.txt +5 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +4 -4
- wk-ga.php +5 -7
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: google analytics, tracking code, analytics, anonymization, anonymize, anon
|
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 7.2
|
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.9 =
|
37 |
|
38 |
* Tested up to WordPress 6.1
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 6.1
|
6 |
Requires PHP: 7.2
|
7 |
+
Stable tag: 1.9.10
|
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.10 =
|
37 |
+
|
38 |
+
* Updated wording
|
39 |
+
|
40 |
= 1.9.9 =
|
41 |
|
42 |
* Tested up to WordPress 6.1
|
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 ComposerAutoloaderInitedf9cf37a4bc841c944cc7d1020e0aa5::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 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit56333e1001f7cd870ab983ca19220386
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
-
spl_autoload_unregister(array('
|
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\
|
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 ComposerAutoloaderInitedf9cf37a4bc841c944cc7d1020e0aa5
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitedf9cf37a4bc841c944cc7d1020e0aa5', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitedf9cf37a4bc841c944cc7d1020e0aa5', '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\ComposerStaticInitedf9cf37a4bc841c944cc7d1020e0aa5::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
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'W' =>
|
@@ -134,9 +134,9 @@ class ComposerStaticInit56333e1001f7cd870ab983ca19220386
|
|
134 |
public static function getInitializer(ClassLoader $loader)
|
135 |
{
|
136 |
return \Closure::bind(function () use ($loader) {
|
137 |
-
$loader->prefixLengthsPsr4 =
|
138 |
-
$loader->prefixDirsPsr4 =
|
139 |
-
$loader->classMap =
|
140 |
|
141 |
}, null, ClassLoader::class);
|
142 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitedf9cf37a4bc841c944cc7d1020e0aa5
|
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 = ComposerStaticInitedf9cf37a4bc841c944cc7d1020e0aa5::$prefixLengthsPsr4;
|
138 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitedf9cf37a4bc841c944cc7d1020e0aa5::$prefixDirsPsr4;
|
139 |
+
$loader->classMap = ComposerStaticInitedf9cf37a4bc841c944cc7d1020e0aa5::$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.
|
4 |
-
'version' => '1.9.
|
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.
|
24 |
-
'version' => '1.9.
|
25 |
'type' => 'wordpress-plugin',
|
26 |
'install_path' => __DIR__ . '/../../',
|
27 |
'aliases' => array(),
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
+
'pretty_version' => '1.9.10',
|
4 |
+
'version' => '1.9.10.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.10',
|
24 |
+
'version' => '1.9.10.0',
|
25 |
'type' => 'wordpress-plugin',
|
26 |
'install_path' => __DIR__ . '/../../',
|
27 |
'aliases' => array(),
|
wk-ga.php
CHANGED
@@ -4,21 +4,19 @@
|
|
4 |
* Plugin Name: Google Analytics and Google Tag Manager by WEBKINDER
|
5 |
* Plugin URI: https://wordpress.org/plugins/wk-google-analytics/
|
6 |
* 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.
|
7 |
-
* Version: 1.9.
|
8 |
* Author: WEBKINDER
|
9 |
-
* Author URI: https://www.webkinder.ch
|
10 |
* License: GPL2
|
11 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
* Domain Path: /languages
|
13 |
-
* Text Domain: wk-google-analytics
|
14 |
*/
|
15 |
-
|
16 |
-
|
17 |
define('WK_GOOGLE_ANALYTICS_DIR', dirname(__FILE__));
|
18 |
|
19 |
-
$autoload = __DIR__
|
20 |
if (file_exists($autoload)) {
|
21 |
-
require_once
|
22 |
}
|
23 |
|
24 |
WebKinder\GoogleAnalytics\PluginFactory::create()->run();
|
4 |
* Plugin Name: Google Analytics and Google Tag Manager by WEBKINDER
|
5 |
* Plugin URI: https://wordpress.org/plugins/wk-google-analytics/
|
6 |
* 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.
|
7 |
+
* Version: 1.9.10
|
8 |
* Author: WEBKINDER
|
9 |
+
* Author URI: https://www.webkinder.ch/
|
10 |
* License: GPL2
|
11 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
* Domain Path: /languages
|
13 |
+
* Text Domain: wk-google-analytics.
|
14 |
*/
|
|
|
|
|
15 |
define('WK_GOOGLE_ANALYTICS_DIR', dirname(__FILE__));
|
16 |
|
17 |
+
$autoload = __DIR__.'/vendor/autoload.php';
|
18 |
if (file_exists($autoload)) {
|
19 |
+
require_once $autoload;
|
20 |
}
|
21 |
|
22 |
WebKinder\GoogleAnalytics\PluginFactory::create()->run();
|