Skip to content

Commit 8c68f92

Browse files
v1.8.1
1 parent 9a4f7da commit 8c68f92

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

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.8.0
6+
Version: 1.8.1
77
Description: Privacy-friendly and efficient statistics 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.8.0');
37+
\define('KOKO_ANALYTICS_VERSION', '1.8.1');
3838
\define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
3939
\define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
4040

readme.txt

Lines changed: 7 additions & 4 deletions
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, analytics alternative
55
Requires at least: 6.0
66
Tested up to: 6.8
7-
Stable tag: 1.8.0
7+
Stable tag: 1.8.1
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -134,6 +134,11 @@ Koko Analytics is currently only able to track posts, pages and other post types
134134

135135
== Changelog ==
136136

137+
### 1.8.1 - Jun 13, 2025
138+
139+
- Fix issue with optimized endpoint not working introduced in version 1.8.0
140+
141+
137142
### 1.8.0 - Jun 12, 2025
138143

139144
- Added a new tracking method: [cookieless tracking](https://www.kokoanalytics.com/kb/cookie-vs-cookieless-tracking-methods).
@@ -766,7 +771,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
766771
- Add keyboard navigation support for quickly cycling through date periods (Ctrl + Arrow key)
767772
- Expand referrer aggregation logic. If you have any URL's you would like to see combined into a single domain, please [post them here](https://github.com/ibericode/koko-analytics/issues/43).
768773
- Fix referrer URL's table missing the AUTO_INCREMENT statement.
769-
- Change dropdown to number input in most viewed posts widget.
770-
- Show notice on dashboard page if an issue with WP Cron is detected.
771-
- Improved y-axes ...
774+
- Change dropdown to number input in most viewed posts ...
772775

0 commit comments

Comments
 (0)