Skip to content

Commit 3a71e3c

Browse files
v1.8.5
1 parent 485a966 commit 3a71e3c

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

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

readme.txt

Lines changed: 11 additions & 12 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.4
7+
Stable tag: 1.8.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
@@ -134,6 +134,15 @@ Koko Analytics is currently only able to track posts, pages and other post types
134134

135135
== Changelog ==
136136

137+
138+
### 1.8.5 - Jul 21, 2025
139+
140+
- Add new action hook to add table rows before the submit button on the settings page: `koko_analytics_extra_settings_rows_before_submit`
141+
- Rewrite optimized endpoint to allow for filter and action hooks.
142+
- Allow other plugins to filter pageview data in optimized endpoint.
143+
- Allow other plugins to add PHP files to include in optimized endpoint.
144+
145+
137146
### 1.8.4 - Jun 18, 2025
138147

139148
- Backwards compatibility with older versions of the tracking script. This is a special update for sites refusing to serve the latest version of the Koko Analytics script because of very stubborn caching plugins...
@@ -768,15 +777,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
768777

769778
#### 1.0.9 - Mar 9, 2020
770779

771-
- Use arrow keys (without Ctrl-key) for quickly cycling through date ranges.
772-
- Group chart by month if showing more than 2 (full) months of data.
773-
- Replace React by Preact to cut JS bundle size in half.
774-
- Normalize referrer URL's without protocol.
775-
- Improve total comparision with previous period.
776-
777-
778-
#### 1.0.8 - Feb 14, 2020
779-
780-
- Add date preset for last 28 days
781-
- Add keyboard navigation ...
780+
- Use arrow keys (without Ctrl-key) for quickly ...
782781

0 commit comments

Comments
 (0)