Skip to content

Commit 824c58b

Browse files
authored
Merge pull request #31 from ggoffy/master
next alpha
2 parents ba8357b + b78f6cb commit 824c58b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.03 Alpha 5 [2020-06-09]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
2+
<hr>
3+
- new alpa release
4+
15
<h5>3.03 Alpha 4 [2020-05-11]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
26
<hr>
37
- missing folder name (mamba)

xoops_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$moduleDirNameUpper = mb_strtoupper($moduleDirName);
2626

2727
$modversion['version'] = 3.03;
28-
$modversion['module_status'] = 'Alpha 4';
28+
$modversion['module_status'] = 'Alpha 5';
2929
$modversion['release_date'] = '2020/05/11';
3030
$modversion['name'] = _MI_MODULEBUILDER_NAME;
3131
$modversion['description'] = _MI_MODULEBUILDER_DESC;

0 commit comments

Comments
 (0)