File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ class proklung_redis extends CModule
1111{
1212 use ModuleUtilsTrait;
1313
14+ /**
15+ * proklung_redis constructor.
16+ */
1417 public function __construct ()
1518 {
1619 $ arModuleVersion = [];
@@ -36,11 +39,6 @@ public function __construct()
3639 $ this ->PARTNER_NAME = Loc::getMessage ($ prefixLangCode .'_MODULE_PARTNER_NAME ' );
3740 $ this ->PARTNER_URI = Loc::getMessage ($ prefixLangCode .'MODULE_PARTNER_URI ' );
3841
39- $ this ->INSTALL_PATHS = [
40- '/local/modules/proklung.redis/install/admin/redis_index.php '
41- => '/bitrix/admin/redis_index.php ' ,
42- ];
43-
4442 $ this ->moduleManager = new Module (
4543 [
4644 'MODULE_ID ' => $ this ->MODULE_ID ,
@@ -87,6 +85,4 @@ public function InstallFiles()
8785
8886 return true ;
8987 }
90-
91-
9288}
Original file line number Diff line number Diff line change 11<?php
22
33$ arModuleVersion = [
4- 'VERSION ' => '1.1 .0 ' ,
5- 'VERSION_DATE ' => '2021-07-15 '
4+ 'VERSION ' => '1.2 .0 ' ,
5+ 'VERSION_DATE ' => '2021-07-16 '
66];
Original file line number Diff line number Diff line change 11<?php
22
3- $ MESS ['REDIS_MODULE_NAME ' ] = 'Очереди на Redis (и не только ) ' ;
4- $ MESS ['REDIS_MODULE_DESCRIPTION ' ] = 'Очереди на Redis (и не только ) ' ;
3+ $ MESS ['REDIS_MODULE_NAME ' ] = 'Очереди на Redis (и на RabbitMq, и Filesystem ) ' ;
4+ $ MESS ['REDIS_MODULE_DESCRIPTION ' ] = 'Очереди на Redis (и на RabbitMq, и Filesystem ) ' ;
55$ MESS ['REDIS_MODULE_PARTNER_NAME ' ] = 'ProklUng ' ;
6- $ MESS ['REDIS_MODULE_PARTNER_URI ' ] = '' ;
6+ $ MESS ['REDIS_MODULE_PARTNER_URI ' ] = 'https://github.com/ProklUng/bitrix.redis.module ' ;
You can’t perform that action at this time.
0 commit comments