Changeset 2261745
- Timestamp:
- 03/16/2020 12:16:17 PM (6 years ago)
- Location:
- google-analytics-opt-out/trunk
- Files:
-
- 3 edited
-
google-analytics-opt-out.php (modified) (1 diff)
-
inc/scripts.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-analytics-opt-out/trunk/google-analytics-opt-out.php
r2260008 r2261745 4 4 Plugin URI: https://wp-buddy.com/products/plugins/google-analytics-opt-out 5 5 Description: Provides an Opt-Out functionality for Google Analytics 6 Version: 2.3. 16 Version: 2.3.2 7 7 Author: WP-Buddy 8 8 Author URI: https://wp-buddy.com -
google-analytics-opt-out/trunk/inc/scripts.php
r2260000 r2261745 48 48 } 49 49 50 add_action( ' init', 'gaoop_enqueue_scripts' );50 add_action( 'wp_enqueue_scripts', 'gaoop_enqueue_scripts' ); -
google-analytics-opt-out/trunk/readme.txt
r2260008 r2261745 3 3 Donate link: https://wp-buddy.com/products/plugins/google-analytics-opt-out/ 4 4 Tags: google analytics opt-out, monster insights, gdpr, dsgvo 5 Version: 2.3. 16 Stable tag: 2.3. 15 Version: 2.3.2 6 Stable tag: 2.3.2 7 7 Requires at least: 4.8.0 8 8 Tested up to: 5.4 … … 42 42 43 43 == Changelog == 44 45 = 2.3.2 = 46 * Fixed: Make sure the JavaScript file is loaded correctly using the `wp_enqueue_scripts` filter. 44 47 45 48 = 2.3.1 =
Note: See TracChangeset
for help on using the changeset viewer.