Version Description
- Fixed: Make sure the JavaScript file is loaded correctly using the
wp_enqueue_scripts
filter.
Download this release
Release Info
Developer | wp-buddy |
Plugin | Google Analytics Opt-Out |
Version | 2.3.2 |
Comparing to | |
See all releases |
Code changes from version 2.3.1 to 2.3.2
- google-analytics-opt-out.php +1 -1
- inc/scripts.php +1 -1
- 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.
|
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.2
|
7 |
Author: WP-Buddy
|
8 |
Author URI: https://wp-buddy.com
|
9 |
License: GPL2
|
inc/scripts.php
CHANGED
@@ -47,4 +47,4 @@ function gaoop_enqueue_scripts() {
|
|
47 |
wp_enqueue_script( 'goop', GAOOP_URL . 'js/frontend.js', array(), false, true );
|
48 |
}
|
49 |
|
50 |
-
add_action( '
|
47 |
wp_enqueue_script( 'goop', GAOOP_URL . 'js/frontend.js', array(), false, true );
|
48 |
}
|
49 |
|
50 |
+
add_action( 'wp_enqueue_scripts', 'gaoop_enqueue_scripts' );
|
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.
|
6 |
-
Stable tag: 2.3.
|
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.1 =
|
46 |
* Fixed: removed checkbox in the end of the page
|
47 |
|
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.2
|
6 |
+
Stable tag: 2.3.2
|
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.2 =
|
46 |
+
* Fixed: Make sure the JavaScript file is loaded correctly using the `wp_enqueue_scripts` filter.
|
47 |
+
|
48 |
= 2.3.1 =
|
49 |
* Fixed: removed checkbox in the end of the page
|
50 |
|