Skip to content

Commit

Permalink
2.1.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Feb 20, 2022
1 parent 4f0041d commit 4952f54
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions modules/tools/config/config.php
Expand Up @@ -64,8 +64,7 @@
'/class/registry.php',
'/class/utilities.php',
'/class/util.php',
// '/include/constants.php',
// '/include/functions.php',
'/preloads/index.php',
'/ajaxrating.txt',
],
'oldFolders' => [
Expand Down
3 changes: 2 additions & 1 deletion modules/tools/docs/changelog.txt
@@ -1,11 +1,12 @@
<h5>2.1.0 Beta 1 [WORK IN PROGRESS - NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.10, PHP 8.0.7
<h5>2.1.0 Beta 1 [2022-02-20]</h5> Dev: XOOPS 2.5.11, PHP 7.4.27, PHP 8.0.16
<hr>
- namespaces (mamba)
- class autoloading (mamba)
- added Stats (mamba)
- renamed conflicting Smarty variable 'modules' (mamba)
- replaced 'index.html' with 'index.php' (mamba)
- added /docs (mamba)
- index.html in /preloads (mamba)


---------------------------------------
Expand Down
1 change: 1 addition & 0 deletions modules/tools/preloads/index.html
@@ -0,0 +1 @@
<script>history.go(-1);</script>
3 changes: 0 additions & 3 deletions modules/tools/preloads/index.php

This file was deleted.

4 changes: 2 additions & 2 deletions modules/tools/xoops_version.php
Expand Up @@ -22,9 +22,9 @@
$moduleDirNameUpper = \mb_strtoupper($moduleDirName);

$modversion = [];
$modversion['version'] = '2.1';
$modversion['version'] = '2.1.0';
$modversion['module_status'] = 'Beta 1';
$modversion['release_date'] = '2021/06/19';
$modversion['release_date'] = '2022/02/20';
$modversion['name'] = _MI_TOOLS_NAME;
$modversion['description'] = _MI_TOOLS_DESC;
$modversion['image'] = 'assets/images/logoModule.png';
Expand Down

0 comments on commit 4952f54

Please sign in to comment.