Skip to content

Commit

Permalink
Merge pull request #117 from ggoffy/master
Browse files Browse the repository at this point in the history
moved to final
  • Loading branch information
ggoffy committed Oct 21, 2021
2 parents 573835a + 5bdd85f commit 0681244
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<h5>3.05 Final [2021-10-21]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
<hr>
- moved to final (goffy)

<h5>3.05 RC2 [2021-10-13]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
<hr>
- added icon for clone (goffy)
Expand Down
10 changes: 5 additions & 5 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
$moduleDirNameUpper = \mb_strtoupper($moduleDirName);

$modversion['version'] = 3.05;
$modversion['module_status'] = 'RC2';
$modversion['release_date'] = '2020/11/11';
$modversion['module_status'] = 'Final';
$modversion['release_date'] = '2021/10/21';
$modversion['name'] = \_MI_MODULEBUILDER_NAME;
$modversion['description'] = \_MI_MODULEBUILDER_DESC;
$modversion['author'] = 'Xoops TDM';
Expand All @@ -46,9 +46,9 @@
$modversion['image'] = "assets/images/logoModule.png";
$modversion['dirname'] = $moduleDirName;
// Frameworks icons
$modversion['dirmoduleadmin'] = '/Frameworks/moduleclasses/moduleadmin';
$modversion['sysicons16'] = '../../Frameworks/moduleclasses/icons/16';
$modversion['sysicons32'] = '../../Frameworks/moduleclasses/icons/32';
$modversion['dirmoduleadmin'] = '/Frameworks/moduleclasses/moduleadmin';
$modversion['sysicons16'] = '../../Frameworks/moduleclasses/icons/16';
$modversion['sysicons32'] = '../../Frameworks/moduleclasses/icons/32';
// Module icons
$modversion['modicons16'] = 'assets/images/icons/16';
$modversion['modicons32'] = 'assets/images/icons/32';
Expand Down

0 comments on commit 0681244

Please sign in to comment.