Upgrade script

This commit is contained in:
Taras Machyshyn
2020-10-07 17:26:11 +03:00
parent f5670436d0
commit 0625ce51c4
+1 -1
View File
@@ -105,7 +105,7 @@ class BeforeUpgrade
if ($extension) {
$version = $extension->get('version');
if (version_compare($version, '1.5.0', '<')) {
if (version_compare($version, '1.4.2', '<')) {
$message =
"EspoCRM 6.0.0 is not compatible with VoIP Integration extension of a version lower than 1.5.0. " .
"Please upgrade the extension or uninstall it. Then run the upgrade command again.";