1
0
Fork 0
mirror of https://github.com/Findus23/plugin-ProfileAvatar.git synced 2024-09-19 15:23:45 +02:00

Matomo 4 compatibility

This commit is contained in:
Lukas Winkler 2020-05-20 11:14:11 +02:00
parent 510631b693
commit 986148185c
Signed by: lukas
GPG key ID: 54DE4D798D244853
3 changed files with 12 additions and 3 deletions

View file

@ -3,3 +3,11 @@
### 0.1.0
initial release
### 0.1.1
fix invalid plugin.json
### 0.1.2
Matomo 4 compatibility

View file

@ -12,4 +12,5 @@ This plugin creates randomly generated user avatars based on the visitorID inspi
- Identicon (based on [indenticon.js](https://github.com/stewartlord/identicon.js) by Stewart Lord)
- Blockies (based on [blockies](https://github.com/download13/blockies) by Erin Dachtler)
In the Personal Settings every use can choose which avatar type they want to see.
In the Personal Settings every use can choose which avatar type they want to see.
No data is shared with other services as all images are generated locally.

View file

@ -1,10 +1,10 @@
{
"name": "ProfileAvatar",
"description": "Show a random avatar on the Visitor Profile",
"version": "0.1.1",
"version": "0.1.2",
"theme": false,
"require": {
"piwik": ">=3.13.0,<5.0.0-b1"
"matomo": ">=3.13.0,<5.0.0-b1"
},
"authors": [
{