StatCounter – Free Real Time Visitor Stats - Version 1.6.2

Version Description

  • Bug fix for Upgrade with PayPal link.
Download this release

Release Info

Developer StatCounter
Plugin Icon StatCounter – Free Real Time Visitor Stats
Version 1.6.2
Comparing to
See all releases

Code changes from version 1.6.1 to 1.6.2

Files changed (2) hide show
  1. StatCounter-Wordpress-Plugin.php +3 -3
  2. readme.txt +11 -2
StatCounter-Wordpress-Plugin.php CHANGED
@@ -1,7 +1,7 @@
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
@@ -51,7 +51,7 @@ function statcounter_reports_page() {
51
  $sc_project = get_option(key_sc_project);
52
 
53
 
54
- echo '<iframe id="statcounter_frame" src="http://my.statcounter.com/project/standard/stats.php?project_id='.$sc_project.'" width="100%" height="2000">
55
  <p>Your browser does not support iframes.</p>
56
  </iframe>';
57
 
@@ -233,4 +233,4 @@ if($sc_invisible==1) {
233
  }
234
  }
235
 
236
- ?>
1
  <?php
2
  /*
3
  * Plugin Name: Official StatCounter Plugin
4
+ * Version: 1.6.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
51
  $sc_project = get_option(key_sc_project);
52
 
53
 
54
+ echo '<iframe id="statcounter_frame" src="http://statcounter.com/p'.$sc_project.'/?source=wordpress" width="100%" height="2000">
55
  <p>Your browser does not support iframes.</p>
56
  </iframe>';
57
 
233
  }
234
  }
235
 
236
+ ?>
readme.txt CHANGED
@@ -3,8 +3,9 @@ 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.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,6 +69,9 @@ To activate the StatCounter service for your WordPress site:
68
 
69
  == Changelog ==
70
 
 
 
 
71
  = 1.6.1 =
72
  * Correct incorrect spelling of 'invisibility'
73
 
@@ -89,3 +93,8 @@ To activate the StatCounter service for your WordPress site:
89
 
90
  = 1.1 =
91
  * Added ability to view StatCounter Stats from within the Wordpress Admin.
 
 
 
 
 
3
  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.3.1
7
+ Stable tag: 1.6.2
8
+
9
 
10
  StatCounter.com powered real-time detailed stats about the visitors to your blog.
11
 
69
 
70
  == Changelog ==
71
 
72
+ = 1.6.2 =
73
+ * Bug fix for Upgrade with PayPal link.
74
+
75
  = 1.6.1 =
76
  * Correct incorrect spelling of 'invisibility'
77
 
93
 
94
  = 1.1 =
95
  * Added ability to view StatCounter Stats from within the Wordpress Admin.
96
+
97
+ == Upgrade Notice ==
98
+
99
+ = 1.6.2 =
100
+ Upgrade to allow for fully functioning PayPal upgrade options.