You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewDependencyUnexpectedResultException('npm needs to be at least v' . self::MINIMUM_NPM_VERSION . ' but v' . $npmVersion . ' is installed instead.');
if ($chromeVersion < self::MINIMUM_CHROME_VERSION) {
160
+
thrownewDependencyUnexpectedResultException('Chrome needs to be at least v' . self::MINIMUM_CHROME_VERSION . ' but v' . $chromeVersion . ' is installed instead.');
161
+
}
162
+
}
163
+
149
164
/**
150
165
* Check if dependency is installed.
151
166
*
@@ -190,21 +205,6 @@ private function installNpmDependencies()
if ($chromeVersion < self::MINIMUM_CHROME_VERSION) {
204
-
thrownewDependencyUnexpectedResultException('Chrome needs to be at least v' . self::MINIMUM_CHROME_VERSION . ' but v' . $chromeVersion . ' is installed instead.');
205
-
}
206
-
}
207
-
208
208
/**
209
209
* Create log database table.
210
210
*
@@ -282,7 +282,7 @@ public function requiresInternetConnection() {
282
282
* @return void
283
283
* @throws InternetUnavailableException
284
284
*/
285
-
privatefunctioncheckInternetAvailability()
285
+
publicfunctioncheckInternetAvailability()
286
286
{
287
287
if ($this->requiresInternetConnection() && !SettingsPiwik::isInternetEnabled()) {
288
288
thrownewInternetUnavailableException('Internet needs to be enabled in order to use this plugin.');
"PluginCheckAlertSystemIssue": "There is an issue with your system. The following error occurred:",
36
+
"PluginCheckAlertNoSystemIssues": "All plugin pre-checks were successful, no errors occurred. You can now start the actual plugin check with a click on the following button:",
35
37
"PluginCheckStartButton": "Start plugin check",
36
38
"PluginCheckStartButtonClicked": "Plugin check started, please wait up to 5 minutes...",
0 commit comments