From 97a0cd540e3e6c68a33a0840ce270b2241c7b9f2 Mon Sep 17 00:00:00 2001 From: Seb35 Date: Thu, 30 Nov 2017 16:12:01 +0100 Subject: [PATCH] Update the README for 3.0.0 --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 69b2040..9f6cb54 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ MediaWiki Piwik Integration extension =========================== -Version 2.4.2 - - Last update: 8 Nov 2014 +Version 3.0.0 + - Last update: 30 Nov 2017 This is the README file for the Piwik Integration extension for MediaWiki software. The extension is only useful if you've got a MediaWiki @@ -10,7 +10,7 @@ installation; it can only be installed by the administrator of the site. Minimum requirements -------------------------------- -1. MediaWiki 1.14+ +1. MediaWiki 1.25+ 2. A Piwik (0.4+) installation with the site configured @@ -19,14 +19,14 @@ Installation instructions Please, read them carefully. They're not very difficult to understand, but **ALL** steps are necessary: -1. Create a folder called "piwik" in your extensions directory +1. Create a folder called "Piwik" in your extensions directory -2. Upload Piwik.php, Piwik.hooks.php, to the "piwik" folder you've just created +2. Upload extension.json and Piwik.hooks.php in the "Piwik" folder you've just created 3. Edit your LocalSettings.php and, at the end of the file, add the following: - ```require_once('/extensions/piwik/Piwik.php');``` + ```wfLoadExtension( 'Piwik' );``` 4. Configure the Piwik URL and site-id. To do so; edit the LocalSettings and set up the following variables: