Version
Release Date
Change Log
2.0
2020-11-12
Released November 12th, 2020
Loads the admin-side scripts on the Clicky settings page only. Props to erommel.
Deprecates the clicky_admin_footer
action hook in favour of the Yoast\WP\Clicky\admin_footer
hook.
Fixes a frontend CSS bug.
Fixes a bug where the visitor graph in the admin bar would be shown even if the site information was invalid.
Fixes a bug where the Clicky blog feed wasn't retrieved properly.
Stops explicit support for PHP < 5.6 / WP < 5.2.
1.9
2020-04-07
Updated required PHP version to 5.6.
Lots of code style and escaping improvements.
Fixes a PHP warning for a file that's not found in some setups, props Miller Media.
1.8
2019-06-17
Lots of code style and escaping improvements.
Removed banner for the Yoast website review service as it's no longer offered.
Added RTL stylesheets.
1.7
2019-02-26
Released February 26th, 2019
Other improvements:
Updates the Clicky tracking code to support the new format. Props to drkskwlkr.
1.6
2016-07-01
Released June 30th, 2016
Minor security improvements:
Only allow expected characters in user settings thanks to a report by Netsparker.
Proper escaping of translated string in image attributes.
Other improvements:
* Only load the resources when required settings are entered.
* Properly handle erroneous request responses.
* Updated translations.
* Updated i18n module.
1.4.3
2014-07-03
Released July 3rd, 2014.
1.4.2.4
2014-04-30
=
Minor stability improvements to code.
Improved code formatting.
i18n updates
Replaced mangled fr_FR files
Updated tr_TK
1.4.2.3
2014-01-26
Don't overwrite the clicky_custom
variable when it's already there.
Added phpDoc
Use https instead of http for showing stats page
The -part now uses // instead of http:// so it can switch to https.
Added Turkish (tr_TK)
1.4.2.2
2012-12-21
Prevent collission with utm username param.
1.4.2.1
2012-08-08
Fixed a few notices.
Fixed a possible crash due to not having imagemagick compiled in.
Added a whole bunch of translations.
1.4.2
2012-06-10
Option to disable the use of cookies.
Fix some notices.
1.4.1.3
2012-04-10
Fix for another "possible" error.
1.4.1.2
2012-04-06
Fixed divide by zero on site with empty stats.
Removed a no longer used hook.
1.4.1.1
2012-04-04
Removed a ) too much. I suck at coding, sometimes.
1.4.1
2012-04-04
Forgot to remove a piece of code that's no longer used.
1.4
2012-04-04
Interface cleanup, interface no longer breaks on smaller resolutions.
No more unneeded JavaScript being loaded on the admin pages.
Made the Goal Tracking box work for all post types and made it smaller.
Removed some code that was no longer used.
Removed dashboard widget, added Yoast news widget to settings page.
Added a small stats indicator of visitors in the last 48 to the WordPress toolbar.
1.3
2012-02-16
Added support for the new outbound link pattern matching.
1.2.3
2011-07-15
No longer track preview pages.
Made the tracking code a bit simpler.
1.2.2
2011-06-29
Fixed error in pointing the script to in.getclicky.com instead of static.getclicky.com.
1.2.1
2011-06-25
Made the admin class load conditionally instead of always.
Added donation button.
Updated documentation.
1.2
2011-06-25
Update to work with the new CDN per this post.
Remove clicky.me integration that was no longer working anyway due to Twitter API changes.
1.1.5
2010-09-04
Tiny improvement in error handling to prevent "Cannot use object of type WP_Error as array" error.
1.1.4
2010-05-13
Minor backend improvements.
1.1.3
2010-04-12
Fixed bug that would cause tracking not to work if commenter name tracking was not enabled.
1.1.2
2010-04-09
Another tiny bugfix on the js outputted.
1.1.1
2010-03-28
Removed tracking of category and author due to complaints. We'll see later if there's a way to add it back in more wisely.
1.1
2010-03-26
Switched to the new asynchronous javascript.
Added tracking of category and author as custom variables.
Fixed the bug that caused tweeting of updated posts.
Some slight updates to the backend.
1.0.6
2009-11-21
Auto-tweeting now only happens when a post is first published.
Made sure there are no spaces in site ID, site key and admin site key are always trimmed.
Added extra check to make sure clicky.me returned a valid short URL before tweeting.
1.0.5
2009-11-17
Minor copy changes.
Added comment tracking through Clicky's Incoming API. Comments are tracked as a "click", but you can also set it as a goal, to learn how and for more details read this post: Comment Tracking in Clicky.
1.0.4
2009-11-05
Made sure there's no spaces in the Site ID when displaying it, should solve blank Dashboard Stats Page issue.
1.0.3
2009-11-03
Made all strings localizable (is that even a word).
Added .pot file to allow localization.
Added a Dutch translation.
1.0.2
2009-11-03
Added option to auto tweet articles, removing the checkbox from the add post screen. This makes sure auto tweet works when you're posting from within an external editor.