Skip to content

Releases: ibericode/koko-analytics

1.0.27

04 May 08:31
Compare
Choose a tag to compare

1.0.27 - May 4, 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.

1.0.25

16 Feb 14:59
Compare
Choose a tag to compare

1.0.25 - Feb 15, 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.

1.0.24

20 Jan 08:24
Compare
Choose a tag to compare

1.0.24 - Jan 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.

1.0.23

15 Jan 09:43
Compare
Choose a tag to compare

1.0.23 - Jan 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.

1.0.22

18 Nov 08:43
Compare
Choose a tag to compare

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.

1.0.20

03 Nov 09:49
Compare
Choose a tag to compare

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.

1.0.19

02 Sep 09:05
Compare
Choose a tag to compare

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.

1.0.18

25 Aug 07:53
Compare
Choose a tag to compare

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.

1.0.17

19 Aug 08:29
Compare
Choose a tag to compare

1.0.17 - Aug 19, 2020

  • Fix issue when using Modern color scheme introduced in WordPress 5.5.
  • Improve test for custom endpoint file by checking for exact response body.
  • Prevent horizontal scrollbar from showing when hovering chart near edge of screen.

1.0.16

21 Jul 06:35
Compare
Choose a tag to compare

1.0.16 - Jul 21, 2020

  • Fix blank screen on WordPress versions lower than 5.0.
  • Fix settings link showing despite user lacking required capability.
  • Fix code for custom referrer blocklist using filter koko_analytics_referrer_blocklist.
  • Do not use custom endpoint file when site URL differs from WordPress URL.
  • Improve test for custom endpoint file.