Skip to content

Commit 4ed9159

Browse files
committed
changelog, Alpha 4
1 parent 13f5816 commit 4ed9159

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<h5>3.03 Alpha 4 [2020-05-11]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
2+
<hr>
3+
- missing folder name (mamba)
4+
- changed date integer to 11 (mamba)
5+
- fix removed extra comma in generated FormUploadImage code (mamba)
6+
- added schema (mamba)
7+
- renamed "handler" to "Handler" in generated code (heyula/mamba)
8+
- removed call to include Helper.php file (mamba)
9+
- fix copying logo file (mamba)
10+
11+
112
<h5>3.03 Alpha 3 [WORK IN PROGRESS - NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
213
<hr>
314
- fix class names to case-sensitive (heyula/mamba)

xoops_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
$moduleDirNameUpper = mb_strtoupper($moduleDirName);
2626

2727
$modversion['version'] = 3.03;
28-
$modversion['module_status'] = 'Alpha 3';
29-
$modversion['release_date'] = '2020/05/10';
28+
$modversion['module_status'] = 'Alpha 4';
29+
$modversion['release_date'] = '2020/05/11';
3030
$modversion['name'] = _MI_MODULEBUILDER_NAME;
3131
$modversion['description'] = _MI_MODULEBUILDER_DESC;
3232
$modversion['author'] = 'Xoops TDM';

0 commit comments

Comments
 (0)