From 5710ffe9f17e04998f3720fba079a0ea41884eea Mon Sep 17 00:00:00 2001 From: Universal Omega <54654040+Universal-Omega@users.noreply.github.com> Date: Sat, 7 May 2022 10:05:11 -0600 Subject: [PATCH] Use markdown format for CHANGELOG (#77) --- CHANGELOG => CHANGELOG.md | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) rename CHANGELOG => CHANGELOG.md (69%) diff --git a/CHANGELOG b/CHANGELOG.md similarity index 69% rename from CHANGELOG rename to CHANGELOG.md index 3b9b813..c0c7654 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -1,63 +1,63 @@ -== ChangeLog for MatomoAnalytics == +## ChangeLog for MatomoAnalytics -=== 1.0.5.14 (07-09-2021) === +### 1.0.5.14 (07-09-2021) * Add CI for MediaWiki standards and security -=== 1.0.5.13 (04-09-2021) === +### 1.0.5.13 (04-09-2021) * Lower minimum MediaWiki version requirement to 1.35.3 -=== 1.0.5.12 (15-06-2021) === +### 1.0.5.12 (15-06-2021) * Require MediaWiki 1.36.0 * DB_MASTER -> DB_PRIMARY -=== 1.0.5.11 (26-05-2021) === +### 1.0.5.11 (26-05-2021) * Stop outputting unnecessary HTML comments and 'type="text/javascript"' -=== 1.0.5.10 (08-04-2021) === +### 1.0.5.10 (08-04-2021) * Fix undefined variable -=== 1.0.5.9 (05-04-2021) === +### 1.0.5.9 (05-04-2021) * Add fixMissingMatomos script for syncing between cw_wikis and matomo on sites using CreateWiki -=== 1.0.5.8 (14-03-2021) === +### 1.0.5.8 (14-03-2021) * Use User::isRegistered instead of User::isLoggedIn -=== 1.0.5.7 (14-03-2021) === +### 1.0.5.7 (14-03-2021) * Add some more logging and also disable cache when deleting/rename a wik -=== 1.0.5.6 (12-03-2021) === +### 1.0.5.6 (12-03-2021) * add license-name -=== 1.0.5.5 (28-02-2021) === +### 1.0.5.5 (28-02-2021) * MatomoAnalytics: Add check within rename/add site to prevent deleting default id -=== 1.0.5.4 (28-02-2021) === +### 1.0.5.4 (28-02-2021) * add extra check for $id -=== 1.0.5.3 (27-02-2021) === +### 1.0.5.3 (27-02-2021) * MatomoAnalytics::getSiteID: Fix default value for when wiki isn't found -=== 1.0.5.2 (08-02-2021) === +### 1.0.5.2 (08-02-2021) * Delete cache when deleting or renaming wikis. -=== 1.0.5.1 (12-12-2020) === +### 1.0.5.1 (12-12-2020) * Fix config name wgMatomoAnalyticsForGetRequest -> wgMatomoAnalyticsForceGetRequest. -=== 1.0.5 (12-12-2020) === +### 1.0.5 (12-12-2020) * Introduce wgMatomoAnalyticsForGetRequest config to force GET requests and reverts back to matomo 3 way of tracking. -=== 1.0.4 (20-07-2020) === +### 1.0.4 (20-07-2020) * Updates Matomo javascript to the version used in Matomo 3.14.0. -=== 1.0.3 (03-01-2020) === +### 1.0.3 (03-01-2020) * Adds `$wgMatomoAnalyticsDisableCookie` to allow disabling cookies set by Matomo. Useful in the European Union. -=== 1.0.2 (30-05-2019) === +### 1.0.2 (30-05-2019) * Adds `$wgMatomoAnalyticsDisableJS` to allow disabling of JS tracking code globally. -=== 1.0.1 (30-05-2019) === +### 1.0.1 (30-05-2019) * Drop unnecessary variable assignments. -=== 1.0.0 (29-05-2019) === +### 1.0.0 (29-05-2019) * Turn extension into a versioned project. * Redesign whole code base (essentially an initial commit).