Skip to content

Commit 30f5d6e

Browse files
v2.3.7
1 parent 7a16c38 commit 30f5d6e

2 files changed

Lines changed: 16 additions & 11 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=koko-analytics&utm_medium=link&utm_campaign=free-plugin-plugin-header
6-
Version: 2.3.6
6+
Version: 2.3.7
77
Description: Privacy-friendly and efficient statistics for your WordPress site.
88
Author: ibericode
99
Author URI: https://www.ibericode.com/
@@ -44,7 +44,7 @@
4444
// don't run on PHP < 7.4
4545
PHP_VERSION_ID >= 70400 || exit;
4646

47-
define('KOKO_ANALYTICS_VERSION', '2.3.6');
47+
define('KOKO_ANALYTICS_VERSION', '2.3.7');
4848
define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
4949
define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
5050

readme.txt

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Ibericode, DvanKooten, kokoanalytics
33
Tags: analytics, google analytics, privacy, statistics, website statistics
44
Requires at least: 6.0
55
Tested up to: 7.0
6-
Stable tag: 2.3.6
6+
Stable tag: 2.3.7
77
License: GPL-3.0-or-later
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
99
Requires PHP: 7.4
@@ -116,6 +116,19 @@ If your question is not listed here, read the [Koko Analytics documentation](htt
116116

117117
== Changelog ==
118118

119+
= 2.3.7 =
120+
121+
- tracking: include UTM parameters in pageview tracking requests so integrations can access campaign data.
122+
- endpoint: harden pageview and event request validation by checking required parameters and accepted types.
123+
- endpoint: unslash request data when running inside WordPress.
124+
- endpoint: use exact buffer filename matching when finding existing buffer files.
125+
- endpoint: use file locking when writing to buffer and session files.
126+
- endpoint: handle missing upload or sessions directories more defensively.
127+
- dashboard: fix saving component order when the page contains non-sortable dashboard columns.
128+
- dashboard: keep an explicit group parameter when switching chart grouping back to days.
129+
- docs: add campaign parameters to in-plugin links to Koko Analytics documentation and Pro pages.
130+
131+
119132
= 2.3.6 =
120133

121134
- dashboard: group top pages by post ID when available, so changing a post slug no longer splits its analytics in the dashboard.
@@ -151,12 +164,4 @@ If your question is not listed here, read the [Koko Analytics documentation](htt
151164

152165
- database: fix table and column value for upserting new referrer URL's.
153166

154-
155-
= 2.3.2 =
156-
157-
- dashboard: draggable icon now only shows up when hovering table header, not table body
158-
- database: prevent running database migrations concurrently
159-
- database: try to increase time limit to 300s before running database migrations
160-
- database: re-acquire and extend acquired lock after every individual database migration step
161-
162167
[View the full changelog on GitHub](https://github.com/ibericode/koko-analytics/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)