File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ <h5>3.05 Final [2021-10-21]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
2+ <hr>
3+ - moved to final (goffy)
4+
15<h5>3.05 RC2 [2021-10-13]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
26<hr>
37 - added icon for clone (goffy)
Original file line number Diff line number Diff line change 2727$ moduleDirNameUpper = \mb_strtoupper ($ moduleDirName );
2828
2929$ modversion ['version ' ] = 3.05 ;
30- $ modversion ['module_status ' ] = 'RC2 ' ;
31- $ modversion ['release_date ' ] = '2020/11/11 ' ;
30+ $ modversion ['module_status ' ] = 'Final ' ;
31+ $ modversion ['release_date ' ] = '2021/10/21 ' ;
3232$ modversion ['name ' ] = \_MI_MODULEBUILDER_NAME ;
3333$ modversion ['description ' ] = \_MI_MODULEBUILDER_DESC ;
3434$ modversion ['author ' ] = 'Xoops TDM ' ;
4646$ modversion ['image ' ] = "assets/images/logoModule.png " ;
4747$ modversion ['dirname ' ] = $ moduleDirName ;
4848// Frameworks icons
49- $ modversion ['dirmoduleadmin ' ] = '/Frameworks/moduleclasses/moduleadmin ' ;
50- $ modversion ['sysicons16 ' ] = '../../Frameworks/moduleclasses/icons/16 ' ;
51- $ modversion ['sysicons32 ' ] = '../../Frameworks/moduleclasses/icons/32 ' ;
49+ $ modversion ['dirmoduleadmin ' ] = '/Frameworks/moduleclasses/moduleadmin ' ;
50+ $ modversion ['sysicons16 ' ] = '../../Frameworks/moduleclasses/icons/16 ' ;
51+ $ modversion ['sysicons32 ' ] = '../../Frameworks/moduleclasses/icons/32 ' ;
5252// Module icons
5353$ modversion ['modicons16 ' ] = 'assets/images/icons/16 ' ;
5454$ modversion ['modicons32 ' ] = 'assets/images/icons/32 ' ;
You can’t perform that action at this time.
0 commit comments