Skip to content

Commit

Permalink
RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
GregMage committed Jan 31, 2019
1 parent faaf8cc commit 0b74c9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h5>2.0 Alpha 1 [NOT RELEASED]</h5>
<h5>2.0 RC 1 [2019-01-29]</h5>
<hr>
- converted 'cleanVars' to \Xmf\Request (mamba)
- converted $_REQUEST to \Xmf\Request (mamba)
Expand All @@ -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)

<h5>2.0 Alpha 1 [2019-01-05]</h5>
Expand Down Expand Up @@ -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


<h5>1.65 Final [2017/02/02]</h5>
<hr>
Expand Down
8 changes: 4 additions & 4 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0b74c9a

Please sign in to comment.