Skip to content

Commit 306d82a

Browse files
authored
Prepare 140 (#15)
* update version to 1.4 final
1 parent bedb72f commit 306d82a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

icms_version.php

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@
3333
'image' => "images/icon_big.png", /* for backward compatibility */
3434

3535
/** Development information */
36-
'status_version' => "1.4 rc",
37-
'status' => "rc",
38-
'date' => "25 Dec 2024",
36+
37+
'status_version' => "1.4.0",
38+
'status' => "final",
39+
'date' => "01 Jan 2025",
3940
'author_word' => "",
40-
'warning' => _CO_ICMS_WARNING_RC,
41+
'warning' => _CO_ICMS_WARNING_FINAL,
4142

4243
/** Contributors */
4344
'developer_website_url' => "https://www.impresscms.org",
@@ -73,11 +74,6 @@
7374
$modversion["tables"] = icms_getTablesArray($modversion['dirname'], $modversion['object_items']);
7475
$modversion['people']['developers'][] = "[url=https://www.impresscms.org/userinfo.php?uid=1102]David Janssens (fiammybe)[/url]";
7576
$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-
//$modversion['people']['testers'][] = "";
79-
//$modversion['people']['documenters'][] = "";
80-
//$modversion['people']['other'][] = "";
8177

8278
/** Manual */
8379
$modversion['manual']['wiki'][] = "<a href='http://wiki.impresscms.org/index.php?title=content' target='_blank'>English</a>";

0 commit comments

Comments
 (0)