Skip to content

Commit 0681244

Browse files
authored
Merge pull request #117 from ggoffy/master
moved to final
2 parents 573835a + 5bdd85f commit 0681244

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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)

xoops_version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
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';
@@ -46,9 +46,9 @@
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';

0 commit comments

Comments
 (0)