Version Description
Compatibility enhancements
Download this release
Release Info
Developer | StatCounter |
Plugin | StatCounter – Free Real Time Visitor Stats |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.02 to 2.0.2
- StatCounter-Wordpress-Plugin.php +1 -2
- readme.txt +8 -6
StatCounter-Wordpress-Plugin.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Official StatCounter Plugin
|
4 |
-
* Version: 2.0.
|
5 |
* Plugin URI: http://statcounter.com/
|
6 |
* Description: Adds the StatCounter tracking code to your blog. <br>To get setup: 1) Activate this plugin 2) Enter your StatCounter Project ID and Security Code in the <a href="options-general.php?page=StatCounter-Wordpress-Plugin.php"><strong>options page</strong></a>.
|
7 |
* Author: Aodhan Cullen
|
@@ -262,5 +262,4 @@ function addToTags($pid){
|
|
262 |
|
263 |
}
|
264 |
}
|
265 |
-
|
266 |
?>
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Official StatCounter Plugin
|
4 |
+
* Version: 2.0.2
|
5 |
* Plugin URI: http://statcounter.com/
|
6 |
* Description: Adds the StatCounter tracking code to your blog. <br>To get setup: 1) Activate this plugin 2) Enter your StatCounter Project ID and Security Code in the <a href="options-general.php?page=StatCounter-Wordpress-Plugin.php"><strong>options page</strong></a>.
|
7 |
* Author: Aodhan Cullen
|
262 |
|
263 |
}
|
264 |
}
|
|
|
265 |
?>
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: Aodhan Cullen
|
3 |
Donate link: http://statcounter.com/
|
4 |
Tags: web, statistics, stats, hit, counter, visitor, ip, tracker, analytics
|
5 |
-
Requires at least: 2.0.
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -69,8 +69,11 @@ To activate the StatCounter service for your WordPress site:
|
|
69 |
2. Using the magnify tool, you can "zoom in" on individual visitors and get a detailed report on where they are from, their system settings, and most importantly, what link reffered them to your site and their navigation path through your site.
|
70 |
|
71 |
== Changelog ==
|
72 |
-
= 2.0.
|
73 |
-
|
|
|
|
|
|
|
74 |
|
75 |
= 2.0 =
|
76 |
StatCounter Tags supported.
|
@@ -152,4 +155,3 @@ Bug fix to prevent user entry of whitespace characters for Project ID and Securi
|
|
152 |
|
153 |
= 1.6.2 =
|
154 |
Upgrade to allow for fully functioning PayPal upgrade options.
|
155 |
-
|
2 |
Contributors: Aodhan Cullen
|
3 |
Donate link: http://statcounter.com/
|
4 |
Tags: web, statistics, stats, hit, counter, visitor, ip, tracker, analytics
|
5 |
+
Requires at least: 2.0.3
|
6 |
+
Tested up to: 4.9.1
|
7 |
+
Stable tag: 2.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
69 |
2. Using the magnify tool, you can "zoom in" on individual visitors and get a detailed report on where they are from, their system settings, and most importantly, what link reffered them to your site and their navigation path through your site.
|
70 |
|
71 |
== Changelog ==
|
72 |
+
= 2.0.2 =
|
73 |
+
Compatibility enhancements
|
74 |
+
|
75 |
+
= 2.0.1 =
|
76 |
+
Security enhancements
|
77 |
|
78 |
= 2.0 =
|
79 |
StatCounter Tags supported.
|
155 |
|
156 |
= 1.6.2 =
|
157 |
Upgrade to allow for fully functioning PayPal upgrade options.
|
|