Skip to content

Releases: DaSchTour/matomo-mediawiki-extension

5.0.0

27 Oct 16:44
Compare
Choose a tag to compare

This requires MediaWiki 1.34 and works up to (at least) MediaWiki 1.40.

New features since v4.0.0:

  • Ignore wiki editors, to restrict analytics to anonymous users

Maintenance since v4.0.0:

  • Replace global $wgUser deprecated in MediaWiki 1.35.2
  • Replace User::isLoggedIn() deprecated in MediaWiki 1.34
  • PSR-4 autoloading
  • Added CI and quality checks
  • Improved documentation

Thanks to the following people since v4.0.0 🥳

Eduardo Elias (2):

  • Ignore wiki editors
  • Make README to be parsed

Goldshop (1):

  • Update extension.json

Sam Wilson (2):

  • Add CI and linting, and fix errors
  • Move Matomo.hooks.php to src/Hooks.php and adjust loading

Youri vd Bogert (1):

  • Update README.md

felipeforte (1):

  • Updated hook

mnival (2):

  • Replace deprecated $wgUser by RequestContext::getMain()->getUser()
  • Delete empty line

previously contributed as ttenbergen (1):

  • allow plugins

Daniel Schuba (5):

  • Merge pull request #32 from Goldshop/patch-1
  • Merge pull request #26 from YOUR1/patch-1
  • Merge pull request #35 from samwilson/phpcs
  • Merge pull request #36 from samwilson/classname
  • Merge pull request #37 from mnival/master

Seb35 (10):

  • Rebase IgnoreEditors feature on 4.0.0
  • Fix $wgMatomo* and $wgPiwik* parameters
  • Merge pull request #40 from felipeforte/patch-1
  • Restrict plugins to composer/installers
  • Merge branch 'fix-ci'
  • Make explicit the parameter $wgMatomoIgnoreEditors
  • Avoid to silently ignore non-existing parameters
  • Fix documentation issues
  • Update CI
  • Version 5.0

4.0.1

28 Feb 19:23
Compare
Choose a tag to compare

Fix $wgMatomo* and $wgPiwik* parameters in version 4.0.0.

4.0.0

15 Feb 14:02
Compare
Choose a tag to compare

Renaming of this extension to "Matomo" from "Piwik Integration" due to renaming of the underlying software and for atomicity of the name.

Parameters $wgPiwikWhatever still work, but parameters $wgMatomoWhatever are now prefered.

This extension is now more farm-compatible: it is no more automatically activated when installed with Composer but must be explicitely activated (like other MediaWiki extensions) with wfLoadExtension( 'Matomo' );.

3.1.0

07 Feb 22:06
8a8988e
Compare
Choose a tag to compare

New feature to display details about searches inside the wiki, particularly the number of results (Piwik already recognised the searched terms, the real new feature is the number of results).

3.0.0

30 Nov 16:05
Compare
Choose a tag to compare
  • New branch for MediaWiki 1.25+, breaking compatibility with older MediaWiki versions -- if needed, the branch 2.x will remain compatible with MediaWiki 1.24 and older
  • No new feature here compared to 2.4.4

2.4.4

30 Nov 15:48
Compare
Choose a tag to compare
  • Updated docs
  • Added a feature and setting to save the username in Piwik (if the user is logged in)
  • Added a setting to point the file piwik.js to a specific location, for instance on a CDN

2.4.1

07 May 19:05
Compare
Choose a tag to compare

some small bugfixes

2.4.0

24 Feb 12:25
Compare
Choose a tag to compare
v2.4.0