Skip to content

Commit e44adc6

Browse files
authored
Merge pull request #22 from mambax7/master
3.1.2 Final
2 parents b52886a + cd3a852 commit e44adc6

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

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.2 Final [2021-08-13]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
2+
<hr>
3+
- set 'hasMain' in xoops_version.php to 0 (alain01/geekwright)
4+
15
<h5>3.1.1 Final [2021-08-13]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
26
<hr>
37
- added missing index.html in root issues #19 (alain01/mamba)

index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
header('HTTP/1.0 404 Not Found');

xoops_version.php

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

3030
// ------------------- Informations ------------------- //
3131
$modversion = [
32-
'version' => '3.1.1',
32+
'version' => '3.1.2',
3333
'module_status' => 'Final',
3434
'release_date' => '2021/08/13',
3535
'name' => _MI_XLANGUAGE_NAME,
@@ -80,7 +80,7 @@
8080
'adminindex' => 'admin/index.php',
8181
'adminmenu' => 'admin/menu.php',
8282
// ------------------- Main Menu -------------------
83-
'hasMain' => 1,
83+
'hasMain' => 0,
8484

8585
// ------------------- Install/Update -------------------
8686
// 'onInstall' => 'include/oninstall.php',

0 commit comments

Comments
 (0)