Skip to content

Commit 8ef3235

Browse files
v1.6.0
1 parent b77869a commit 8ef3235

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

koko-analytics.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Plugin Name: Koko Analytics
55
Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
6-
Version: 1.5.5
6+
Version: 1.6.0
77
Description: Privacy-friendly analytics for your WordPress site.
88
Author: ibericode
99
Author URI: https://www.ibericode.com/
@@ -34,7 +34,7 @@
3434

3535
namespace KokoAnalytics;
3636

37-
\define('KOKO_ANALYTICS_VERSION', '1.5.5');
37+
\define('KOKO_ANALYTICS_VERSION', '1.6.0');
3838
\define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
3939
\define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
4040

readme.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/plugin/koko-analytics/reviews/#new-po
44
Tags: analytics, statistics, stats, privacy, counter
55
Requires at least: 6.0
66
Tested up to: 6.7
7-
Stable tag: 1.5.5
7+
Stable tag: 1.6.0
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -145,6 +145,22 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
145145

146146
== Changelog ==
147147

148+
### 1.6.0 - Jan 17, 2025
149+
150+
- Bump minimal required PHP version to 7.4 or higher.
151+
- Fix issue with date generation for "this_week" and "last_week" presets.
152+
- Modify chart tooltip position so it's never causing horizontal overflow.
153+
- Hide chart tooltip on scroll.
154+
- Expand column width of pageviews and visitors column on large screens with ample space.
155+
- Fix undefined array key notice introduced in version 1.5.5.
156+
- Make all strings from Jetpack Importer feature translatable. Thanks to [Alex Lion](https://alexclassroom.com/).
157+
- Fix REST API routes returning a HTTP 500 error if called without a `start_date` parameter.
158+
159+
PS. We've started the works on a [standalone version of Koko Analytics](https://github.com/koko-analytics/koko-analytics/) that allows you to track non-WordPress sites.
160+
161+
You can read some more about it on Danny's personal blog: https://www.dannyvankooten.com/blog/2025/building-privacy-friendly-website-analytics/
162+
163+
148164
### 1.5.5 - Jan 10, 2025
149165

150166
Don't use `upgrader_process_complete` for checking pending database migration. This can't be used because this specific hook runs using the old version of the plugin...

0 commit comments

Comments
 (0)