All Versions
29
Latest Version
Avg Release Cycle
22 days
Latest Release
685 days ago
Changelog History
Page 1
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.
- ๐ Use
-
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, 20201.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, 20201.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, 20201.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, 20201.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.