Skip to content

Commit 2800aad

Browse files
committed
moved to last stable with smarty 2
1 parent c0ad364 commit 2800aad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<h5>3.6.0 Stable [2023-02-28]</h5> Dev: XOOPS 2.5.11, PHP 7.4.25, PHP 8.0.12, PHP 8.1.0 Beta 4
2+
- moved to last stable with smarty 2 (goffy)
3+
14
<h5>3.6.0 Beta 1 [NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.25, PHP 8.0.12, PHP 8.1.0 Beta 4
25
- added import of existing modules (for their redesign) (mamba)
36
- increased size of the "mod_version" field in modulebuilder_modules table from 4 to 10 (mamba)

xoops_version.php

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

2828
$modversion['version'] = '3.6.0';
29-
$modversion['module_status'] = 'Beta 1 NOT RELEASED';
30-
$modversion['release_date'] = '2021/11/04';
29+
$modversion['module_status'] = 'Stable';
30+
$modversion['release_date'] = '2023/02/28'; // format: yyyy/mm/dd
3131
$modversion['name'] = \_MI_MODULEBUILDER_NAME;
3232
$modversion['description'] = \_MI_MODULEBUILDER_DESC;
3333
$modversion['author'] = 'Xoops TDM';

0 commit comments

Comments
 (0)