Skip to content

Commit

Permalink
v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 26, 2025
1 parent 5b7a78b commit 9b509a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions koko-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
Plugin Name: Koko Analytics
Plugin URI: https://www.kokoanalytics.com/#utm_source=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
Version: 1.6.3
Version: 1.6.4
Description: Privacy-friendly analytics for your WordPress site.
Author: ibericode
Author URI: https://www.ibericode.com/
Expand Down Expand Up @@ -34,7 +34,7 @@

namespace KokoAnalytics;

\define('KOKO_ANALYTICS_VERSION', '1.6.3');
\define('KOKO_ANALYTICS_VERSION', '1.6.4');
\define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
\define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);

Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/plugin/koko-analytics/reviews/#new-po
Tags: analytics, statistics, stats, privacy, counter
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.6.3
Stable tag: 1.6.4
License: GPL-3.0-or-later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 7.4
Expand Down Expand Up @@ -145,6 +145,11 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to

== Changelog ==

### 1.6.4 - Jan 25, 2025

- Fix dashboard data always publicly accessible through REST API endpoints.


### 1.6.3 - Jan 21, 2025

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

0 comments on commit 9b509a4

Please sign in to comment.