Skip to content

Commit

Permalink
Use markdown format for CHANGELOG (miraheze#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored May 7, 2022
1 parent 79374aa commit 5710ffe
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 5710ffe

Please sign in to comment.