Google Analytics - Version 1.9.7

Version Description

  • Remove newsletter signup
Download this release

Release Info

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

Code changes from version 1.9.6 to 1.9.7

includes/mailchimp-form.php DELETED
@@ -1,42 +0,0 @@
1
- <?php
2
- /*
3
- * Google Analytics by WEBKINDER
4
- * Mailchimp form for settings page
5
- */
6
- ?>
7
- <!-- Begin MailChimp Signup Form -->
8
- <div id="mc_embed_signup">
9
- <form action="//webkinder.us12.list-manage.com/subscribe/post?u=979fe90d29c9ca9e25d5acc4b&amp;id=dfae840228" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
10
- <div id="mc_embed_signup_scroll">
11
- <h2><?php _e("Stay informed about any changes to this plugin", 'wk-google-analytics'); ?></h2>
12
- <div class="mc-field-group">
13
- <label for="mce-EMAIL"><?php _e("Email address", 'wk-google-analytics'); ?><span class="asterisk">*</span></label>
14
- <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
15
- </div>
16
- <div class="mc-field-group">
17
- <label for="mce-FNAME"><?php _e("First name", 'wk-google-analytics'); ?><span class="asterisk">*</span></label>
18
- <input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
19
- </div>
20
- <div class="mc-field-group">
21
- <label for="mce-LNAME"><?php _e("Last name", 'wk-google-analytics'); ?><span class="asterisk">*</span></label>
22
- <input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
23
- </div>
24
- <div class="mc-field-group input-group">
25
- <strong><?php _e("Permission", 'wk-google-analytics'); ?></strong>
26
- <input type="checkbox" value="1" name="group[16549][1]" id="mce-group[16549]-16549-0"><label for="mce-group[16549]-16549-0"><?php _e("I agree that my personal data will be stored and used to send plugin updates to my email address.", 'wk-google-analytics'); ?></label>
27
- </ul>
28
- <div id="mce-responses" class="clear">
29
- <div class="response" id="mce-error-response" style="display:none"></div>
30
- <div class="response" id="mce-success-response" style="display:none"></div>
31
- </div>
32
- <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
33
- <div style="position: absolute; left: -5000px;" aria-hidden="true">
34
- <input type="text" name="b_979fe90d29c9ca9e25d5acc4b_dfae840228" tabindex="-1" value="">
35
- </div>
36
- <div class="clear">
37
- <input type="submit" value="<?php _e("Subscribe", 'wk-google-analytics'); ?>" name="subscribe" id="mc-embedded-subscribe" class="button button-primary">
38
- </div>
39
- </div>
40
- </form>
41
- </div>
42
- <!--End mc_embed_signup-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lib/Settings.php CHANGED
@@ -54,9 +54,6 @@ class Settings
54
  <?php submit_button(); ?>
55
  </form>
56
  </div>
57
- <div class="wk-right-part">
58
- <?php include_once(WK_GOOGLE_ANALYTICS_DIR . "/includes/mailchimp-form.php"); ?>
59
- </div>
60
  </div>
61
  <?php
62
 
54
  <?php submit_button(); ?>
55
  </form>
56
  </div>
 
 
 
57
  </div>
58
  <?php
59
 
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.9.3
6
  Requires PHP: 7.1
7
- Stable tag: 1.9.6
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.6 =
37
 
38
  * Changed wording and updated plugin icon and banner
4
  Requires at least: 4.8
5
  Tested up to: 5.9.3
6
  Requires PHP: 7.1
7
+ Stable tag: 1.9.7
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.7 =
37
+
38
+ * Remove newsletter signup
39
+
40
  = 1.9.6 =
41
 
42
  * Changed wording and updated plugin icon and banner
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitfae812c18d069e74ae2b6c1fce96e687::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit32e57717e9721e837f04a955935c2ed8::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitfae812c18d069e74ae2b6c1fce96e687
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitfae812c18d069e74ae2b6c1fce96e687
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInitfae812c18d069e74ae2b6c1fce96e687', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInitfae812c18d069e74ae2b6c1fce96e687', '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\ComposerStaticInitfae812c18d069e74ae2b6c1fce96e687::getInitializer($loader));
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 ComposerAutoloaderInit32e57717e9721e837f04a955935c2ed8
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit32e57717e9721e837f04a955935c2ed8', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit32e57717e9721e837f04a955935c2ed8', '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\ComposerStaticInit32e57717e9721e837f04a955935c2ed8::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 ComposerStaticInitfae812c18d069e74ae2b6c1fce96e687
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
@@ -110,9 +110,9 @@ class ComposerStaticInitfae812c18d069e74ae2b6c1fce96e687
110
  public static function getInitializer(ClassLoader $loader)
111
  {
112
  return \Closure::bind(function () use ($loader) {
113
- $loader->prefixLengthsPsr4 = ComposerStaticInitfae812c18d069e74ae2b6c1fce96e687::$prefixLengthsPsr4;
114
- $loader->prefixDirsPsr4 = ComposerStaticInitfae812c18d069e74ae2b6c1fce96e687::$prefixDirsPsr4;
115
- $loader->classMap = ComposerStaticInitfae812c18d069e74ae2b6c1fce96e687::$classMap;
116
 
117
  }, null, ClassLoader::class);
118
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit32e57717e9721e837f04a955935c2ed8
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
110
  public static function getInitializer(ClassLoader $loader)
111
  {
112
  return \Closure::bind(function () use ($loader) {
113
+ $loader->prefixLengthsPsr4 = ComposerStaticInit32e57717e9721e837f04a955935c2ed8::$prefixLengthsPsr4;
114
+ $loader->prefixDirsPsr4 = ComposerStaticInit32e57717e9721e837f04a955935c2ed8::$prefixDirsPsr4;
115
+ $loader->classMap = ComposerStaticInit32e57717e9721e837f04a955935c2ed8::$classMap;
116
 
117
  }, null, ClassLoader::class);
118
  }
wk-ga.php CHANGED
@@ -4,7 +4,7 @@
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.6
8
  * Author: WEBKINDER
9
  * Author URI: https://www.webkinder.ch
10
  * License: GPL2
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.7
8
  * Author: WEBKINDER
9
  * Author URI: https://www.webkinder.ch
10
  * License: GPL2