Skip to content

Commit 39d15d3

Browse files
1.7.2
1 parent 376f143 commit 39d15d3

File tree

2 files changed

+10
-8
lines changed

2 files changed

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

readme.txt

Lines changed: 8 additions & 6 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, privacy, counter
55
Requires at least: 6.0
66
Tested up to: 6.7
7-
Stable tag: 1.7.1
7+
Stable tag: 1.7.2
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -152,6 +152,12 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
152152

153153
== Changelog ==
154154

155+
### 1.7.2 - Mar 24, 2025
156+
157+
- Hide chart group options on dashboard widget chart.
158+
- Run referrer URL's in dashboard widget through href normalizer.
159+
- Very minor performance optimisation for generating chart HTML.
160+
155161

156162
### 1.7.1 - Mar 10, 2025
157163

@@ -778,9 +784,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
778784
#### 1.0.6 - Jan 20, 2020
779785

780786
- Remember view period when navigating away from analytics dashboard.
781-
- Add filter hook to prevent loading the tracking script: `koko_analytics_load_tracking_script`
782-
- Ignore all user agents containing the word `seo`
783-
- Ignore requests if page is loaded inside an iframe.
784-
- Only read `document.cookie` if cookie use is actually enabled.
785-
- In chart, ...
787+
- Add filter hook to prevent loading the tracking ...
786788

0 commit comments

Comments
 (0)