Skip to content

Commit

Permalink
cosmetic v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbayle committed Apr 11, 2017
1 parent fffeb84 commit ea45e96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions classes/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ public function getArrayKeyFromValue($value) {
class Config {

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

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

/**
Expand Down

0 comments on commit ea45e96

Please sign in to comment.