Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Jul 16, 2021
1 parent 8a743c8 commit 57029af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
10 changes: 3 additions & 7 deletions install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class proklung_redis extends CModule
{
use ModuleUtilsTrait;

/**
* proklung_redis constructor.
*/
public function __construct()
{
$arModuleVersion = [];
Expand All @@ -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,
Expand Down Expand Up @@ -87,6 +85,4 @@ public function InstallFiles()

return true;
}


}
4 changes: 2 additions & 2 deletions install/version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$arModuleVersion = [
'VERSION' => '1.1.0',
'VERSION_DATE' => '2021-07-15'
'VERSION' => '1.2.0',
'VERSION_DATE' => '2021-07-16'
];
6 changes: 3 additions & 3 deletions lang/ru/install/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$MESS['REDIS_MODULE_NAME'] = 'Очереди на Redis (и не только)';
$MESS['REDIS_MODULE_DESCRIPTION'] = 'Очереди на Redis (и не только)';
$MESS['REDIS_MODULE_NAME'] = 'Очереди на Redis (и на RabbitMq, и Filesystem)';
$MESS['REDIS_MODULE_DESCRIPTION'] = 'Очереди на Redis (и на RabbitMq, и Filesystem)';
$MESS['REDIS_MODULE_PARTNER_NAME'] = 'ProklUng';
$MESS['REDIS_MODULE_PARTNER_URI'] = '';
$MESS['REDIS_MODULE_PARTNER_URI'] = 'https://github.com/ProklUng/bitrix.redis.module';

0 comments on commit 57029af

Please sign in to comment.