Plugin Directory

Changeset 995774


Ignore:
Timestamp:
09/23/2014 11:23:19 PM (12 years ago)
Author:
TechGasp
Message:

version 4.3.8.2

Location:
google-analytics-master
Files:
52 added
2 edited

Legend:

Unmodified
Added
Removed
  • google-analytics-master/trunk/google-analytics-master.php

    r995483 r995774  
    33Plugin Name: Google Analytics Master
    44Plugin URI: http://wordpress.techgasp.com/google-analytics-master/
    5 Version: 4.3.8.1
     5Version: 4.3.8.2
    66Author: TechGasp
    77Author URI: http://wordpress.techgasp.com
     
    3434define('GOOGLE_ANALYTICS_MASTER_ID', 'google-analytics-master');
    3535///////DEFINE VERSION///////
    36 define( 'google_analytics_master_VERSION', '4.3.8.1' );
     36define( 'google_analytics_master_VERSION', '4.3.8.2' );
    3737global $google_analytics_master_version, $google_analytics_master_name;
    38 $google_analytics_master_version = "4.3.8.1"; //for other pages
     38$google_analytics_master_version = "4.3.8.2"; //for other pages
    3939$google_analytics_master_name = "Google Analytics Master"; //pretty name
    4040if( is_multisite() ) {
     
    4646update_option( 'google_analytics_master_name', $google_analytics_master_name );
    4747}
    48 if( is_admin() ){
    4948// HOOK ADMIN
    5049require_once( dirname( __FILE__ ) . '/includes/google-analytics-master-admin.php');
     
    6362// HOOK DASHBOARD WIDGET SMALL
    6463require_once( dirname( __FILE__ ) . '/includes/google-analytics-master-widget-dashboard-small.php');
    65 }
    6664
    6765class google_analytics_master{
  • google-analytics-master/trunk/readme.txt

    r995483 r995774  
    44Requires at least: 3.5
    55Tested up to: 4.0
    6 Stable tag: 4.3.8.1
     6Stable tag: 4.3.8.2
    77License: GPLv2 or later
    88
     
    6868== Changelog ==
    6969
     70= 4.3.8.2 =
     71* Fixed is_admin issue preventing statistics from being collected
     72
    7073= 4.3.8.1 =
    7174* Allowing plugin pages to be accessible under a wordpress multi-site environment
Note: See TracChangeset for help on using the changeset viewer.