Skip to content

Commit 2a8c032

Browse files
committed
https://github.com/XoopsModules25x/xlanguage/issues/19
1 parent ffc0f94 commit 2a8c032

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<h5>3.1.1 Final [2021-08-13]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
2+
<hr>
3+
- added missing index.html in root issues #19 (alain01/mamba)
4+
5+
16
<h5>3.1 Final [2021-08-10]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
27
<hr>
38
- added test data (mamba)

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script>history.go(-1);</script>

xoops_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
// ------------------- Informations ------------------- //
3131
$modversion = [
32-
'version' => 3.1,
32+
'version' => '3.1.1',
3333
'module_status' => 'Final',
34-
'release_date' => '2021/08/10',
34+
'release_date' => '2021/08/13',
3535
'name' => _MI_XLANGUAGE_NAME,
3636
'description' => _MI_XLANGUAGE_DESC,
3737
'official' => 1, //1 indicates official XOOPS module supported by XOOPS Dev Team, 0 means 3rd party supported

0 commit comments

Comments
 (0)