Skip to content

Commit 39c39d6

Browse files
v1.6.5
1 parent 72cf866 commit 39c39d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

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

readme.txt

+4-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.5-dev
7+
Stable tag: 1.6.5
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -146,11 +146,12 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
146146

147147
== Changelog ==
148148

149-
### 1.6.5 - In development
149+
### 1.6.5 - Feb 10, 2025
150150

151151
- Add importer for data from Burst Statistics.
152152
- Allow passing "false" and "no" to `monthly` query parameter in REST endpoint.
153153
- Optimize PHP execution time for plugin bootstrapping code by aggresively lazy loading code that only runs on very specific requests. From 0.05 ms to 0.03 ms (!) with opcache or 1.44 ms to 0.54 ms without opcache for general requests.
154+
- Minor code improvements to classes responsible for aggregating data from buffer file into permanent storage.
154155

155156

156157
### 1.6.4 - Jan 25, 2025
@@ -788,6 +789,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
788789
#### 1.0.2 - Nov 22, 2019
789790

790791
- Add icons to datepickers to quickly cycle through selected date periods.
791-
- Add capabilities `view_koko_analytics` and `manage_koko_analytics` to control whether a user role can view or manage statistics.
792-
- Add setting to automatically delete data older than ...
792+
- Add capabilities `view_koko_analytics` and `manage_koko_analytics` to control whether ...
793793

0 commit comments

Comments
 (0)