Skip to content

Commit 00f0941

Browse files
committed
release v1.8.0
1 parent a89eb0f commit 00f0941

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.8.0";
71-
const codevVersionDate = "19 Oct 2023";
71+
const codevVersionDate = "22 Oct 2023";
7272
const databaseVersion = 23; // used to check codev_config_table.database_version and apply upgrades.
7373

7474
const configType_int = 1;
@@ -171,7 +171,7 @@ class Config {
171171
"v1.5.0" => "(01 Jun 2020) - customField:DailyPrice, remove CSV export pages, Domain:User, fix:mantisPlugin, NewPlugins:SallingPriceForPeriod,OngoingTasks,AdminTools",
172172
"v1.6.0" => "(21 Mar 2021) - ProjectJobTeam asso, Admin enhancements, timesheets JS, issueInfoFilters, NewPlugins:FillPeriodWithTimetracks,ImportRelationshipTreeToCommand,LoadPerUserGroups,BurndownChart,IssueSeniority,TimetrackingAnalysis",
173173
"v1.7.0" => "(14 Feb 2022) - PHP8, moveConfigFile, moveToGitHub, newPage:MissingTimetracks, Select2_lazyLoad, UserGroups, NewPlugins:ResetDashboard,LoadPerCustomfieldValues",
174-
"v1.8.0" => "(19 Oct 2023) - newPage:TimetrackingpageLite, newPlugins:CustomUserData",
174+
"v1.8.0" => "(22 Oct 2023) - docker entrypoint.sh, newPage:TimetrackingpageLite, newPlugins:CustomUserData",
175175
);
176176

177177
/**

doc/codevtt_current_version.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; This file is downloaded from GitHub when a CodevTT instance checks for updates
22
[current_version]
33
version = 'v1.8.0'
4-
release_date = '19 Oct 2023'
4+
release_date = '22 Oct 2023'
55
mantisPlugin_version = '0.7.3'
66

0 commit comments

Comments
 (0)