Skip to content

Commit a24f7e5

Browse files
authored
Merge pull request #70 from GregMage/RC1
Rc1
2 parents 468f1f6 + 0b74c9a commit a24f7e5

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

docs/changelog.txt

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h5>2.0 Alpha 1 [NOT RELEASED]</h5>
1+
<h5>2.0 RC 1 [2019-01-29]</h5>
22
<hr>
33
- converted 'cleanVars' to \Xmf\Request (mamba)
44
- converted $_REQUEST to \Xmf\Request (mamba)
@@ -20,7 +20,7 @@
2020
- implemented perm_autoapprove also for modifying on user side (goffy/mage)
2121
- added description to preference maxuploadsize (goffy/mage)
2222
- rebuild file list in search.php (goffy/mage)
23-
- added check for latest version on GitHub (mamba)
23+
- added check for latest version on GitHub (mamba/mage)
2424
- Added an automatic size system for downloads. (mage)
2525

2626
<h5>2.0 Alpha 1 [2019-01-05]</h5>
@@ -57,11 +57,6 @@
5757
- added Blocks admin (mamba)
5858
- switch admin sites to template based (goffy)
5959

60-
TODO:
61-
- add test data
62-
- do more testing
63-
- update "update.php" file
64-
6560

6661
<h5>1.65 Final [2017/02/02]</h5>
6762
<hr>

xoops_version.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
$modversion = [
2626
'name' => _MI_TDMDOWNLOADS_NAME,
2727
'version' => '2.0',
28-
'module_status' => 'Beta 1',
29-
'release_date' => '2019/01/12',
28+
'module_status' => 'RC 1',
29+
'release_date' => '2019/01/31',
3030
'description' => _MI_TDMDOWNLOADS_DESC,
31-
'credits' => 'G. Mage, Mamba, Goffy',
32-
'author' => 'G. Mage',
31+
'credits' => 'Mage, Mamba, Goffy',
32+
'author' => 'Mage',
3333
'nickname' => 'Mage',
3434
'module_website_url' => 'www.xoops.org',
3535
'module_website_name' => 'Support site',

0 commit comments

Comments
 (0)