Skip to content

Commit dd6909b

Browse files
v1.7.3
1 parent 54f35f1 commit dd6909b

File tree

2 files changed

+10
-7
lines changed

2 files changed

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

readme.txt

Lines changed: 8 additions & 5 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.2
7+
Stable tag: 1.7.3
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.3 - Apr 15, 2025
156+
157+
- Explicitly add referrer to settings page form.
158+
- Fix WP CLI command calling old method. Thanks [Oscar Arzola](https://github.com/arzola)!
159+
160+
155161
### 1.7.2 - Mar 24, 2025
156162

157163
- Hide chart group options on dashboard widget chart.
@@ -781,8 +787,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
781787
- Fixes "Invalid time" error when re-opening the dashboard in Safari.
782788

783789

784-
#### 1.0.6 - Jan 20, 2020
785-
786-
- Remember view period when navigating away from analytics dashboard.
787-
- Add filter hook to prevent loading the tracking ...
790+
#### ...
788791

0 commit comments

Comments
 (0)