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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-01-13 05:02:55 +0300
committerGitHub <noreply@github.com>2020-01-13 05:02:55 +0300
commitab23645e48b9e6abc42c811ad75a148a5105cde9 (patch)
treee6b2532d509f7c68a9e360355f5ca0998c3e134d /plugins
parent25920eb1c36340705a76bfb376b7051a6c15879d (diff)
Add release channels 3.x-dev (#15381)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreUpdater/ReleaseChannel/Latest3XBeta.php (renamed from plugins/CoreUpdater/ReleaseChannel/Latest2XBeta.php)6
-rw-r--r--plugins/CoreUpdater/ReleaseChannel/Latest3XStable.php (renamed from plugins/CoreUpdater/ReleaseChannel/Latest2XStable.php)6
-rw-r--r--plugins/CoreUpdater/lang/en.json4
3 files changed, 8 insertions, 8 deletions
diff --git a/plugins/CoreUpdater/ReleaseChannel/Latest2XBeta.php b/plugins/CoreUpdater/ReleaseChannel/Latest3XBeta.php
index 8c8afaeaec..e9f635f90f 100644
--- a/plugins/CoreUpdater/ReleaseChannel/Latest2XBeta.php
+++ b/plugins/CoreUpdater/ReleaseChannel/Latest3XBeta.php
@@ -11,16 +11,16 @@ namespace Piwik\Plugins\CoreUpdater\ReleaseChannel;
use Piwik\Piwik;
use Piwik\Plugins\CoreUpdater\ReleaseChannel;
-class Latest2XBeta extends ReleaseChannel
+class Latest3XBeta extends ReleaseChannel
{
public function getId()
{
- return 'latest_2x_beta';
+ return 'latest_3x_beta';
}
public function getName()
{
- return Piwik::translate('CoreUpdater_Latest2XBetaRelease');
+ return Piwik::translate('CoreUpdater_LatestXBetaRelease', '3.X');
}
public function getDescription()
diff --git a/plugins/CoreUpdater/ReleaseChannel/Latest2XStable.php b/plugins/CoreUpdater/ReleaseChannel/Latest3XStable.php
index d68922e754..b11710dbb2 100644
--- a/plugins/CoreUpdater/ReleaseChannel/Latest2XStable.php
+++ b/plugins/CoreUpdater/ReleaseChannel/Latest3XStable.php
@@ -11,16 +11,16 @@ namespace Piwik\Plugins\CoreUpdater\ReleaseChannel;
use Piwik\Piwik;
use Piwik\Plugins\CoreUpdater\ReleaseChannel;
-class Latest2XStable extends ReleaseChannel
+class Latest3XStable extends ReleaseChannel
{
public function getId()
{
- return 'latest_2x_stable';
+ return 'latest_3x_stable';
}
public function getName()
{
- return Piwik::translate('CoreUpdater_Latest2XStableRelease');
+ return Piwik::translate('CoreUpdater_LatestXStableRelease', '3.X');
}
public function getDescription()
diff --git a/plugins/CoreUpdater/lang/en.json b/plugins/CoreUpdater/lang/en.json
index f12cd06854..bc703116b8 100644
--- a/plugins/CoreUpdater/lang/en.json
+++ b/plugins/CoreUpdater/lang/en.json
@@ -28,8 +28,8 @@
"InstallingTheLatestVersion": "Installing the latest version",
"LatestBetaRelease": "Latest beta release",
"LatestStableRelease": "Latest stable release",
- "Latest2XStableRelease": "Latest stable 2.X",
- "Latest2XBetaRelease": "Latest beta 2.X",
+ "LatestXStableRelease": "Latest stable %s",
+ "LatestXBetaRelease": "Latest beta %s",
"LtsSupportVersion": "Long Term Support version",
"ListOfSqlQueriesFYI": "FYI: these are the SQL queries and console commands that will be executed to upgrade your database to Matomo %s",
"TheseSqlQueriesWillBeExecuted": "These SQL queries will be executed:",