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:
authormattab <matthieu.aubry@gmail.com>2014-09-24 07:27:07 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-24 07:27:07 +0400
commitcc38280b303a36205cb7478d329d882a26d78ddf (patch)
tree27905ffdb61ed94d40b295ab9613019aa6eb79fb
parent8842056fae962ca1a89bab157dfb68b3b9793bef (diff)
Make visible notice that this is a major update
-rw-r--r--core/Updates/2.7.0-b4.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Updates/2.7.0-b4.php b/core/Updates/2.7.0-b4.php
index 9ab6ffb263..92f7ff1c71 100644
--- a/core/Updates/2.7.0-b4.php
+++ b/core/Updates/2.7.0-b4.php
@@ -24,5 +24,10 @@ class Updates_2_7_0_b4 extends Updates
} catch(\Exception $e) {
}
}
+
+ static function isMajorUpdate()
+ {
+ return true;
+ }
}