Google Analytics Opt-Out - Version 2.1.4

Version Description

  • Added missing return statement to no longer the plugin on older PHP versions
Download this release

Release Info

Developer wp-buddy
Plugin Icon 128x128 Google Analytics Opt-Out
Version 2.1.4
Comparing to
See all releases

Code changes from version 2.1.3 to 2.1.4

Files changed (2) hide show
  1. google-analytics-opt-out.php +2 -1
  2. readme.txt +5 -2
google-analytics-opt-out.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Google Analytics Opt-Out
4
  Plugin URI: https://wp-buddy.com/products/plugins/google-analytics-opt-out
5
  Description: Provides an Opt-Out functionality for Google Analytics
6
- Version: 2.1.3
7
  Author: WP-Buddy
8
  Author URI: https://wp-buddy.com
9
  License: GPL2
@@ -54,6 +54,7 @@ if ( version_compare( PHP_VERSION, '5.6', '<' ) ) {
54
  );
55
  }
56
 
 
57
  }
58
 
59
  require_once GAOOP_PATH . 'inc/functions.php';
3
  Plugin Name: Google Analytics Opt-Out
4
  Plugin URI: https://wp-buddy.com/products/plugins/google-analytics-opt-out
5
  Description: Provides an Opt-Out functionality for Google Analytics
6
+ Version: 2.1.4
7
  Author: WP-Buddy
8
  Author URI: https://wp-buddy.com
9
  License: GPL2
54
  );
55
  }
56
 
57
+ return;
58
  }
59
 
60
  require_once GAOOP_PATH . 'inc/functions.php';
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: wp-buddy, floriansimeth
3
  Donate link: https://wp-buddy.com/products/plugins/google-analytics-opt-out/
4
  Tags: google analytics, analytics, analytics opt-out, analytics opt out, monster insights, monster insight, yoast analytics
5
- Version: 2.1.3
6
- Stable tag: 2.1.3
7
  Requires at least: 4.8.0
8
  Requires PHP: 5.6.0
9
  Tested up to: 4.9.6
@@ -40,6 +40,9 @@ The free and the pro version have now been merged together. So you now can have
40
 
41
  == Changelog ==
42
 
 
 
 
43
  = 2.1.3 =
44
  * Fixed issue with old PHP warning that could block site access
45
  * Updated headline on the settings page
2
  Contributors: wp-buddy, floriansimeth
3
  Donate link: https://wp-buddy.com/products/plugins/google-analytics-opt-out/
4
  Tags: google analytics, analytics, analytics opt-out, analytics opt out, monster insights, monster insight, yoast analytics
5
+ Version: 2.1.4
6
+ Stable tag: 2.1.4
7
  Requires at least: 4.8.0
8
  Requires PHP: 5.6.0
9
  Tested up to: 4.9.6
40
 
41
  == Changelog ==
42
 
43
+ = 2.1.4 =
44
+ * Added missing return statement to no longer the plugin on older PHP versions
45
+
46
  = 2.1.3 =
47
  * Fixed issue with old PHP warning that could block site access
48
  * Updated headline on the settings page