@@ -4,7 +4,7 @@ Donate link: https://wordpress.org/support/plugin/koko-analytics/reviews/#new-po
4
4
Tags: analytics, statistics, stats, privacy, counter
5
5
Requires at least: 6.0
6
6
Tested up to: 6.7
7
- Stable tag: 1.6.2-trunk
7
+ Stable tag: 1.6.3
8
8
License: GPL-3.0-or-later
9
9
License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
10
Requires PHP: 7.4
@@ -145,14 +145,17 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
145
145
146
146
== Changelog ==
147
147
148
- ### 1.6.2 - Jan 21, 2025
148
+ ### 1.6.3 - Jan 21, 2025
149
149
150
150
- Schedule missing `koko_analytics_aggregate_stats` event.
151
151
- Ensure pageview counts are always added to the correct day, even if WP Cron stalls for more than 24 hours.
152
152
- Improved correctness of the realtime visitor count in case of WP Cron stalls.
153
153
- 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.
156
159
157
160
158
161
### 1.6.1 - Jan 20, 2025
@@ -783,12 +786,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
783
786
- Improved labels for chart x-axes.
784
787
- Consistent ordering of posts and referrers tables.
785
788
- 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 ...
794
790
0 commit comments