Skip to content

Commit 5857c4c

Browse files
authored
Merge pull request #4 from IPFModules/prep-1.2.2-rc
Prepare 1.2.2 RC
2 parents a8e8bb5 + 8c2e078 commit 5857c4c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

icms_version.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
$modversion = array(
1818
/** General Information */
1919
'name' => _MI_CONTENT_MD_NAME,
20-
'version' => 1.2.1,
20+
'version' => "1.2.2",
2121
'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",
2424
'help' => "",
2525
'license' => "GNU General Public License v2 (GPLv2)",
2626
'official' => 1,
@@ -33,14 +33,14 @@
3333
'image' => "images/icon_big.png", /* for backward compatibility */
3434

3535
/** 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",
3939
'author_word' => "",
40-
'warning' => _CO_ICMS_WARNING_FINAL,
40+
'warning' => _CO_ICMS_WARNING_RC,
4141

4242
/** Contributors */
43-
'developer_website_url' => "http://www.impresscms.org",
43+
'developer_website_url' => "https://www.impresscms.org",
4444
'developer_website_name' => "The ImpressCMS Project",
4545
'developer_email' => "contact@impresscms.org",
4646

@@ -71,10 +71,10 @@
7171
'object_items' => array('content'));
7272

7373
$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]";
7878
//$modversion['people']['testers'][] = "";
7979
//$modversion['people']['documenters'][] = "";
8080
//$modversion['people']['other'][] = "";

0 commit comments

Comments
 (0)