Google Analyticator - Version 2.23

Version Description

Download this release

Release Info

Developer cavemonkey50
Plugin Icon 128x128 Google Analyticator
Version 2.23
Comparing to
See all releases

Code changes from version 2.22 to 2.23

Files changed (2) hide show
  1. google-analyticator.php +4 -0
  2. readme.txt +4 -0
google-analyticator.php CHANGED
@@ -1,7 +1,11 @@
1
  <?php
2
  /*
3
  * Plugin Name: Google Analyticator
 
 
 
4
  * Version: 2.22
 
5
  * Plugin URI: http://cavemonkey50.com/code/google-analyticator/
6
  * Description: Adds the necessary JavaScript code to enable <a href="http://www.google.com/analytics/">Google's Analytics</a>. After enabling this plugin visit <a href="options-general.php?page=google-analyticator.php">the options page</a> and enter your Google Analytics' UID and enable logging.
7
  * Author: Ronald Heft, Jr.
1
  <?php
2
  /*
3
  * Plugin Name: Google Analyticator
4
+ <<<<<<< .mine
5
+ * Version: 2.23
6
+ =======
7
  * Version: 2.22
8
+ >>>>>>> .r78429
9
  * Plugin URI: http://cavemonkey50.com/code/google-analyticator/
10
  * Description: Adds the necessary JavaScript code to enable <a href="http://www.google.com/analytics/">Google's Analytics</a>. After enabling this plugin visit <a href="options-general.php?page=google-analyticator.php">the options page</a> and enter your Google Analytics' UID and enable logging.
11
  * Author: Ronald Heft, Jr.
readme.txt CHANGED
@@ -4,7 +4,11 @@ Donate link: http://cavemonkey50.com/code/
4
  Tags: stats, google, analytics, tracking
5
  Requires at least: 2.3
6
  Tested up to: 2.7
 
 
 
7
  Stable tag: 2.22
 
8
 
9
  Adds the necessary JavaScript code to enable Google Analytics.
10
 
4
  Tags: stats, google, analytics, tracking
5
  Requires at least: 2.3
6
  Tested up to: 2.7
7
+ <<<<<<< .mine
8
+ Stable tag: 2.23
9
+ =======
10
  Stable tag: 2.22
11
+ >>>>>>> .r78429
12
 
13
  Adds the necessary JavaScript code to enable Google Analytics.
14