Skip to content

Commit 962c975

Browse files
committed
changelog
1 parent 43a46b5 commit 962c975

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
<h5>3.03 Alpha 3 [WORK IN PROGRESS - NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
2+
<hr>
3+
- fix class names to case-sensitive (heyula/mamba)
4+
- fix folder names to case-sensitive (mamba)
5+
- add folder & file checkers (mamba)
6+
- add SysUtility class (mamba)
7+
- fix $pathIcon16 (mamba)
8+
- add __NAMESPACE__ to Helper (mamba)
9+
10+
111
<h5>3.03 Alpha 2 [WORK IN PROGRESS - NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
212
<hr>
313
- rename to ModuleBuilder (mamba)
414

15+
516
<h5>3.02 Alpha 1 [WORK IN PROGRESS - NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.2
617
<hr>
718
work done by goffy:

xoops_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
$moduleDirNameUpper = mb_strtoupper($moduleDirName);
2626

2727
$modversion['version'] = 3.03;
28-
$modversion['module_status'] = 'Alpha 2';
29-
$modversion['release_date'] = '2020/05/09';
28+
$modversion['module_status'] = 'Alpha 3';
29+
$modversion['release_date'] = '2020/05/10';
3030
$modversion['name'] = _MI_MODULEBUILDER_NAME;
3131
$modversion['description'] = _MI_MODULEBUILDER_DESC;
3232
$modversion['author'] = 'Xoops TDM';

0 commit comments

Comments
 (0)