|
1 | 1 | <?php |
2 | 2 | /** |
3 | 3 | * iForum - a bulletin Board (Forum) for ImpressCMS |
4 | | -* |
5 | | -* Based upon CBB 3.08 |
6 | | -* |
| 4 | +** |
7 | 5 | * @copyright http://www.xoops.org/ The XOOPS Project |
8 | 6 | * @copyright http://xoopsforge.com The XOOPS FORGE Project |
9 | 7 | * @copyright http://xoops.org.cn The XOOPS CHINESE Project |
|
19 | 17 | * ---------------------------------------------------------------------------------------------------------- |
20 | 18 | * iForum - a bulletin Board (Forum) for ImpressCMS |
21 | 19 | * @since 1.00 |
22 | | -* @author modified by stranger |
| 20 | +* @author modified by fiammybe |
23 | 21 | * @version $Id$ |
24 | 22 | */ |
25 | 23 |
|
26 | 24 | $modulename = basename(__DIR__); |
27 | 25 | $modversion['name'] = _MI_IFORUM_NAME; |
28 | | -$modversion['version'] = "2.3 beta"; |
| 26 | +$modversion['version'] = "2.3 final"; |
29 | 27 | $modversion['description'] = _MI_IFORUM_DESC; |
30 | 28 | $modversion['credits'] = "Marko Schmuck a.k.a predator (author) and D.J. a.k.a phppp (author) and other CBB/newbb developers [see readme.txt for more information]"; |
31 | 29 | $modversion['author'] = "fiammybe"; |
|
40 | 38 | $modversion['author_website_url'] = "https://www.impresscms.org"; |
41 | 39 | $modversion['author_website_name'] = "ImpressCMS website"; |
42 | 40 | $modversion[ 'author_email'] = "[email protected]"; |
43 | | -$modversion['status_version'] = "Beta"; |
44 | | -$modversion['status'] = "Beta"; |
45 | | -$modversion['date'] = "10 Jul 2020"; |
46 | | -$modversion['warning'] = _CO_ICMS_WARNING_BETA; |
| 41 | +$modversion['status_version'] = "Final"; |
| 42 | +$modversion['status'] = "Final"; |
| 43 | +$modversion['date'] = "13 Jul 2021"; |
| 44 | +$modversion['warning'] = _CO_ICMS_WARNING_FINAL; |
47 | 45 |
|
48 | 46 | $modversion['demo_site_url'] = "https://www.impresscms.org/modules/iforum/"; |
49 | 47 | $modversion['demo_site_name'] = _IMPRESSCMS_COMMUNITY; |
|
108 | 106 |
|
109 | 107 | // Templates |
110 | 108 | $modversion['templates'][0]['file'] = 'iforum_poll_results.html'; |
111 | | -$modversion['templates'][0]['description'] = ''; |
| 109 | +$modversion['templates'][0]['description'] = 'Poll results'; |
112 | 110 | $modversion['templates'][1]['file'] = 'iforum_index.html'; |
113 | | -$modversion['templates'][1]['description'] = ''; |
| 111 | +$modversion['templates'][1]['description'] = 'Forum start page'; |
114 | 112 | $modversion['templates'][2]['file'] = 'iforum_searchresults.html'; |
115 | | -$modversion['templates'][2]['description'] = ''; |
| 113 | +$modversion['templates'][2]['description'] = 'Forum search results'; |
116 | 114 | $modversion['templates'][3]['file'] = 'iforum_search.html'; |
117 | | -$modversion['templates'][3]['description'] = ''; |
| 115 | +$modversion['templates'][3]['description'] = 'Forum search'; |
118 | 116 | $modversion['templates'][4]['file'] = 'iforum_thread.html'; |
119 | | -$modversion['templates'][4]['description'] = ''; |
| 117 | +$modversion['templates'][4]['description'] = 'Forum discussion thread'; |
120 | 118 | $modversion['templates'][5]['file'] = 'iforum_viewforum.html'; |
121 | | -$modversion['templates'][5]['description'] = ''; |
| 119 | +$modversion['templates'][5]['description'] = 'Forum view a forum'; |
122 | 120 | $modversion['templates'][6]['file'] = 'iforum_viewtopic_flat.html'; |
123 | 121 | $modversion['templates'][6]['description'] = ''; |
124 | 122 | $modversion['templates'][7]['file'] = 'iforum_viewtopic_thread.html'; |
|
0 commit comments