diff --git a/docs/changelog.txt b/docs/changelog.txt index 19ac6df..84e2376 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,4 +1,4 @@ -
2.0 Alpha 1 [NOT RELEASED]
+
2.0 RC 1 [2019-01-29]

- converted 'cleanVars' to \Xmf\Request (mamba) - converted $_REQUEST to \Xmf\Request (mamba) @@ -20,7 +20,7 @@ - implemented perm_autoapprove also for modifying on user side (goffy/mage) - added description to preference maxuploadsize (goffy/mage) - rebuild file list in search.php (goffy/mage) -- added check for latest version on GitHub (mamba) +- added check for latest version on GitHub (mamba/mage) - Added an automatic size system for downloads. (mage)
2.0 Alpha 1 [2019-01-05]
@@ -57,11 +57,6 @@ - added Blocks admin (mamba) - switch admin sites to template based (goffy) -TODO: -- add test data -- do more testing -- update "update.php" file -
1.65 Final [2017/02/02]

diff --git a/xoops_version.php b/xoops_version.php index 95657d5..5d0c3ba 100644 --- a/xoops_version.php +++ b/xoops_version.php @@ -25,11 +25,11 @@ $modversion = [ 'name' => _MI_TDMDOWNLOADS_NAME, 'version' => '2.0', - 'module_status' => 'Beta 1', - 'release_date' => '2019/01/12', + 'module_status' => 'RC 1', + 'release_date' => '2019/01/31', 'description' => _MI_TDMDOWNLOADS_DESC, - 'credits' => 'G. Mage, Mamba, Goffy', - 'author' => 'G. Mage', + 'credits' => 'Mage, Mamba, Goffy', + 'author' => 'Mage', 'nickname' => 'Mage', 'module_website_url' => 'www.xoops.org', 'module_website_name' => 'Support site',