Skip to content

Commit 97cae7b

Browse files
committed
cosmetic v1.4.0
1 parent ff82909 commit 97cae7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

classes/config.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Config {
6868

6969
// TODO Move to a more appropriate class
7070
const codevVersion = "v1.4.0";
71-
const codevVersionDate = "01 Jun 2019";
71+
const codevVersionDate = "12 May 2019";
7272
const databaseVersion = 19; // used to check codev_config_table.database_version and apply upgrades.
7373

7474
const configType_int = 1;
@@ -161,7 +161,7 @@ class Config {
161161
"v1.2.1" => "(02 Apr 2017) - fix:weekDates, fix:backlogCheck, i18n, WBS, teamOptions, UserTeamListPlugin, projectTypes",
162162
"v1.2.2" => "(11 Apr 2017) - fix big regression due to m1553 (mantis table prefix/suffix)",
163163
"v1.3.0" => "(18 Mar 2018) - adodb, PHP7, CostIndicator, mantis table prefix/suffix, fixCommand, Float customFields, wbs_order",
164-
"v1.4.0" => "(01 Jun 2019) - remove FilterBugList, multiple TeamAdmins, BlogPlugin, SubmittedResolvedPlugin, TimetrackListPlugin, ManagementCostsPlugin, WbsExportPlugin, TasksPivotTablePlugin, remove effortAdd",
164+
"v1.4.0" => "(12 May 2019) - remove FilterBugList, multiple TeamAdmins, BlogPlugin, SubmittedResolvedPlugin, TimetrackListPlugin, ManagementCostsPlugin, WbsExportPlugin, TasksPivotTablePlugin, remove effortAdd",
165165
);
166166

167167
/**

0 commit comments

Comments
 (0)