diff --git a/docs/changelog.txt b/docs/changelog.txt index 95d3f0c2..a1d29264 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,9 +1,15 @@ -
1.08 Alpha 5 [2021-02-14]
Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1 +
1.08 Alpha 5 [NOT RELEASED]
Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
- updated articles testdata with voting (mamba) - set $icons in ItemForm (mamba) - added votetype to Vote/Ratings classes (mamba) - fix for integer in archive #162 (liomj/mamba) +- Smarty defaults (goffy) +- replace index.html with index.php (mamba) +- add renameColumns, moduleStats to Configurator (mamba) +- logoXoopsPhp8 (mamba) +- Yoda, cosmetics, Unqualified function/constant reference, type hints (mamba) +- delete blocksadmin.php (mamba)
1.08 Alpha 4 [2021-01-12]
Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1 diff --git a/xoops_version.php b/xoops_version.php index 43176c08..6ef5d797 100644 --- a/xoops_version.php +++ b/xoops_version.php @@ -37,7 +37,7 @@ $modversion = [ 'version' => '1.08', 'module_status' => 'Alpha 5', - 'release_date' => '2021/02/14', + 'release_date' => '2021/08/08', 'name' => _MI_PUBLISHER_MD_NAME, 'description' => _MI_PUBLISHER_MD_DESC, 'author' => 'Trabis (www.Xuups.com)',