Clicky by Yoast - Version 1.4.1.1

Version Description

  • Removed a ) too much. I suck at coding, sometimes.
Download this release

Release Info

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

Code changes from version 1.4.1 to 1.4.1.1

Files changed (2) hide show
  1. clicky.php +2 -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.4.1
5
  Plugin URI: http://getclicky.com/goodies/#wordpress
6
  Description: Integrates Clicky on your blog!
7
  Author: Joost de Valk
@@ -68,7 +68,7 @@ if ( ! class_exists( 'Clicky_Admin' ) ) {
68
  add_action( 'admin_print_styles', array( &$this,'config_page_styles' ) );
69
 
70
  add_action( 'admin_menu', array( &$this, 'meta_box' ) );
71
- add_action( 'publish_post', array( &$this, 'clicky_insert_post' ) ;
72
 
73
  add_action( 'wp_head', array( &$this, 'stats_admin_bar_head') );
74
 
1
  <?php
2
  /*
3
  Plugin Name: Clicky for WordPress
4
+ Version: 1.4.1.1
5
  Plugin URI: http://getclicky.com/goodies/#wordpress
6
  Description: Integrates Clicky on your blog!
7
  Author: Joost de Valk
68
  add_action( 'admin_print_styles', array( &$this,'config_page_styles' ) );
69
 
70
  add_action( 'admin_menu', array( &$this, 'meta_box' ) );
71
+ add_action( 'publish_post', array( &$this, 'clicky_insert_post' ) );
72
 
73
  add_action( 'wp_head', array( &$this, 'stats_admin_bar_head') );
74
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/donate/
4
  Tags: analytics, statistics, clicky, getclicky, affiliate, outbound links, analysis, Joost de Valk, Yoast
5
  Requires at least: 2.8
6
  Tested up to: 3.3
7
- Stable tag: 1.4.1
8
 
9
  Integrates the Clicky (from getClicky.com) web analytics service into your blog.
10
 
@@ -38,6 +38,10 @@ Read the authors [review of Clicky Analytics](http://yoast.com/clicky-analytics-
38
 
39
  == Changelog ==
40
 
 
 
 
 
41
  = 1.4.1 =
42
 
43
  * Forgot to remove a piece of code that's no longer used.
4
  Tags: analytics, statistics, clicky, getclicky, affiliate, outbound links, analysis, Joost de Valk, Yoast
5
  Requires at least: 2.8
6
  Tested up to: 3.3
7
+ Stable tag: 1.4.1.1
8
 
9
  Integrates the Clicky (from getClicky.com) web analytics service into your blog.
10
 
38
 
39
  == Changelog ==
40
 
41
+ = 1.4.1.1 =
42
+
43
+ * Removed a ) too much. I suck at coding, sometimes.
44
+
45
  = 1.4.1 =
46
 
47
  * Forgot to remove a piece of code that's no longer used.