Koko Analytics v1.2.0 - Oct 11, 2023
- Fix compatibility with WordPress 6.0.
- Fix aggregation process not running for 5 minutes if an earlier run failed somehow.
- Fix chart tooltips not showing on WordPress dashboard.
- Minor performance improvements for aggregation process.
- Move seed (sample data) function out of the core plugin.
- Add message about checking browser console for error message in case the dashboard doesn't boot up.
- Format dates in dashboard using
Intl.DateTimeFormat
in browser, if available. - Remove Pikaday datepicker in favor of native
<input type="date">
elements. - Improve mobile view of datepicker dropdown.
- Exclude (fixed page) homepage from most viewed posts widget/shortcode/function.
- Add filter hook
koko_analytics_items_per_page
to override the number of items to show per page for the dashboard components. - Bump required PHP version to 7.3.