Skip to content

Commit 8e1e7d3

Browse files
v2.5.1
1 parent be86be4 commit 8e1e7d3

2 files changed

Lines changed: 9 additions & 16 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.5.1-dev1
6+
Version: 2.5.1
77
Description: Privacy-friendly and efficient statistics for your WordPress site.
88
Author: ibericode
99
Author URI: https://www.ibericode.com/
@@ -42,7 +42,7 @@
4242
// don't run on PHP < 7.4
4343
PHP_VERSION_ID >= 70400 || exit;
4444

45-
define('KOKO_ANALYTICS_VERSION', '2.5.1-dev1');
45+
define('KOKO_ANALYTICS_VERSION', '2.5.1');
4646
define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
4747
define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
4848

readme.txt

Lines changed: 7 additions & 14 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.2
55
Tested up to: 7.0
6-
Stable tag: 2.5.1-dev1
6+
Stable tag: 2.5.1
77
License: GPL-3.0-or-later
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
99
Requires PHP: 7.4
@@ -124,6 +124,12 @@ If your question is not listed here, read the [Koko Analytics documentation](htt
124124

125125
== Changelog ==
126126

127+
= 2.5.1 =
128+
129+
- tracking: more aggressive bot filter lists.
130+
- dashboard: add new Koko Analytics logo and brand colors.
131+
132+
127133
= 2.5.0 =
128134

129135
- import: add importers for Burst Statistics, Statify, WP Statistics, Independent Analytics, and SlimStat Analytics.
@@ -163,17 +169,4 @@ If your question is not listed here, read the [Koko Analytics documentation](htt
163169
- dashboard: keep an explicit group parameter when switching chart grouping back to days.
164170
- docs: add campaign parameters to in-plugin links to Koko Analytics documentation and Pro pages.
165171

166-
167-
= 2.3.6 =
168-
169-
- dashboard: group top pages by post ID when available, so changing a post slug no longer splits its analytics in the dashboard.
170-
- dashboard: resolve titles and permalinks dynamically for posts and pages in the top pages list.
171-
- dashboard: page-specific totals and charts now use post ID filters when available.
172-
- tracking: ignore query parameters when pretty permalinks are enabled.
173-
- tracking: ensure normalized paths always start with a leading slash.
174-
- data export: improve export reliability by casting numeric values and handling missing tables defensively.
175-
- settings: show database usage and table sizes on the data settings page.
176-
- settings: add current and latest database migration version to debug info.
177-
- release: exclude development-only files from the WordPress.org package.
178-
179172
[View the full changelog on GitHub](https://github.com/ibericode/koko-analytics/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)