Skip to content

Commit

Permalink
Update the README for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb35 committed Nov 30, 2017
1 parent 883a160 commit 97a0cd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 97a0cd5

Please sign in to comment.