Skip to content

Commit 814a0ce

Browse files
authored
Update icms_version.php (#5)
* Update icms_version.php so that we have a text-based version string * Update changelog.txt
1 parent 5857c4c commit 814a0ce

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== Content 1.2.2 ===
2+
Release date: 10 Oct 2018
3+
'''Fixed'''
4+
* Module version number is now text, no longer number
5+
16
=== Content 1.2.1 Final ===
27
Release date: 30 Dec 2016
38
'''Fixed'''

icms_version.php

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

3535
/** Development information */
36-
'status_version' => "RC",
37-
'status' => "RC",
38-
'date' => "04 Oct 2018",
36+
'status_version' => "Final",
37+
'status' => "Final",
38+
'date' => "10 Oct 2018",
3939
'author_word' => "",
40-
'warning' => _CO_ICMS_WARNING_RC,
40+
'warning' => _CO_ICMS_WARNING_FINAL,
4141

4242
/** Contributors */
4343
'developer_website_url' => "https://www.impresscms.org",

0 commit comments

Comments
 (0)