Skip to content

Releases: ibericode/koko-analytics

2.1.0

08 Dec 07:13
4a71658

Choose a tag to compare

2.1.0 - Dec 08, 2025

  • New settings page structure!
  • Use existing removeable query args from WP core for notices.

2.0.22

01 Dec 08:04
c9f41d0

Choose a tag to compare

2.0.22 - Dec 01, 2025

  • specify apiVersion for block type so that WP 6.9 can use new iframe editor.

2.0.21

28 Nov 08:19
e50d78f

Choose a tag to compare

2.0.21 - Nov 28, 2025

  • Prune blocked referrer domains retro-actively.
  • Fix double echo on settings page.
  • Fix hanging query on certain MySQL installations for deleting orphaned referrer rows.
  • Add wp koko-analytics prune command for WP CLI.

2.0.20

19 Nov 11:19
b740278

Choose a tag to compare

2.0.20 - Nov 14, 2025

  • Fix hard-coded table prefix in data export file.
  • Increase batch size during data migration to v2 format from 500 to 1000 rows.
  • Drop temporary table after data migration to v2.

2.0.19

15 Oct 06:43
f9d5ed4

Choose a tag to compare

2.0.19 - Oct 15, 2025

  • Print (< 500 bytes) tracking script inline in page HTML to save on an additional HTTP request and resolve overly aggressive cache issues.
  • Add importer for Plausible.
  • Change public dashboard URL to /koko-analytics-dashboard/ if pretty permalinks are enabled.
  • Exclude visits to post previews.

2.0.16

19 Sep 07:37
746a530

Choose a tag to compare

2.0.16 - Sep 19, 2025

  • Prevent persistent object caches from breaking database migration lock mechanism.
  • Add site URL to database export filename.
  • Export table structure at the time of export.
  • Database connection in importer now logs warnings instead of throwing an exception on database errors.

2.0.15

17 Sep 07:04
f91f1ed

Choose a tag to compare

2.0.15 - Sep 17, 2025

  • Fix count of total number of rows in table for grouped result.
  • Fix compatibility with Borlabs Cookie library script.
  • Add koko_analytics_write_data_export action hook.
  • Show success/error message after certain user-initiated admin actions.
  • Minor performance gain on dashboard.

2.0.14

16 Sep 06:59
01a211e

Choose a tag to compare

2.0.14 - Sep 15, 2025

  • Fix issue in v2 data migration for sites with over 500 distinct public posts.
  • Fix pagination showing up despite there being no more items.
  • Fix styling of file upload button on settings page.
  • Disallow access to public dashboard for anything resembling a bot or crawler.

2.0.13

11 Sep 07:17
18a7cab

Choose a tag to compare

2.0.13 - Sep 11, 2025

  • post_id column on wp_koko_analytics_post_stats table should be of type INT, not MEDIUMINT. This fixes an issue on sites with post ID's larger than 16777215.
  • Fix datepicker dropdown heading spanning multiple lines on certain translations.

2.0.12

09 Sep 11:42
b2852a9

Choose a tag to compare

2.0.12 - Sep 09, 2025

  • Fix incorrect post paths from data migration to v2.
  • Fix table cell width on small screens for pageviews column.
  • Add normalizer rule for AMP urls.
  • Group on path_id to prevent duplicate paths for front-pages.
  • Minor performance improvement in class autoloader.
  • Run database migrations at wp_loaded hook to ensure all custom post types are registered.