Skip to content

Commit 1d3d91e

Browse files
committed
3.1.4 Beta 1
1 parent b130c28 commit 1d3d91e

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'/class/registry.php',
6969
'/class/utilities.php',
7070
'/class/util.php',
71-
// '/include/constants.php',
71+
'/preloads/index.php',
7272
'/include/functions.php',
7373
'/ajaxrating.txt',
7474
],

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<h5>3.1.4 Beta 1 [2022-02-20]</h5> Dev: XOOPS 2.5.11, PHP 7.4.27, PHP 8.0.16
2+
<hr>
3+
- index.html in /preloads (mamba)
4+
15
<h5>3.1.3 FINAL [2021-08-20]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
26
<hr>
37

preloads/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>

preloads/index.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

xoops_version.php

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

3030
// ------------------- Informations ------------------- //
3131
$modversion = [
32-
'version' => '3.1.3',
33-
'module_status' => 'Final',
34-
'release_date' => '2021/08/20',
32+
'version' => '3.1.4',
33+
'module_status' => 'Beta 1',
34+
'release_date' => '2022/02/20',
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)