diff --git a/How to install Matomo.html b/How to install Matomo.html new file mode 100644 index 0000000..86f0d49 --- /dev/null +++ b/How to install Matomo.html @@ -0,0 +1,8 @@ + +
+ + + +You will be redirected to the Matomo Analytics Installation documentation on matomo.org/docs/installation + + diff --git a/matomo-4.2.1.tar.gz b/matomo-4.2.1.tar.gz deleted file mode 100644 index 9a02a31..0000000 --- a/matomo-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3ea7572c5b42f2636da89b9c15dd7ae16da1d06dab0cea2ed93304a960277ac -size 14839954 diff --git a/matomo-4.3.0.tar.gz b/matomo-4.3.0.tar.gz new file mode 100644 index 0000000..8d63ec1 --- /dev/null +++ b/matomo-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7155e9cc6ac78517b103e18f2741ffc53d7820f2134865aca8727a6c8f5d8c +size 14920418 diff --git a/matomo-package_update.patch b/matomo-package_update.patch index 145ae2a..0e31667 100644 --- a/matomo-package_update.patch +++ b/matomo-package_update.patch @@ -1,15 +1,17 @@ -diff -Pdpru matomo.orig/plugins/CoreUpdater/Commands/Update.php matomo/plugins/CoreUpdater/Commands/Update.php ---- matomo.orig/plugins/CoreUpdater/Commands/Update.php 2020-11-23 20:20:18.000000000 +0100 -+++ matomo/plugins/CoreUpdater/Commands/Update.php 2020-11-24 14:16:58.087597130 +0100 -@@ -70,7 +70,11 @@ class Update extends ConsoleCommand - $this->writeSuccessMessage($output, array(Piwik::translate('CoreUpdater_DbUpgradeNotExecuted'))); - } +Index: matomo/plugins/CoreUpdater/Commands/Update.php +=================================================================== +--- matomo.orig/plugins/CoreUpdater/Commands/Update.php ++++ matomo/plugins/CoreUpdater/Commands/Update.php +@@ -79,8 +79,11 @@ class Update extends ConsoleCommand + $this->writeSuccessMessage($output, array(Piwik::translate('CoreUpdater_DbUpgradeNotExecuted'))); + } -+ // Only show if autoupdate is enabled. Don't show if update through distribution package update. -+ $enableAutoUpdate = (bool) Config::getInstance()->General['enable_auto_update']; -+ if ($enableAutoUpdate === true){ - $this->writeAlertMessageWhenCommandExecutedWithUnexpectedUser($output); -+ } ++ // Only show if autoupdate is enabled. Don't show if update through distribution package update. ++ $enableAutoUpdate = (bool) Config::getInstance()->General['enable_auto_update']; ++ if ($enableAutoUpdate === true){ + $this->writeAlertMessageWhenCommandExecutedWithUnexpectedUser($output); +- ++ } - - } catch(NoUpdatesFoundException $e) { + } catch (NoUpdatesFoundException $e) { + // Do not fail if no updates were found diff --git a/matomo.changes b/matomo.changes index 5e6c827..09460c3 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon May 17 08:45:18 UTC 2021 - ecsos