@@ -3,7 +3,7 @@ Contributors: Ibericode, DvanKooten, kokoanalytics
33Tags: analytics, google analytics, privacy, statistics, website statistics
44Requires at least: 6.0
55Tested up to: 7.0
6- Stable tag: 2.3.6
6+ Stable tag: 2.3.7
77License: GPL-3.0-or-later
88License URI: https://www.gnu.org/licenses/gpl-3.0.html
99Requires 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