Skip to content

Commit a4120fb

Browse files
v1.6.2
1 parent 76342b2 commit a4120fb

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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=wp-plugin&utm_medium=koko-analytics&utm_campaign=plugins-page
6-
Version: 1.6.1-trunk
6+
Version: 1.6.2
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.1-trunk');
37+
\define('KOKO_ANALYTICS_VERSION', '1.6.2');
3838
\define('KOKO_ANALYTICS_PLUGIN_FILE', __FILE__);
3939
\define('KOKO_ANALYTICS_PLUGIN_DIR', __DIR__);
4040

readme.txt

Lines changed: 13 additions & 13 deletions
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.1-trunk
7+
Stable tag: 1.6.2
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,6 +145,16 @@ You can [purchase Koko Analytics Pro](https://www.kokoanalytics.com/pricing/) to
145145

146146
== Changelog ==
147147

148+
### 1.6.2 - Jan 21, 2025
149+
150+
- Schedule missing `koko_analytics_aggregate_stats` event.
151+
- Ensure pageview counts are always added to the correct day, even if WP Cron stalls for more than 24 hours.
152+
- Improved correctness of the realtime visitor count in case of WP Cron stalls.
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.
156+
157+
148158
### 1.6.1 - Jan 20, 2025
149159

150160
- Show error details in Jetpack Importer when API returns an error response (instead of only writing to error log).
@@ -177,7 +187,7 @@ Reverting this change from version 1.5.2 fixes an issue with the optimized endpo
177187

178188
#### 1.5.4 - Jan 10, 2025
179189

180-
- Fix optimized enpoint file referencing no-longer existing file on some installations.
190+
- Fix optimized endpoint file referencing no-longer existing file on some installations.
181191

182192

183193
#### 1.5.3 - Jan 09, 2025
@@ -780,15 +790,5 @@ If your WordPress root directory is not writable, go to the Koko Analytics setti
780790

781791
- Add dashboard widget showing site visits over last 14 days.
782792
- Add widget for showing most viewed posts, pages or any other post type over a given period.
783-
- Add `[koko_analytics_most_viewed_posts]` shortcode.
784-
- Add pagination to tables showing top posts and top referrers.
785-
- Add settings link to plugin row on plugins overview page in WP admin.
786-
- Use ASCII for storing textual data. Fixes an issue with error message "specified key is too long" on some MySQL installations when the charset is `utf8mb4`.
787-
- Remove all data when uninstalling the plugin. Thanks to [Santiago Degetau](https://profiles.wordpress.org/tausworks/).
788-
- Improved memory usage when handling huge bursts of traffic.
789-
- Load tracking script asynchronously.
790-
- Styling improvements for the dashboard page.
791-
792-
793-
#### 1.0.0 - ...
793+
- Add ...
794794

0 commit comments

Comments
 (0)