Skip to content

Commit 4a0e8c1

Browse files
authored
Update icms_version.php
1 parent 366e40e commit 4a0e8c1

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

icms_version.php

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
33
* iForum - a bulletin Board (Forum) for ImpressCMS
4-
*
5-
* Based upon CBB 3.08
6-
*
4+
**
75
* @copyright http://www.xoops.org/ The XOOPS Project
86
* @copyright http://xoopsforge.com The XOOPS FORGE Project
97
* @copyright http://xoops.org.cn The XOOPS CHINESE Project
@@ -19,13 +17,13 @@
1917
* ----------------------------------------------------------------------------------------------------------
2018
* iForum - a bulletin Board (Forum) for ImpressCMS
2119
* @since 1.00
22-
* @author modified by stranger
20+
* @author modified by fiammybe
2321
* @version $Id$
2422
*/
2523

2624
$modulename = basename(__DIR__);
2725
$modversion['name'] = _MI_IFORUM_NAME;
28-
$modversion['version'] = "2.3 beta";
26+
$modversion['version'] = "2.3 final";
2927
$modversion['description'] = _MI_IFORUM_DESC;
3028
$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]";
3129
$modversion['author'] = "fiammybe";
@@ -40,10 +38,10 @@
4038
$modversion['author_website_url'] = "https://www.impresscms.org";
4139
$modversion['author_website_name'] = "ImpressCMS website";
4240
$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;
4745

4846
$modversion['demo_site_url'] = "https://www.impresscms.org/modules/iforum/";
4947
$modversion['demo_site_name'] = _IMPRESSCMS_COMMUNITY;
@@ -108,17 +106,17 @@
108106

109107
// Templates
110108
$modversion['templates'][0]['file'] = 'iforum_poll_results.html';
111-
$modversion['templates'][0]['description'] = '';
109+
$modversion['templates'][0]['description'] = 'Poll results';
112110
$modversion['templates'][1]['file'] = 'iforum_index.html';
113-
$modversion['templates'][1]['description'] = '';
111+
$modversion['templates'][1]['description'] = 'Forum start page';
114112
$modversion['templates'][2]['file'] = 'iforum_searchresults.html';
115-
$modversion['templates'][2]['description'] = '';
113+
$modversion['templates'][2]['description'] = 'Forum search results';
116114
$modversion['templates'][3]['file'] = 'iforum_search.html';
117-
$modversion['templates'][3]['description'] = '';
115+
$modversion['templates'][3]['description'] = 'Forum search';
118116
$modversion['templates'][4]['file'] = 'iforum_thread.html';
119-
$modversion['templates'][4]['description'] = '';
117+
$modversion['templates'][4]['description'] = 'Forum discussion thread';
120118
$modversion['templates'][5]['file'] = 'iforum_viewforum.html';
121-
$modversion['templates'][5]['description'] = '';
119+
$modversion['templates'][5]['description'] = 'Forum view a forum';
122120
$modversion['templates'][6]['file'] = 'iforum_viewtopic_flat.html';
123121
$modversion['templates'][6]['description'] = '';
124122
$modversion['templates'][7]['file'] = 'iforum_viewtopic_thread.html';

0 commit comments

Comments
 (0)