Version Description
- Fixed error in pointing the script to in.getclicky.com instead of static.getclicky.com.
Download this release
Release Info
Developer | joostdevalk |
Plugin | Clicky by Yoast |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- clicky.php +2 -2
- readme.txt +5 -1
clicky.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Clicky for WordPress
|
4 |
-
Version: 1.2.
|
5 |
Plugin URI: http://getclicky.com/goodies/#wordpress
|
6 |
Description: Integrates Clicky on your blog!
|
7 |
Author: Joost de Valk
|
@@ -297,7 +297,7 @@ function clicky_script() {
|
|
297 |
var s = document.createElement('script');
|
298 |
s.type = 'text/javascript';
|
299 |
s.async = true;
|
300 |
-
s.src = ( document.location.protocol == 'https:' ? 'https://
|
301 |
( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
|
302 |
})();
|
303 |
</script>
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Clicky for WordPress
|
4 |
+
Version: 1.2.2
|
5 |
Plugin URI: http://getclicky.com/goodies/#wordpress
|
6 |
Description: Integrates Clicky on your blog!
|
7 |
Author: Joost de Valk
|
297 |
var s = document.createElement('script');
|
298 |
s.type = 'text/javascript';
|
299 |
s.async = true;
|
300 |
+
s.src = ( document.location.protocol == 'https:' ? 'https://static.getclicky.com' : 'http://static.getclicky.com' ) + '/js';
|
301 |
( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
|
302 |
})();
|
303 |
</script>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/donate/
|
|
4 |
Tags: analytics, statistics, clicky, getclicky
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.2
|
7 |
-
Stable tag: 1.2.
|
8 |
|
9 |
Integrates the Clicky (from getClicky.com) web analytics service into your blog.
|
10 |
|
@@ -35,6 +35,10 @@ Read the authors [review of Clicky Analytics](http://yoast.com/clicky-analytics-
|
|
35 |
|
36 |
== Changelog ==
|
37 |
|
|
|
|
|
|
|
|
|
38 |
= 1.2.1 =
|
39 |
|
40 |
* Made the admin class load conditionally instead of always.
|
4 |
Tags: analytics, statistics, clicky, getclicky
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.2
|
7 |
+
Stable tag: 1.2.2
|
8 |
|
9 |
Integrates the Clicky (from getClicky.com) web analytics service into your blog.
|
10 |
|
35 |
|
36 |
== Changelog ==
|
37 |
|
38 |
+
= 1.2.2 =
|
39 |
+
|
40 |
+
* Fixed error in pointing the script to in.getclicky.com instead of static.getclicky.com.
|
41 |
+
|
42 |
= 1.2.1 =
|
43 |
|
44 |
* Made the admin class load conditionally instead of always.
|