All Versions
29
Latest Version
Avg Release Cycle
22 days
Latest Release
685 days ago

Changelog History
Page 1

  • v1.0.27 Changes

    May 04, 2021
    • ๐Ÿ“œ Use defer attribute on script to not block parsing at all.
    • Normalize Pinterest URL's with and without www subdomain.
    • ๐Ÿ›  Fix some missing translations.
  • v1.0.26 Changes

    February 17, 2021
    • Re-introduce last 28 days by popular request.
    • ๐Ÿ›  Fix date presets dropdown not working in WebKit based browsers.
    • โšก๏ธ Update built-in referrer blocklist.
  • v1.0.25 Changes

    February 16, 2021
    • โž• Add several new date presets, like yesterday or last week.
    • โž• Add support for entering custom date ranges using keyboard input.
    • ๐Ÿ‘Œ Improve algorithm for chart y-axes to prevent huge jumps.
    • Add function for manually printing tracking script: <?php koko_analyics_tracking_script(); ?>
    • โšก๏ธ Update JS dependencies.
  • v1.0.24 Changes

    January 20, 2021
    • ๐Ÿ”Œ Append random query parameter to tracking request to avoid beind cached now that the plugin is using a custom tracking endpoint.
    • โšก๏ธ Update JS dependencies.
  • v1.0.23 Changes

    January 15, 2021

    ๐ŸŽ Major performance improvement by writing an optimized endpoint file containing the correct file paths, regardless of WordPress directory structure set-up.

    โšก๏ธ If your WordPress root directory is not writable, go to the Koko Analytics settings page for instructions on how to manually create this optimized endpoint file.

  • v1.0.22 Changes

    November 18, 2020

    1.0.22 - Nov 18, 2020

    • ๐Ÿ›  Fix PHP warnings in migration script, for trying to unlink unexisting file (eg on new plugin installs).
    • ๐Ÿ”Œ Generate URL to custom endpoint file correctly. Fixes issue with some multilingual plugins not recording pageviews correctly.
  • v1.0.21 Changes

    November 05, 2020
    • โšก๏ธ Update option that stores whether to use custom endpoint after unlinking it, to prevent sending requests to an unexisting file.
  • v1.0.20 Changes

    November 03, 2020

    1.0.20 - Nov 3, 20202

    • Do not use custom endpoint file if using custom uploads directory.
    • ๐Ÿ“ˆ Use value from KOKO_ANALYTICS_USE_CUSTOM_ENDPOINT if it is defined.
    • Only call add_cap on administrator role if such a role exists
    • โšก๏ธ Update JS dependencies.
    • โšก๏ธ Update built-in referrer blocklist.
  • v1.0.19 Changes

    September 02, 2020

    1.0.19 - Sep 2, 2020

    • Create buffer file directory if it does not exist yet, eg on a fresh WP install.
    • โšก๏ธ Update preact and date-fns to their latest versions.
    • โšก๏ธ Update built-in referrer blocklist.
  • v1.0.18 Changes

    August 25, 2020

    1.0.18 - Aug 25, 2020

    • ๐Ÿ›  Fix issue with tracking not working on AMP powered pages or issuing a request to a non-existing file on cdn.ampproject.org.