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:
-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;
+ }
}