Clicky by Yoast - Version 1.1.4

Version Description

  • Minor backend improvements.
Download this release

Release Info

Developer joostdevalk
Plugin Icon 128x128 Clicky by Yoast
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

Files changed (2) hide show
  1. clicky.php +3 -3
  2. readme.txt +5 -2
clicky.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Clicky for WordPress
4
- Version: 1.1.3
5
  Plugin URI: http://getclicky.com/goodies/#wordpress
6
  Description: Integrates Clicky on your blog!
7
  Author: Joost de Valk
@@ -166,7 +166,7 @@ if ( ! class_exists( 'Clicky_Admin' ) ) {
166
  }
167
  ?>
168
  <div class="wrap">
169
- <a href="http://getclicky.com/"><div id="clicky-icon" style="background: url(<?php echo plugins_url('',__FILE__); ?>/images/clicky-32x32.png) no-repeat;" class="icon32"><br /></div></a>
170
  <h2>Clicky <?php _e("Configuration",'clicky'); ?></h2>
171
  <div class="postbox-container" style="width:70%;">
172
  <div class="metabox-holder">
@@ -175,7 +175,7 @@ if ( ! class_exists( 'Clicky_Admin' ) ) {
175
  <?php
176
  wp_nonce_field('clicky-config');
177
 
178
- $content = '<p style="text-align:left; margin: 0 10px; font-size: 13px; line-height: 150%;">'.sprintf(__('Go to your %1$suser homepage on Clicky%2$s and click &quot;Preferences&quot; under the name of the domain, you will find the Site ID, Site Key, Admin Site Key and Database Server under Site information.', 'clicky'),'<a href="http://getclicky.com/user/">','</a>').'</p>';
179
 
180
  $rows = array ();
181
  $rows[] = array(
1
  <?php
2
  /*
3
  Plugin Name: Clicky for WordPress
4
+ Version: 1.1.4
5
  Plugin URI: http://getclicky.com/goodies/#wordpress
6
  Description: Integrates Clicky on your blog!
7
  Author: Joost de Valk
166
  }
167
  ?>
168
  <div class="wrap">
169
+ <a href="http://getclicky.com/145844"><div id="clicky-icon" style="background: url(<?php echo plugins_url('',__FILE__); ?>/images/clicky-32x32.png) no-repeat;" class="icon32"><br /></div></a>
170
  <h2>Clicky <?php _e("Configuration",'clicky'); ?></h2>
171
  <div class="postbox-container" style="width:70%;">
172
  <div class="metabox-holder">
175
  <?php
176
  wp_nonce_field('clicky-config');
177
 
178
+ $content = '<p style="text-align:left; margin: 0 10px; font-size: 13px; line-height: 150%;">'.sprintf(__('Go to your %1$suser homepage on Clicky%2$s and click &quot;Preferences&quot; under the name of the domain, you will find the Site ID, Site Key, Admin Site Key and Database Server under Site information.', 'clicky'),'<a href="http://getclicky.com/145844">','</a>').'</p>';
179
 
180
  $rows = array ();
181
  $rows[] = array(
readme.txt CHANGED
@@ -4,13 +4,13 @@ Donate link: http://yoast.com/
4
  Tags: analytics, statistics, clicky
5
  Requires at least: 2.8
6
  Tested up to: 3.0
7
- Stable tag: 1.1.3
8
 
9
  Integrates the Clicky web analytics service and optionally the Clicky.me short URL service into your blog.
10
 
11
  == Description ==
12
 
13
- Integrates the Clicky web analytics service and optionally the Clicky.me short URL service into your blog.
14
 
15
  * Automatically adding your Clicky tracking code everywhere.
16
  * Option to ignore admins.
@@ -33,6 +33,9 @@ Integrates the Clicky web analytics service and optionally the Clicky.me short U
33
 
34
  == Changelog ==
35
 
 
 
 
36
  = 1.1.3 =
37
  * Fixed bug that would cause tracking not to work if commenter name tracking was not enabled.
38
 
4
  Tags: analytics, statistics, clicky
5
  Requires at least: 2.8
6
  Tested up to: 3.0
7
+ Stable tag: 1.1.4
8
 
9
  Integrates the Clicky web analytics service and optionally the Clicky.me short URL service into your blog.
10
 
11
  == Description ==
12
 
13
+ Integrates the [Clicky web analytics](http://getclicky.com/145844) service and optionally the Clicky.me short URL service into your blog.
14
 
15
  * Automatically adding your Clicky tracking code everywhere.
16
  * Option to ignore admins.
33
 
34
  == Changelog ==
35
 
36
+ = 1.1.4 =
37
+ * Minor backend improvements.
38
+
39
  = 1.1.3 =
40
  * Fixed bug that would cause tracking not to work if commenter name tracking was not enabled.
41