Skip to content

Commit

Permalink
5.1.0 Beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Feb 20, 2022
1 parent d782d95 commit b972ca3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
'/class/registry.php',
'/class/utilities.php',
'/class/util.php',
// '/include/constants.php',
// '/include/functions.php',
'/preloads/index.php',
//'/include/functions.php',
'/ajaxrating.txt',
],
'oldFolders' => [
Expand Down
3 changes: 2 additions & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<h5>5.01 Beta 5 [NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.8
<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
<hr>
- removed NEWBB_ADMIN_DEFINED from admin.php (JJDai)
- fixed "Parameter must be an array or an object that implements Countable" (cesagonchu/mamba)
- changed _MD_NEWBB_NEWBB_TYPE to _MD_NEWBB_TYPE (alain01/mamba)
- remove Google Plus icon (cesagonchu/mamba)
- fix Undefined variable: postParentObject in form.post.php #77 (cesagonchu/mamba)
- index.html in /preloads (mamba)

<h5>5.01 Beta 4 [2021-03-21]</h5> Dev: XOOPS 2.5.11, PHP 7.4.16, PHP 8.0.3
<hr>
Expand Down
1 change: 1 addition & 0 deletions preloads/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script>history.go(-1);</script>
3 changes: 0 additions & 3 deletions preloads/index.php

This file was deleted.

6 changes: 3 additions & 3 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
$moduleDirNameUpper = mb_strtoupper($moduleDirName);

$modversion = [
'version' => 5.01,
'module_status' => 'Beta 5 NOT RELEASED',
'release_date' => '2021/08/09',
'version' => '5.1.0',
'module_status' => 'Beta 5',
'release_date' => '2022/02/20',
'name' => _MI_NEWBB_NAME,
'description' => _MI_NEWBB_DESC,
'help' => 'page=help',
Expand Down

0 comments on commit b972ca3

Please sign in to comment.