Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 86d0fc9

Browse files
committed
Updates plugins
GeoIP2 plugin is replaced with core GeoIp2 plugin.
1 parent 4108a29 commit 86d0fc9

File tree

3 files changed

+130
-180
lines changed

3 files changed

+130
-180
lines changed

composer.json

Lines changed: 18 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
{
66
"type": "package",
77
"package": {
8-
"name": "piwik/piwik-icons",
8+
"name": "matomo/matomo-icons",
99
"type": "piwik-plugin",
10-
"version": "0.0.2",
10+
"version": "0.0.3",
1111
"dist": {
12-
"url": "https://github.com/piwik/piwik-icons/archive/master.zip",
12+
"url": "https://github.com/matomo-org/matomo-icons/archive/master.zip",
1313
"type": "zip"
1414
},
1515
"require": {
@@ -23,11 +23,11 @@
2323
{
2424
"type": "package",
2525
"package": {
26-
"name": "piwik/piwik-log-analytics",
26+
"name": "matomo/matomo-log-analytics",
2727
"type": "piwik-plugin",
28-
"version": "0.0.1",
28+
"version": "0.0.2",
2929
"dist": {
30-
"url": "https://github.com/piwik/piwik-log-analytics/archive/master.zip",
30+
"url": "https://github.com/matomo-org/matomo-log-analytics/archive/master.zip",
3131
"type": "zip"
3232
},
3333
"extra": {
@@ -38,10 +38,10 @@
3838
{
3939
"type": "package",
4040
"package": {
41-
"name": "piwik/plugin-SecurityInfo",
42-
"version": "3.0.4",
41+
"name": "matomo/plugin-SecurityInfo",
42+
"version": "3.0.6",
4343
"dist": {
44-
"url": "https://github.com/piwik/plugin-SecurityInfo/archive/3.0.4.zip",
44+
"url": "https://github.com/matomo-org/plugin-SecurityInfo/archive/3.0.6.zip",
4545
"type": "zip"
4646
},
4747
"type": "piwik-plugin",
@@ -52,32 +52,6 @@
5252
"installer-name": "SecurityInfo"
5353
}
5454
}
55-
},
56-
{
57-
"type": "package",
58-
"package": {
59-
"name": "diabl0/piwik-geoip2",
60-
"version": "0.1.5",
61-
"description": "Plugin for Piwik adding support for MaxMind GeoIP2 database.",
62-
"license": "GPL-3.0+",
63-
"authors": [
64-
{
65-
"name": "Krzysztof Szatanik",
66-
"homepage": "https://github.com/diabl0/piwik-geoip2"
67-
}
68-
],
69-
"require": {
70-
"geoip2/geoip2": "^2.4"
71-
},
72-
"dist": {
73-
"url": "https://github.com/diabl0/piwik-geoip2/archive/v0.1.5.zip",
74-
"type": "zip"
75-
},
76-
"type": "piwik-plugin",
77-
"extra": {
78-
"installer-name": "GeoIP2"
79-
}
80-
}
8155
}
8256
],
8357
"require": {
@@ -87,11 +61,10 @@
8761
"ext-gd": "*",
8862
"ext-xml": "*",
8963
"ext-mbstring": "*",
90-
"piwik/plugin-SecurityInfo": "^3.0",
64+
"matomo/plugin-SecurityInfo": "^3.0",
9165
"geoip2/geoip2": "^2.6",
92-
"diabl0/piwik-geoip2": "^0.1.5",
93-
"piwik/piwik-icons": "^0.0",
94-
"piwik/piwik-log-analytics": "^0.0.1",
66+
"matomo/matomo-icons": "^0.0",
67+
"matomo/matomo-log-analytics": "^0.0",
9568
"composer/installers": "^1.4"
9669
},
9770
"license": "GPL-3.0",
@@ -107,8 +80,12 @@
10780
},
10881
"extra": {
10982
"installer-paths": {
110-
"{$name}/": ["piwik/piwik-icons"],
111-
"misc/{$name}": ["piwik/piwik-log-analytics"]
83+
"{$name}/": [
84+
"matomo/matomo-icons"
85+
],
86+
"misc/{$name}": [
87+
"matomo/matomo-log-analytics"
88+
]
11289
}
11390
}
11491
}

composer.lock

Lines changed: 49 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)