Skip to content

Commit 5485cf0

Browse files
v2.5.0
1 parent d08f10d commit 5485cf0

2 files changed

Lines changed: 12 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.4.1
6+
Version: 2.5.0
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.4.1');
45+
define('KOKO_ANALYTICS_VERSION', '2.5.0');
4646
define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
4747
define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
4848

readme.txt

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

123123
== Changelog ==
124124

125+
= 2.5.0 =
126+
127+
- import: add importers for Burst Statistics, Statify, WP Statistics, Independent Analytics, and SlimStat Analytics.
128+
- import: fix updating existing referrer statistics during imports.
129+
- dashboard: improve the styling of KPI metrics, charts, tables, pagination, and the Pro upsell.
130+
- dashboard: dim the realtime component when filtering by page.
131+
- data: run database migrations immediately after resetting tables.
132+
133+
125134
= 2.4.1 =
126135

127136
- import: fix Plausible importer compatibility with PHP 7.4.
@@ -165,12 +174,4 @@ If your question is not listed here, read the [Koko Analytics documentation](htt
165174
- settings: add current and latest database migration version to debug info.
166175
- release: exclude development-only files from the WordPress.org package.
167176

168-
169-
= 2.3.5 =
170-
171-
- data: ensure aggregation process does not run while database migrations are pending.
172-
- perf: aggregation process no longer invalidates alloptions cache on every run.
173-
- perf: process database pruning in chunks of 10K rows.
174-
- security: add nonce verification to user-initiated action to update to v2.
175-
176177
[View the full changelog on GitHub](https://github.com/ibericode/koko-analytics/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)