Skip to content

Commit f7885ec

Browse files
committed
Release 1.0.8
1 parent 7e7dd4a commit f7885ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.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+
38
## 1.0.7
49
- Improved: Plugin check is now also running pre-checks first
510
- Improved: Plugin check is now independent of regular audit flow

plugin.json

Lines changed: 1 addition & 1 deletion
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.",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"theme": false,
66
"require": {
77
"php": ">=7.1.3",

0 commit comments

Comments
 (0)