File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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>
718work done by goffy:
Original file line number Diff line number Diff line change 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 ' ;
You can’t perform that action at this time.
0 commit comments