Releases: jdevalk/clicky
Releases · jdevalk/clicky
2.0
= 2.0 =
Released November 12th, 2020
- Loads the admin-side scripts on the Clicky settings page only. Props to erommel.
- Deprecates the
clicky_admin_footeraction hook in favour of theYoast\WP\Clicky\admin_footerhook. - 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.
2.0-RC1
= 2.0 =
- Stops explicit support for PHP < 5.6 / WP < 5.2. #75
- Drops the PHP 5.2 dependencies. #100
- Fixes a frontend CSS bug. #100
- Loads the admin-side scripts on the Clicky settings page only. Props to erommel. #99
- Fixes a bug where the visitor graph in the admin bar would be shown even if the site information was invalid. #80
- Uses
__DIR__instead ofdirname( __FILE__ ). #78 - Deprecates the
clicky_admin_footeraction hook in favour of theYoast\WP\Clicky\admin_footerhook. #77 - Don't use readfile unnecessarily. #74
- Removes unnecessary function call parameters. #79
1.9
- 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.