Skip to content

Commit

Permalink
changelog, Alpha 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed May 11, 2020
1 parent 13f5816 commit 4ed9159
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<h5>3.03 Alpha 4 [2020-05-11]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
<hr>
- missing folder name (mamba)
- changed date integer to 11 (mamba)
- fix removed extra comma in generated FormUploadImage code (mamba)
- added schema (mamba)
- renamed "handler" to "Handler" in generated code (heyula/mamba)
- removed call to include Helper.php file (mamba)
- fix copying logo file (mamba)


<h5>3.03 Alpha 3 [WORK IN PROGRESS - NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
<hr>
- fix class names to case-sensitive (heyula/mamba)
Expand Down
4 changes: 2 additions & 2 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
$moduleDirNameUpper = mb_strtoupper($moduleDirName);

$modversion['version'] = 3.03;
$modversion['module_status'] = 'Alpha 3';
$modversion['release_date'] = '2020/05/10';
$modversion['module_status'] = 'Alpha 4';
$modversion['release_date'] = '2020/05/11';
$modversion['name'] = _MI_MODULEBUILDER_NAME;
$modversion['description'] = _MI_MODULEBUILDER_DESC;
$modversion['author'] = 'Xoops TDM';
Expand Down

0 comments on commit 4ed9159

Please sign in to comment.