Skip to content

Commit d63f18d

Browse files
committed
3.1 Final
1 parent 9d667e0 commit d63f18d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h5>3.1 Final [2020-09-09]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
1+
<h5>3.1 Final [2021-08-10]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
22
<hr>
33
- added test data (mamba)
44

xoops_version.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@
2424
$moduleDirName = basename(__DIR__);
2525
$moduleDirNameUpper = mb_strtoupper($moduleDirName);
2626

27-
/** @var \XoopsModules\Xlanguage\Helper $helper */
2827
$helper = Helper::getInstance();
2928
$helper->loadLanguage('common');
3029

3130
// ------------------- Informations ------------------- //
3231
$modversion = [
3332
'version' => 3.1,
34-
'module_status' => 'RC 2',
35-
'release_date' => '2020/09/10',
33+
'module_status' => 'Final',
34+
'release_date' => '2021/08/10',
3635
'name' => _MI_XLANGUAGE_NAME,
3736
'description' => _MI_XLANGUAGE_DESC,
3837
'official' => 1, //1 indicates official XOOPS module supported by XOOPS Dev Team, 0 means 3rd party supported

0 commit comments

Comments
 (0)