Skip to content

Commit ea45e96

Browse files
committed
cosmetic v1.2.2
1 parent fffeb84 commit ea45e96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

classes/config.class.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public function getArrayKeyFromValue($value) {
6767
class Config {
6868

6969
// TODO Move to a more appropriate class
70-
const codevVersion = "v1.2.1";
71-
const codevVersionDate = "02 Apr 2017";
70+
const codevVersion = "v1.2.2";
71+
const codevVersionDate = "11 Apr 2017";
7272
const databaseVersion = 17; // used to check codev_config_table.database_version and apply upgrades.
7373

7474
const configType_int = 1;
@@ -158,6 +158,7 @@ class Config {
158158
"v1.1.0" => "(10 Feb 2016) - PluginManager, Mantis_1_3, MainMenu, NoFLASH, MantisPlugins, fix:WeekDates, fix:PlanningTooltips",
159159
"v1.2.0" => "(02 Jan 2017) - Scheduler,Gantt,Plugins,i18n,Mantis2.0,min.js",
160160
"v1.2.1" => "(02 Apr 2017) - fix:weekDates, fix:backlogCheck, i18n, WBS, teamOptions, UserTeamListPlugin, projectTypes",
161+
"v1.2.2" => "(11 Apr 2017) - fix big regression due to m1553 (mantis table prefix/suffix)",
161162
);
162163

163164
/**

0 commit comments

Comments
 (0)