Changeset 1587003
- Timestamp:
- 02/02/2017 06:21:37 AM (9 years ago)
- Location:
- gna-google-analytics/trunk
- Files:
-
- 3 edited
-
gna-google-analytics-core.php (modified) (2 diffs)
-
gna-google-analytics.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gna-google-analytics/trunk/gna-google-analytics-core.php
r1489960 r1587003 29 29 30 30 public function define_constants() { 31 define('GNA_GOOGLE_ANALYTICS_VERSION', '1. 0.10');31 define('GNA_GOOGLE_ANALYTICS_VERSION', '1.1.0'); 32 32 33 33 define('GNA_GOOGLE_ANALYTICS_BASENAME', plugin_basename(__FILE__)); … … 45 45 } 46 46 47 add_action('wp_ footer', array(&$this, 'add_script_front'));47 add_action('wp_head', array(&$this, 'add_script_front')); 48 48 } 49 49 -
gna-google-analytics/trunk/gna-google-analytics.php
r1554145 r1587003 2 2 /* 3 3 Plugin Name: GNA Google Analytics 4 Version: 1. 0.104 Version: 1.1.0 5 5 Plugin URI: http://wordpress.org/plugins/gna-google-analytics/ 6 6 Author: Chris Mok -
gna-google-analytics/trunk/readme.txt
r1489960 r1587003 4 4 Tags: google, google analytics, google analytics script, GNA, multiple UA IDs 5 5 Requires at least: 3.9 6 Tested up to: 4. 67 Stable tag: 1. 0.106 Tested up to: 4.7.2 7 Stable tag: 1.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 42 42 == Changelog == 43 44 = 1.1.0 = 45 * Move the script to wp_head from wp_footer 43 46 44 47 = 1.0.10 =
Note: See TracChangeset
for help on using the changeset viewer.