From a28f815dd42c430257f624e468996bf4045450a2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 20 Dec 2024 08:37:00 +0200 Subject: [PATCH] upgrade extenstions check --- upgrades/9.0/scripts/BeforeUpgrade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrades/9.0/scripts/BeforeUpgrade.php b/upgrades/9.0/scripts/BeforeUpgrade.php index 0ddefbfbe7..b61976af96 100644 --- a/upgrades/9.0/scripts/BeforeUpgrade.php +++ b/upgrades/9.0/scripts/BeforeUpgrade.php @@ -116,6 +116,8 @@ class BeforeUpgrade $this->processCheckExtension('VoIP Integration', '2.0.0', $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)) { return;