Changeset 2189612
- Timestamp:
- 11/11/2019 10:52:11 AM (6 years ago)
- Location:
- google-analytics-opt-out/trunk
- Files:
-
- 3 edited
-
google-analytics-opt-out.php (modified) (2 diffs)
-
inc/settings.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-analytics-opt-out/trunk/google-analytics-opt-out.php
r2033201 r2189612 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.2. 56 Version: 2.2.6 7 7 Author: WP-Buddy 8 8 Author URI: https://wp-buddy.com … … 11 11 Domain Path: /languages/ 12 12 13 Copyright 201 8WP-Buddy (email : info@wp-buddy.com)13 Copyright 2019 WP-Buddy (email : info@wp-buddy.com) 14 14 15 15 This program is free software; you can redistribute it and/or modify -
google-analytics-opt-out/trunk/inc/settings.php
r2033201 r2189612 12 12 add_action( "load-$hook", 'gaoop_settings_scripts' ); 13 13 14 $hook = add_submenu_page( 'monsterinsights_ settings', __( 'Analytics Opt-Out', 'google-analytics-opt-out' ), __( 'Opt-Out Settings', 'google-analytics-opt-out' ), 'manage_options', 'gaoo-options', 'gaoop_settings_page' );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 15 add_action( "load-$hook", 'gaoop_settings_scripts' ); 16 16 } -
google-analytics-opt-out/trunk/readme.txt
r2078995 r2189612 2 2 Contributors: wp-buddy, floriansimeth 3 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. 56 Stable tag: 2.2. 54 Tags: google analytics opt-out, monster insights, gdpr, dsgvo 5 Version: 2.2.6 6 Stable tag: 2.2.6 7 7 Requires at least: 4.8.0 8 Tested up to: 5.3 8 9 Requires PHP: 5.6.0 9 Tested up to: 5.210 10 License: GPLv2 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 45 = 2.2.6 = 46 * Bring back the sub-menu under "Insights" if MonsterInsights is installed. 44 47 45 48 = 2.2.5 =
Note: See TracChangeset
for help on using the changeset viewer.