From c212941f420485c29b6bed2d9b1b3753f6a4f2b4 Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Fri, 17 Jan 2025 09:42:16 +0100 Subject: [PATCH] docs: updated changelog with latest changes for matomo support --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8205de8..47f7f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Added Matomo support to enable tracking and analytics. The following configuration variables were introduced: + - `ckanext.odsh.matomo_enabled` (boolean): Enables or disables Matomo tracking. Default is `False`. + - `ckanext.odsh.matomo_base_uri` (string): Specifies the base URI of the Matomo tracker. Default is `None`. + - `ckanext.odsh.matomo_site_id` (string): Specifies the Matomo site ID for the instance. Default is `None`. + ## [2.4.6] - 2025-01-09 ### Added -- GitLab