Plugin Directory

Changeset 1587003


Ignore:
Timestamp:
02/02/2017 06:21:37 AM (9 years ago)
Author:
chris_dev
Message:

tag 1.1.0

Location:
gna-google-analytics/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gna-google-analytics/trunk/gna-google-analytics-core.php

    r1489960 r1587003  
    2929
    3030        public function define_constants() {
    31             define('GNA_GOOGLE_ANALYTICS_VERSION', '1.0.10');
     31            define('GNA_GOOGLE_ANALYTICS_VERSION', '1.1.0');
    3232
    3333            define('GNA_GOOGLE_ANALYTICS_BASENAME', plugin_basename(__FILE__));
     
    4545            }
    4646
    47             add_action('wp_footer', array(&$this, 'add_script_front'));
     47            add_action('wp_head', array(&$this, 'add_script_front'));
    4848        }
    4949
  • gna-google-analytics/trunk/gna-google-analytics.php

    r1554145 r1587003  
    22/*
    33Plugin Name: GNA Google Analytics
    4 Version: 1.0.10
     4Version: 1.1.0
    55Plugin URI: http://wordpress.org/plugins/gna-google-analytics/
    66Author: Chris Mok
  • gna-google-analytics/trunk/readme.txt

    r1489960 r1587003  
    44Tags: google, google analytics, google analytics script, GNA, multiple UA IDs
    55Requires at least: 3.9
    6 Tested up to: 4.6
    7 Stable tag: 1.0.10
     6Tested up to: 4.7.2
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141
    4242== Changelog ==
     43
     44= 1.1.0 =
     45* Move the script to wp_head from wp_footer
    4346
    4447= 1.0.10 =
Note: See TracChangeset for help on using the changeset viewer.