upgrade extenstions check

This commit is contained in:
Yuri Kuznetsov
2024-12-20 08:37:00 +02:00
parent 33f0aaa5d8
commit a28f815dd4
+2
View File
@@ -116,6 +116,8 @@ class BeforeUpgrade
$this->processCheckExtension('VoIP Integration', '2.0.0', $errorMessageList); $this->processCheckExtension('VoIP Integration', '2.0.0', $errorMessageList);
$this->processCheckExtension('Real Estate', '1.8.2', $errorMessageList); $this->processCheckExtension('Real Estate', '1.8.2', $errorMessageList);
$this->processCheckExtension('Google Integration', '1.7.6', $errorMessageList);
$this->processCheckExtension('Outlook Integration', '1.3.6', $errorMessageList);
if (!count($errorMessageList)) { if (!count($errorMessageList)) {
return; return;