Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Beutel <Andreas.Beutel@mehrwert.de>2018-05-26 21:07:22 +0300
committerStefan Giehl <stefan@piwik.org>2018-05-26 21:07:22 +0300
commit4a5b52d77f063ab6b20014e14d9b06812bd2c77c (patch)
tree10d429b412fab25e32bbcc00c2ec238c81f9adf1 /plugins/CoreUpdater
parent831fdf01f5691114707ec343b1852da8398cbd25 (diff)
Fix changelog url in update notification mail (#12991) (#12992)
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/UpdateCommunication.php2
-rw-r--r--plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreUpdater/UpdateCommunication.php b/plugins/CoreUpdater/UpdateCommunication.php
index 35b0971a7b..69f98c528f 100644
--- a/plugins/CoreUpdater/UpdateCommunication.php
+++ b/plugins/CoreUpdater/UpdateCommunication.php
@@ -96,7 +96,7 @@ class UpdateCommunication
{
$version = str_replace('.', '-', $version);
- $link = sprintf('https://matomo.org/changelog/piwik-%s/', $version);
+ $link = sprintf('https://matomo.org/changelog/matomo-%s/', $version);
return $link;
}
diff --git a/plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php b/plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php
index 32fe27be37..935170df46 100644
--- a/plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php
+++ b/plugins/CoreUpdater/tests/Integration/UpdateCommunicationTest.php
@@ -77,7 +77,7 @@ CoreUpdater_YouCanUpgradeAutomaticallyOrDownloadPackage
{$rootUrl}index.php?module=CoreUpdater&action=newVersionAvailable
CoreUpdater_ViewVersionChangelog
-https://matomo.org/changelog/piwik-33-0-0/
+https://matomo.org/changelog/matomo-33-0-0/
CoreUpdater_ReceiveEmailBecauseIsSuperUser