@@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/plugin/koko-analytics/reviews/#new-po
44Tags: analytics, statistics, stats, privacy, counter
55Requires at least: 6.0
66Tested up to: 6.7
7- Stable tag: 1.6.2-trunk
7+ Stable tag: 1.6.3
88License: GPL-3.0-or-later
99License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010Requires 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