We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7dd4a commit f7885ecCopy full SHA for f7885ec
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.8
4
+- Improved: Refactored plugin base class, additionally removed now unneeded update classes
5
+- Fixed: Updates could remove Node dependencies which now get reinstalled (regression bug)
6
+- Fixed: Plugin cleanup now removes also symlinked directories
7
+
8
## 1.0.7
9
- Improved: Plugin check is now also running pre-checks first
10
- Improved: Plugin check is now independent of regular audit flow
plugin.json
@@ -1,7 +1,7 @@
{
"name": "PerformanceAudit",
"description": "Daily performance audits of all your sites in Matomo.",
- "version": "1.0.7",
+ "version": "1.0.8",
"theme": false,
"require": {
"php": ">=7.1.3",
0 commit comments