Skip to content

Commit dcdbf4d

Browse files
authored
Merge pull request #4 from DevDavido/development
Release 1.0.3
2 parents db8162d + 6cfa329 commit dcdbf4d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.3
4+
- Added: PerformanceAudit is live on the Matomo plugin marketplace now 🎉
5+
- Added: Donation information in `plugin.json`
6+
- Fixed: License name value in `plugin.json` was rewritten to a supported name value by Matomo Marketplace
7+
38
## 1.0.2
49
- Fixed: Regression bug which made only first website get audited
510
- Improved: Logging of exceptions for audits

plugin.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PerformanceAudit",
33
"description": "Daily performance audits of all your sites in Matomo. \n Note: Requires minimum NPM v6.13 (part of Node.js 10.18 LTS) to be installed on your server, otherwise plugin cannot be activated.",
4-
"version": "1.0",
4+
"version": "1.0.3",
55
"theme": false,
66
"require": {
77
"php": ">=7.1.3",
@@ -14,12 +14,15 @@
1414
"homepage": "https://github.com/DevDavido"
1515
}
1616
],
17+
"donate": {
18+
"paypal": "david.domainemail@gmx.de"
19+
},
1720
"support": {
1821
"email": "github@diskoboss.de",
1922
"issues": "https://github.com/DevDavido/performance-audit-plugin/issues"
2023
},
2124
"homepage": "https://github.com/DevDavido/performance-audit-plugin",
22-
"license": "GPL v3+",
25+
"license": "GPL-3.0+",
2326
"keywords": [
2427
"performance",
2528
"audit",

0 commit comments

Comments
 (0)