diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a238c7c..11314b720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## Changelog +# 4.1.8 + +Changes: +* Added changes to make it compatible with php8. + # 4.1.7 Changes: diff --git a/plugin.json b/plugin.json index 4b1985b0a..6edc0c765 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleAnalyticsImporter", "description": "Import reports from a Google Analytics account into Matomo.", - "version": "4.1.7", + "version": "4.1.8", "theme": false, "require": { "matomo": ">=4.1.2-rc2,<5.0.0-b1"