Skip to content

Commit be73b90

Browse files
updated README.md
1 parent b9c9bc6 commit be73b90

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog of MatomoWire
22

3+
## 0.0.3 Launch
4+
- Fixed: Typo in README.md
5+
36
## 0.0.2
47
- Updated Readme
58

MatomoWire.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MatomoWire extends WireData implements Module, ConfigurableModule
2424
'summary' => "This module adds embedding methods for Matomo (aka Piwik)",
2525
'author' => "blaueQuelle",
2626
'href' => "https://github.com/blaueQuelle/matomowire",
27-
'version' => 2,
27+
'version' => 3,
2828
'autoload' => true,
2929
'singular' => true,
3030
'requires' => ["PHP>=7.2", "ProcessWire>=3.0.110"],

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# MatomoWire (alpha)
1+
# MatomoWire
22
ProcessWire module to embed Matomo (aka Piwik). Also integrates with [PrivacyWire](https://github.com/blaueQuelle/privacywire/).
33

44
## How to use
5-
After installing this module you can configure most of the options in the MatomoWire module config. The settings belonging the Textformatter (to provide Opt-Out possibilities) are within ther "MatomoWire Textformatter" module configs.
5+
After installing this module you can configure most of the options in the MatomoWire module config. The settings belonging the Textformatter (to provide Opt-Out possibilities) are within the "MatomoWire Textformatter" module configs.
66

77
This module requires an installed Matomo instance. Insert your Matomo URL and the Site ID or Tag Manager Container ID of the current website.
88

0 commit comments

Comments
 (0)