Google Analytics Opt-Out - Version 2.3.1

Version Description

  • Fixed: removed checkbox in the end of the page
Download this release

Release Info

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

Code changes from version 2.3.0 to 2.3.1

Files changed (3) hide show
  1. google-analytics-opt-out.php +1 -1
  2. inc/frontend.php +1 -2
  3. 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.3.0
7
  Author: WP-Buddy
8
  Author URI: https://wp-buddy.com
9
  License: GPL2
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.3.1
7
  Author: WP-Buddy
8
  Author URI: https://wp-buddy.com
9
  License: GPL2
inc/frontend.php CHANGED
@@ -143,8 +143,7 @@ function gaoop_wp_head() {
143
  'display' => 'none',
144
  ),
145
  'input.gaoop-checkbox' => array(
146
- # 'display' => 'none',
147
- 'margin-bottom' => '10rem'
148
  ),
149
  '.gaoop a' => array(
150
  'color' => '#67C2F0',
143
  'display' => 'none',
144
  ),
145
  'input.gaoop-checkbox' => array(
146
+ 'display' => 'none',
 
147
  ),
148
  '.gaoop a' => array(
149
  'color' => '#67C2F0',
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 opt-out, monster insights, gdpr, dsgvo
5
- Version: 2.3.0
6
- Stable tag: 2.3.0
7
  Requires at least: 4.8.0
8
  Tested up to: 5.4
9
  Requires PHP: 5.6.0
@@ -42,6 +42,9 @@ The free and the pro version have now been merged together. So you now can have
42
 
43
  == Changelog ==
44
 
 
 
 
45
  = 2.3.0 =
46
  * Using SVG icons instead of images.
47
  * Added new filters: `gaoop_info_icon_html` and `gaoop_close_icon_html`.
2
  Contributors: wp-buddy, floriansimeth
3
  Donate link: https://wp-buddy.com/products/plugins/google-analytics-opt-out/
4
  Tags: google analytics opt-out, monster insights, gdpr, dsgvo
5
+ Version: 2.3.1
6
+ Stable tag: 2.3.1
7
  Requires at least: 4.8.0
8
  Tested up to: 5.4
9
  Requires PHP: 5.6.0
42
 
43
  == Changelog ==
44
 
45
+ = 2.3.1 =
46
+ * Fixed: removed checkbox in the end of the page
47
+
48
  = 2.3.0 =
49
  * Using SVG icons instead of images.
50
  * Added new filters: `gaoop_info_icon_html` and `gaoop_close_icon_html`.