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;