Skip to content

Commit 3d7d19e

Browse files
authored
Merge pull request #6 from jbrule/master
Master
2 parents 8e03e05 + e7075b9 commit 3d7d19e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Matomo, formerly Piwik, TrackingCodeCustomizer Plugin
22
Tracking Code Customizer plugin for the Matomo Web Analytics software package
33

4-
##Description
4+
## Description
55
Allows Matomo admininstrators to customize the tracking code that is autogenerated for users. This is useful for directing requests to the correct servers in a multi-server setup, include additional parameters in default tracking, or to perform conditional checks before initiating a tracking call.
66

7-
##Instructions
7+
## Instructions
88
The easiest way to install is to find the plugin in the [Matomo Marketplace](https://plugins.matomo.org/).
99

10-
##Usage
10+
## Usage
1111

1212
Set additional default OPTIONS for tracking. The follwing is entered into the "options" field.
1313

@@ -33,13 +33,13 @@ _paq.push(['setTrackerUrl', u+'piwik.php']);
3333
<!-- End Matomo Code -->
3434
```
3535

36-
##Changelog
37-
3.0.0 Updated for compatibility with Piwik 3.0+. Added "Matomo" branding. Users on pre 3.0 release please see 2.x-dev branch.
38-
0.1.2 Updated for compatibility with Piwik v2.15 and included new registerEvents() hook for compatibility with Piwik 3.0
39-
0.1.1 Version bump to activation Marketplace hook
40-
0.1.0 Initial Release
36+
## Changelog
37+
- 3.0.0 Updated for compatibility with Piwik 3.0+. Added "Matomo" branding. Users on pre 3.0 release please see 2.x-dev branch.
38+
- 0.1.2 Updated for compatibility with Piwik v2.15 and included new registerEvents() hook for compatibility with Piwik 3.0
39+
- 0.1.1 Version bump to activation Marketplace hook
40+
- 0.1.0 Initial Release
4141

42-
##License
42+
## License
4343
GPL v3 / fair use
4444

4545
## Support

0 commit comments

Comments
 (0)