Skip to content

Releases: ibericode/koko-analytics

v1.3.10

20 Jun 11:24
f55a116
Compare
Choose a tag to compare

1.3.10 - Jun 20, 2024

  • Registration for Koko Analytics Pro is open again. Purchase a license if you need custom event tracking or would just like to support the plugin.
  • Ignore requests from Facebook link previews and requests without a User-Agent HTTP header.
  • Update referrer blocklist.

1.3.9

31 May 18:09
80e55d3
Compare
Choose a tag to compare
  • Fix webpack issue with tracking script

1.3.8

29 May 18:51
27ad490
Compare
Choose a tag to compare

1.3.8 - May 29, 2024

Add setting to exclude views from IP addresses.
Show exact number of pageviews and visitors on hover.
Use an optimized custom autoloader.
Verify shortcode arguments for [koko_analytics_counter] shortcode.
Fix error when using SQLite about ambiguous column name.
Fix realtime pageview count using wrong duration.

1.3.7

26 Feb 11:03
Compare
Choose a tag to compare

1.3.7 - Feb 26, 2024

  • Add [koko_analytics_counter] shortcode. Thanks Anil Kulkarni!
  • Show time since last aggregation on settings page.
  • Validate data collection request more aggressively before writing to buffer file.
  • Update referrer blocklist.

1.3.4

21 Nov 08:13
Compare
Choose a tag to compare

Koko Analytics v1.3.4 - Nov 21, 2023

  • New feature that allows you to filter by page. Clicking any page in the "top pages" list now updates the totals and chart component to only show visitors and pageviews for that specific page.
  • Fix warning that cron event isn't working not showing.
  • Fix error when default date period is stuck at removed period.
  • Fix API url for sites not using pretty permalinks.
  • Performance improvement for rendering chart and tooltips.

v1.3.3

06 Nov 07:39
Compare
Choose a tag to compare

Koko Analytics v1.3.3 - Nov 6, 2023

  • Fix quick navigation going forward.
  • Add manifest.json file so (standalone) dashboard can be installed as a Progressive Web App.

1.3.2

02 Nov 08:27
Compare
Choose a tag to compare

Koko Analytics v1.3.2 - Nov 2, 2023

  • Fix chart tooltip immediately disappearing when viewing the dashboard widget on touch devices.
  • Fix fatal error if lacking permissions to read database size from MySQL information tables.
  • Fix double encoding of special characters in post titles.
  • Fix arrow-key or arrow-icon navigation when viewing a single day of data.
  • Automatically refresh dashboard data every 60s.
  • Improve dashboard widget by showing a summary of today.
  • Added filter hook koko_analytics_dashboard_widget_number_of_top_items to modify or disable the top pages and referrers in the dashboard widget.
  • The [koko_analytics_most_viewed_posts] shortcode now shows a debug message if the arguments did not lead to any results.

v1.3.1

01 Nov 09:32
Compare
Choose a tag to compare

Koko Analytics v1.3.1 - Nov 1, 2023

  • Fix new visitors not being counted.
  • Fix dashboard issues for users with a large UTC timezone offset.
  • Fix date format in chart component if grouping by month.
  • Revert to blue colors for the chart. If you want your chart to use different colors, please see this example code snippet on how to change colors.
  • Change dashboard widget to show just a quick summary of today.
  • Show some feedback after using the "create optimized endpoint" button.

v1.3.0

31 Oct 09:35
Compare
Choose a tag to compare

Koko Analytics v1.3.0 - Oct 31, 2023

  • Major performance improvements for the dashboard by removing the dependency on React and further optimizations.
    • Total page weight down from 300 kB minzipped to 14 kB
    • Number of separate HTTP requests down from 43 to 3.
    • First Contentful Paint down from 2.5s to 0.8s on Lighthouse mobile synthetic test.
    • Memory use down from ~90 MB to ~40 MB.
  • Added link for loading the dashboard outside of WordPress admin (standalone).
  • Added setting to make the analytics dashboard publicly available.
  • Only show button to create optimized endpoint file if location is writable.
  • Remove wp_koko_analytics_dates on plugin uninstall.
  • Optimized database query for getting most viewed posts and cache its results.
  • Expand dashboard widget to include realtime pageviews and a list of the most viewed posts.
  • Use navigator.sendBeacon for data collection requests.

v1.2.2

18 Oct 10:34
Compare
Choose a tag to compare

Koko Analytics v1.2.2 - Oct 18, 2023

First off, we would like to introduce Koko Analytics Pro to you.

It is a paid add-on plugin for Koko Analytics containing more complex features, like custom event tracking.
Koko Analytics Pro is available for a yearly price of €59.
We hope you will consider becoming a Pro user as this will help us cover support and development costs for Koko Analytics.

Then, for a list of changes in this new version:

  • Fix link to settings page from plugins overview page.
  • Fix pagination not working because wp_localize_script turns everything into a string.
  • Fix React warning for dashboard widget when toggling visibility more than once.
  • Fix chart tooltip not showing on touch devices.
  • Minor styling improvements to settings page.
  • Install custom endpoint on plugin activation only.
  • Add button to settings page to re-attempt custom endpoint installation.
  • Move table pagination to bottom of component and add text label.
  • Wrap input[type="radio"] in <fieldset> tag.
  • Remove support for honouring "Do Not Track" header as per MDN recommendations.