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-05-27 06:35:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-27 06:35:42 +0400
commit70667211cc4b3912b2c7224972d71769f254dc84 (patch)
tree27e723b6c06040f13cf161df7ffa35c7d14d6967 /core/Updates.php
parentbe0acd479ff691647eab653ea5267e985e6ed35c (diff)
refs #5237 Add note to release manager to mention the major upgrade in changelog
Diffstat (limited to 'core/Updates.php')
-rw-r--r--core/Updates.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Updates.php b/core/Updates.php
index ff989cdd41..00c10c0b29 100644
--- a/core/Updates.php
+++ b/core/Updates.php
@@ -40,6 +40,9 @@ abstract class Updates
* Tell the updater that this is a major update.
* Leads to a more visible notice.
*
+ * NOTE to release manager: Remember to mention in the Changelog
+ * that this update contains major DB upgrades and will take some time!
+ *
* @return bool
*/
static function isMajorUpdate()