From 57029af12de3f041b7f031b1883c296f5ea0191e Mon Sep 17 00:00:00 2001 From: ProklUng Date: Fri, 16 Jul 2021 11:54:16 +0300 Subject: [PATCH] Update version --- install/index.php | 10 +++------- install/version.php | 4 ++-- lang/ru/install/index.php | 6 +++--- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/install/index.php b/install/index.php index 5e6f21c..f970cc3 100644 --- a/install/index.php +++ b/install/index.php @@ -11,6 +11,9 @@ class proklung_redis extends CModule { use ModuleUtilsTrait; + /** + * proklung_redis constructor. + */ public function __construct() { $arModuleVersion = []; @@ -36,11 +39,6 @@ public function __construct() $this->PARTNER_NAME = Loc::getMessage($prefixLangCode.'_MODULE_PARTNER_NAME'); $this->PARTNER_URI = Loc::getMessage($prefixLangCode.'MODULE_PARTNER_URI'); - $this->INSTALL_PATHS = [ - '/local/modules/proklung.redis/install/admin/redis_index.php' - => '/bitrix/admin/redis_index.php', - ]; - $this->moduleManager = new Module( [ 'MODULE_ID' => $this->MODULE_ID, @@ -87,6 +85,4 @@ public function InstallFiles() return true; } - - } diff --git a/install/version.php b/install/version.php index f429d18..b9b8f2d 100644 --- a/install/version.php +++ b/install/version.php @@ -1,6 +1,6 @@ '1.1.0', - 'VERSION_DATE' => '2021-07-15' + 'VERSION' => '1.2.0', + 'VERSION_DATE' => '2021-07-16' ]; diff --git a/lang/ru/install/index.php b/lang/ru/install/index.php index 976c8a1..6abd8ce 100644 --- a/lang/ru/install/index.php +++ b/lang/ru/install/index.php @@ -1,6 +1,6 @@