Plugin Directory

Changeset 2189612


Ignore:
Timestamp:
11/11/2019 10:52:11 AM (6 years ago)
Author:
wp-buddy
Message:

Bring back Monster Insights sub-menu. Updated readme.txt for WP 5.3

Location:
google-analytics-opt-out/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • google-analytics-opt-out/trunk/google-analytics-opt-out.php

    r2033201 r2189612  
    44Plugin URI: https://wp-buddy.com/products/plugins/google-analytics-opt-out
    55Description: Provides an Opt-Out functionality for Google Analytics
    6 Version: 2.2.5
     6Version: 2.2.6
    77Author: WP-Buddy
    88Author URI: https://wp-buddy.com
     
    1111Domain Path: /languages/
    1212
    13 Copyright 2018  WP-Buddy  (email : info@wp-buddy.com)
     13Copyright 2019  WP-Buddy  (email : info@wp-buddy.com)
    1414
    1515This program is free software; you can redistribute it and/or modify
  • google-analytics-opt-out/trunk/inc/settings.php

    r2033201 r2189612  
    1212    add_action( "load-$hook", 'gaoop_settings_scripts' );
    1313
    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' );
    1515    add_action( "load-$hook", 'gaoop_settings_scripts' );
    1616}
  • google-analytics-opt-out/trunk/readme.txt

    r2078995 r2189612  
    22Contributors: wp-buddy, floriansimeth
    33Donate link: https://wp-buddy.com/products/plugins/google-analytics-opt-out/
    4 Tags: google analytics opt-out, monster insights, gdpr
    5 Version: 2.2.5
    6 Stable tag: 2.2.5
     4Tags: google analytics opt-out, monster insights, gdpr, dsgvo
     5Version: 2.2.6
     6Stable tag: 2.2.6
    77Requires at least: 4.8.0
     8Tested up to: 5.3
    89Requires PHP: 5.6.0
    9 Tested up to: 5.2
    1010License: GPLv2
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44
     45= 2.2.6 =
     46* Bring back the sub-menu under "Insights" if MonsterInsights is installed.
    4447
    4548= 2.2.5 =
Note: See TracChangeset for help on using the changeset viewer.