Skip to content

Commit a9576d7

Browse files
committed
did some housekeeping
1 parent b8b9eb4 commit a9576d7

File tree

2 files changed

+12
-37
lines changed

2 files changed

+12
-37
lines changed

README.md

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,31 @@ Matomo Extension for Magento 1
33

44
Facts
55
-----
6-
- extension key: Matomo_Analytics
6+
- extension key: `Matomo_Analytics`
77

88
Description
99
-----------
10-
This module for the Magento 1 online shop software adds the Matomo analytics tracking to your shop.
11-
It is based on the original implementy by
10+
This extension for Magento 1 adds the Matomo analytics tracking to your shop.
11+
It is based on the original implementation by `adrianspeyer/Piwik-for-Magento`.
1212

1313
Requirements
1414
------------
15-
- PHP >= 5.6.x
16-
- Mage_Core
17-
18-
Compatibility
19-
-------------
20-
- Magento >= 1.7
21-
22-
Usage
23-
-----
24-
This extension adds the Matomo analytics tracking to the Magento shop.
15+
- PHP >= 7.4.x
2516

2617
Installation Instructions
2718
-------------------------
28-
For installation notes please see also [this FAQ](https://www.vianetz.com/en/faq/how-to-install-the-magento-extension.html).
29-
30-
1. Do a backup of your Magento installation for safety reasons.
31-
2. Disable Magento compilation feature (if activated): System > Tools > Compiler
32-
3. Unzip the setup package and copy the contents of the src/ folder into the Magento root folder. (The folder structure
33-
is the same as in your Magento installation. No files will be overwritten.)
34-
Please assure that the files are uploaded with the same file user permissions as the Magento installation!
35-
4. Clear the Magento cache (and related caches like APC if available)
36-
5. Logout from the admin panel and then login again
37-
6. Enable the Magento compilation feature (if it was activated before): System > Tools > Compiler
38-
39-
As an alternative you can install the module via modman.
40-
Please find more information about that installation method at [https://github.com/colinmollenhour/modman](https://github.com/colinmollenhour/modman)
41-
(Thanks @colinmollenhour)
42-
43-
Uninstallation
44-
--------------
45-
1. Remove the folder ``app/code/community/Matomo/Analytics``
46-
2. Remove the file ``app/etc/modules/Matomo_Analytics.xml``
19+
```
20+
composer require vianetz/matomo-magento1
21+
```
4722

4823
Support
4924
-------
50-
If you have any issues or suggestions with this extension, please create or update a new Github issue.
25+
If you have any issues or suggestions with this extension, please create a new Github issue.
5126

5227
Credits
5328
-------
54-
https://github.com/contardi/matomo-magento
55-
https://github.com/adrianspeyer/Piwik-for-Magento
29+
- https://github.com/contardi/matomo-magento
30+
- https://github.com/adrianspeyer/Piwik-for-Magento
5631

5732
Contribution
5833
------------

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vianetz/magento1-matomo",
2+
"name": "vianetz/matomo-magento1",
33
"type": "magento-module",
44
"license": "GPL-3.0-or-later",
55
"description": "A Magento 1 extension that allows you to get ecommerce transaction data into Matomo analytics.",
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"name": "Christoph Massmann",
21-
"email": "c.massmann@vianetz.com",
21+
"email": "cm@vianetz.com",
2222
"homepage": "https://www.vianetz.com",
2323
"role": "Developer"
2424
}

0 commit comments

Comments
 (0)