We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba8357b + b78f6cb commit 824c58bCopy full SHA for 824c58b
docs/changelog.txt
@@ -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
+
5
<h5>3.03 Alpha 4 [2020-05-11]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
6
<hr>
7
- missing folder name (mamba)
xoops_version.php
@@ -25,7 +25,7 @@
25
$moduleDirNameUpper = mb_strtoupper($moduleDirName);
26
27
$modversion['version'] = 3.03;
28
-$modversion['module_status'] = 'Alpha 4';
+$modversion['module_status'] = 'Alpha 5';
29
$modversion['release_date'] = '2020/05/11';
30
$modversion['name'] = _MI_MODULEBUILDER_NAME;
31
$modversion['description'] = _MI_MODULEBUILDER_DESC;
0 commit comments