before upgrade version check

This commit is contained in:
Yuri Kuznetsov
2023-10-19 16:55:30 +03:00
parent 4fd125ddfc
commit 8a6cc9ea35
+1
View File
@@ -52,6 +52,7 @@ class BeforeUpgrade
{ {
$errorMessageList = []; $errorMessageList = [];
$this->processCheckExtension('Advanced Pack', '3.0.0', $errorMessageList);
$this->processCheckExtension('Google Integration', '1.6.0', $errorMessageList); $this->processCheckExtension('Google Integration', '1.6.0', $errorMessageList);
if (!count($errorMessageList)) { if (!count($errorMessageList)) {