Version Description
- Correct incorrect spelling of 'invisibility'
Download this release
Release Info
Developer | StatCounter |
Plugin | StatCounter – Free Real Time Visitor Stats |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.6.1
- StatCounter-Wordpress-Plugin.php +2 -2
- readme.txt +4 -1
StatCounter-Wordpress-Plugin.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Official StatCounter Plugin
|
4 |
-
* Version: 1.6
|
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
|
@@ -171,7 +171,7 @@ function sc_options_page() {
|
|
171 |
</tr>
|
172 |
<tr>
|
173 |
<td>
|
174 |
-
<label for="sc_invisible">Force
|
175 |
</td>
|
176 |
<td>
|
177 |
<?php
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: Official StatCounter Plugin
|
4 |
+
* Version: 1.6.1
|
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
|
171 |
</tr>
|
172 |
<tr>
|
173 |
<td>
|
174 |
+
<label for="sc_invisible">Force invisibility:</label>
|
175 |
</td>
|
176 |
<td>
|
177 |
<?php
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://statcounter.com/
|
|
4 |
Tags: web, statistics, stats, hit, counter, visitor, ip, tracker, analytics
|
5 |
Requires at least: 2.0.2
|
6 |
Tested up to: 3.1
|
7 |
-
Stable tag: 1.6
|
8 |
|
9 |
StatCounter.com powered real-time detailed stats about the visitors to your blog.
|
10 |
|
@@ -68,6 +68,9 @@ To activate the StatCounter service for your WordPress site:
|
|
68 |
|
69 |
== Changelog ==
|
70 |
|
|
|
|
|
|
|
71 |
= 1.6 =
|
72 |
* Removed the 'Logging Enabled/Disabled' option (you can deactivate the plugin instead). Updated installation instructions.
|
73 |
|
4 |
Tags: web, statistics, stats, hit, counter, visitor, ip, tracker, analytics
|
5 |
Requires at least: 2.0.2
|
6 |
Tested up to: 3.1
|
7 |
+
Stable tag: 1.6.1
|
8 |
|
9 |
StatCounter.com powered real-time detailed stats about the visitors to your blog.
|
10 |
|
68 |
|
69 |
== Changelog ==
|
70 |
|
71 |
+
= 1.6.1 =
|
72 |
+
* Correct incorrect spelling of 'invisibility'
|
73 |
+
|
74 |
= 1.6 =
|
75 |
* Removed the 'Logging Enabled/Disabled' option (you can deactivate the plugin instead). Updated installation instructions.
|
76 |
|