Skip to content

Commit b972ca3

Browse files
committed
5.1.0 Beta 5
1 parent d782d95 commit b972ca3

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
'/class/registry.php',
6565
'/class/utilities.php',
6666
'/class/util.php',
67-
// '/include/constants.php',
68-
// '/include/functions.php',
67+
'/preloads/index.php',
68+
//'/include/functions.php',
6969
'/ajaxrating.txt',
7070
],
7171
'oldFolders' => [

docs/changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<h5>5.01 Beta 5 [NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.8
1+
<h5>5.1.0 Beta 5 [2022-02-22]</h5> Dev: XOOPS 2.5.11, Dev: XOOPS 2.5.11, PHP 7.4.27, PHP 8.0.16
22
<hr>
33
- removed NEWBB_ADMIN_DEFINED from admin.php (JJDai)
44
- fixed "Parameter must be an array or an object that implements Countable" (cesagonchu/mamba)
55
- changed _MD_NEWBB_NEWBB_TYPE to _MD_NEWBB_TYPE (alain01/mamba)
66
- remove Google Plus icon (cesagonchu/mamba)
77
- fix Undefined variable: postParentObject in form.post.php #77 (cesagonchu/mamba)
8+
- index.html in /preloads (mamba)
89

910
<h5>5.01 Beta 4 [2021-03-21]</h5> Dev: XOOPS 2.5.11, PHP 7.4.16, PHP 8.0.3
1011
<hr>

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
@@ -15,9 +15,9 @@
1515
$moduleDirNameUpper = mb_strtoupper($moduleDirName);
1616

1717
$modversion = [
18-
'version' => 5.01,
19-
'module_status' => 'Beta 5 NOT RELEASED',
20-
'release_date' => '2021/08/09',
18+
'version' => '5.1.0',
19+
'module_status' => 'Beta 5',
20+
'release_date' => '2022/02/20',
2121
'name' => _MI_NEWBB_NAME,
2222
'description' => _MI_NEWBB_DESC,
2323
'help' => 'page=help',

0 commit comments

Comments
 (0)