Version Description
- Bring back the sub-menu under "Insights" if MonsterInsights is installed.
Download this release
Release Info
Developer | wp-buddy |
Plugin | Google Analytics Opt-Out |
Version | 2.2.6 |
Comparing to | |
See all releases |
Code changes from version 2.2.5 to 2.2.6
- google-analytics-opt-out.php +2 -2
- inc/settings.php +1 -1
- readme.txt +7 -4
google-analytics-opt-out.php
CHANGED
@@ -3,14 +3,14 @@
|
|
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.2.
|
7 |
Author: WP-Buddy
|
8 |
Author URI: https://wp-buddy.com
|
9 |
License: GPL2
|
10 |
Text Domain: google-analytics-opt-out
|
11 |
Domain Path: /languages/
|
12 |
|
13 |
-
Copyright
|
14 |
|
15 |
This program is free software; you can redistribute it and/or modify
|
16 |
it under the terms of the GNU General Public License, version 2, as
|
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.2.6
|
7 |
Author: WP-Buddy
|
8 |
Author URI: https://wp-buddy.com
|
9 |
License: GPL2
|
10 |
Text Domain: google-analytics-opt-out
|
11 |
Domain Path: /languages/
|
12 |
|
13 |
+
Copyright 2019 WP-Buddy (email : info@wp-buddy.com)
|
14 |
|
15 |
This program is free software; you can redistribute it and/or modify
|
16 |
it under the terms of the GNU General Public License, version 2, as
|
inc/settings.php
CHANGED
@@ -11,7 +11,7 @@ function gaoop_admin_menu() {
|
|
11 |
$hook = add_submenu_page( 'options-general.php', __( 'Analytics Opt-Out', 'google-analytics-opt-out' ), __( 'Analytics Opt-Out', 'google-analytics-opt-out' ), 'manage_options', 'gaoo-options', 'gaoop_settings_page' );
|
12 |
add_action( "load-$hook", 'gaoop_settings_scripts' );
|
13 |
|
14 |
-
$hook = add_submenu_page( '
|
15 |
add_action( "load-$hook", 'gaoop_settings_scripts' );
|
16 |
}
|
17 |
|
11 |
$hook = add_submenu_page( 'options-general.php', __( 'Analytics Opt-Out', 'google-analytics-opt-out' ), __( 'Analytics Opt-Out', 'google-analytics-opt-out' ), 'manage_options', 'gaoo-options', 'gaoop_settings_page' );
|
12 |
add_action( "load-$hook", 'gaoop_settings_scripts' );
|
13 |
|
14 |
+
$hook = add_submenu_page( 'monsterinsights_reports', __( 'Analytics Opt-Out', 'google-analytics-opt-out' ), __( 'Opt-Out Settings', 'google-analytics-opt-out' ), 'manage_options', 'gaoo-options', 'gaoop_settings_page' );
|
15 |
add_action( "load-$hook", 'gaoop_settings_scripts' );
|
16 |
}
|
17 |
|
readme.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
=== Google Analytics Opt-Out ===
|
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
|
5 |
-
Version: 2.2.
|
6 |
-
Stable tag: 2.2.
|
7 |
Requires at least: 4.8.0
|
|
|
8 |
Requires PHP: 5.6.0
|
9 |
-
Tested up to: 5.1
|
10 |
License: GPLv2
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -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.2.5 =
|
46 |
* Corrected text domain for JS translations
|
47 |
* State that plugin works with gtag.js, too.
|
1 |
=== Google Analytics Opt-Out ===
|
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.2.6
|
6 |
+
Stable tag: 2.2.6
|
7 |
Requires at least: 4.8.0
|
8 |
+
Tested up to: 5.3
|
9 |
Requires PHP: 5.6.0
|
|
|
10 |
License: GPLv2
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
+
= 2.2.6 =
|
46 |
+
* Bring back the sub-menu under "Insights" if MonsterInsights is installed.
|
47 |
+
|
48 |
= 2.2.5 =
|
49 |
* Corrected text domain for JS translations
|
50 |
* State that plugin works with gtag.js, too.
|