Piwik\Updates::isMajorUpdate PHP Метод

isMajorUpdate() публичный статический Метод

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!
public static isMajorUpdate ( ) : boolean
Результат boolean
    public static function isMajorUpdate()
    {
        return false;
    }