Skip to content

Commit 6b9abed

Browse files
v1.6.3
1 parent eeb34fc commit 6b9abed

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

koko-analytics.php

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

readme.txt

+8-12
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.6.2-trunk
7+
Stable tag: 1.6.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
@@ -145,14 +145,17 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
145145

146146
== Changelog ==
147147

148-
### 1.6.2 - Jan 21, 2025
148+
### 1.6.3 - Jan 21, 2025
149149

150150
- Schedule missing `koko_analytics_aggregate_stats` event.
151151
- Ensure pageview counts are always added to the correct day, even if WP Cron stalls for more than 24 hours.
152152
- Improved correctness of the realtime visitor count in case of WP Cron stalls.
153153
- Move the temporary buffer file to its own directory inside the uploads directory.
154-
- Bump HTTP request timeout for Jetpack importer up from 5 seconds to 90 seconds.
155-
- Fix division by zero if importing a single day of data with Jetpack Importer.
154+
- Fix syntax error on PHP 7.4 introduced in version 1.6.2
155+
- Jetpack Importer: Fix division by zero if importing a single day of data
156+
- Jetpack Importer: Bump HTTP request timeout for Jetpack importer up from 5 seconds to 90 seconds.
157+
- Jetpack Importer: Allow choosing a custom chunk size, which can be useful for sites with a large amount of posts or pages.
158+
- Do not delete database tables on plugin uninstall by default.
156159

157160

158161
### 1.6.1 - Jan 20, 2025
@@ -783,12 +786,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
783786
- Improved labels for chart x-axes.
784787
- Consistent ordering of posts and referrers tables.
785788
- Remove trailing `?` character from referrer URL's after query parameters are stripped.
786-
- Fix retrieving post title when post type is excluded from search.
787-
788-
789-
#### 1.0.1 - Nov 14, 2019
790-
791-
- Add dashboard widget showing site visits over last 14 days.
792-
- Add widget for showing most viewed posts, pages or any other post type over a given period.
793-
- Add ...
789+
- Fix ...
794790

0 commit comments

Comments
 (0)