Skip to content

Commit 9b509a4

Browse files
v1.6.4
1 parent 5b7a78b commit 9b509a4

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

koko-analytics.php

+2-2
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.6.3
6+
Version: 1.6.4
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.6.3');
37+
\define('KOKO_ANALYTICS_VERSION', '1.6.4');
3838
\define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
3939
\define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
4040

readme.txt

+7-4
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.6.3
7+
Stable tag: 1.6.4
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,11 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
145145

146146
== Changelog ==
147147

148+
### 1.6.4 - Jan 25, 2025
149+
150+
- Fix dashboard data always publicly accessible through REST API endpoints.
151+
152+
148153
### 1.6.3 - Jan 21, 2025
149154

150155
- Schedule missing `koko_analytics_aggregate_stats` event.
@@ -784,7 +789,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
784789
- Improved animations when dashboard data updates.
785790
- Improved column type constraints for storing data.
786791
- Improved labels for chart x-axes.
787-
- Consistent ordering of posts and referrers tables.
788-
- Remove trailing `?` character from referrer URL's after query parameters are stripped.
789-
- Fix ...
792+
- Consistent ordering of posts and ...
790793

0 commit comments

Comments
 (0)