|
17 | 17 | $modversion = array( |
18 | 18 | /** General Information */ |
19 | 19 | 'name' => _MI_CONTENT_MD_NAME, |
20 | | - 'version' => 1.2.1, |
| 20 | + 'version' => "1.2.2", |
21 | 21 | 'description' => _MI_CONTENT_MD_DESC, |
22 | | - 'author' => "David Janssens (fiammybe), Rodrigo P Lima aka TheRplima, Phoenyx, skenow, QM-B", |
23 | | - 'credits' => "The ImpressCMS Project", |
| 22 | + 'author' => "David Janssens (fiammybe)", |
| 23 | + 'credits' => "The ImpressCMS Project, Rodrigo P Lima aka TheRplima, Phoenyx, skenow, QM-B", |
24 | 24 | 'help' => "", |
25 | 25 | 'license' => "GNU General Public License v2 (GPLv2)", |
26 | 26 | 'official' => 1, |
|
33 | 33 | 'image' => "images/icon_big.png", /* for backward compatibility */ |
34 | 34 |
|
35 | 35 | /** Development information */ |
36 | | - 'status_version' => "Final", |
37 | | - 'status' => "Final", |
38 | | - 'date' => "30 Dec 2016", |
| 36 | + 'status_version' => "RC", |
| 37 | + 'status' => "RC", |
| 38 | + 'date' => "04 Oct 2018", |
39 | 39 | 'author_word' => "", |
40 | | - 'warning' => _CO_ICMS_WARNING_FINAL, |
| 40 | + 'warning' => _CO_ICMS_WARNING_RC, |
41 | 41 |
|
42 | 42 | /** Contributors */ |
43 | | - 'developer_website_url' => "http://www.impresscms.org", |
| 43 | + 'developer_website_url' => "https://www.impresscms.org", |
44 | 44 | 'developer_website_name' => "The ImpressCMS Project", |
45 | 45 | 'developer_email' => "contact@impresscms.org", |
46 | 46 |
|
|
71 | 71 | 'object_items' => array('content')); |
72 | 72 |
|
73 | 73 | $modversion["tables"] = icms_getTablesArray($modversion['dirname'], $modversion['object_items']); |
74 | | -$modversion['people']['developers'][] = "[url=http://community.impresscms.org/userinfo.php?uid=1102]David Janssens (fiammybe)[/url]"; |
75 | | -$modversion['people']['developers'][] = "[url=http://community.impresscms.org/userinfo.php?uid=106]Rodrigo P Lima (TheRplima)[/url]"; |
76 | | -$modversion['people']['developers'][] = "[url=http://community.impresscms.org/userinfo.php?uid=106]phoenyx[/url]"; |
77 | | -$modversion['people']['translators'][] = "[url=http://community.impresscms.org/userinfo.php?uid=106]phoenyx[/url]"; |
| 74 | +$modversion['people']['developers'][] = "[url=https://www.impresscms.org/userinfo.php?uid=1102]David Janssens (fiammybe)[/url]"; |
| 75 | +$modversion['people']['developers'][] = "[url=https://www.impresscms.org/userinfo.php?uid=106]Rodrigo P Lima (TheRplima)[/url]"; |
| 76 | +$modversion['people']['developers'][] = "[url=https://www.impresscms.org/userinfo.php?uid=106]phoenyx[/url]"; |
| 77 | +$modversion['people']['translators'][] = "[url=https://www.impresscms.org/userinfo.php?uid=106]phoenyx[/url]"; |
78 | 78 | //$modversion['people']['testers'][] = ""; |
79 | 79 | //$modversion['people']['documenters'][] = ""; |
80 | 80 | //$modversion['people']['other'][] = ""; |
|
0 commit comments