Skip to content

Commit 0fec021

Browse files
v1.6.6
1 parent 484069c commit 0fec021

File tree

2 files changed

+12
-12
lines changed

2 files changed

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

readme.txt

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

152152
== Changelog ==
153153

154+
### 1.6.6 - Feb 18, 2025
155+
156+
- Fix same-page referrer detection when not using cookie.
157+
- Preserve page filter when using datepicker to change date period.
158+
- Limit realtime pageviews in dashboard widget to today's pageviews when viewed shortly after midnight.
159+
160+
154161
### 1.6.5 - Feb 10, 2025
155162

156163
- Add importer for data from Burst Statistics.
157164
- Allow passing "false" and "no" to `monthly` query parameter in REST endpoints.
158-
- Optimize PHP execution time for plugin bootstrapping code by aggressively 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.
165+
- Optimize PHP execution time for plugin bootstrapping code by aggressively 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.
159166
- Minor code improvements to classes responsible for aggregating data from buffer file into permanent storage.
160167

161168

@@ -787,12 +794,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
787794
- Handle network request errors on admin pages.
788795
- Return HTTP 500 error when unable to write to buffer file.
789796
- Simplify adding post title to post type statistics.
790-
- Extend browser support to include older browsers.
791-
- Handle filesystem errors in aggregation process.
792-
793-
794-
#### 1.0.2 - Nov 22, 2019
795-
796-
- Add icons to datepickers to quickly cycle through selected date periods.
797-
- Add capabilities `view_koko_analytics` and `manage_koko_analytics` to control whether ...
797+
- ...
798798

0 commit comments

Comments
 (0)