Skip to content

Commit

Permalink
release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbayle committed Oct 22, 2023
1 parent a89eb0f commit 00f0941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions classes/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Config {

// TODO Move to a more appropriate class
const codevVersion = "v1.8.0";
const codevVersionDate = "19 Oct 2023";
const codevVersionDate = "22 Oct 2023";
const databaseVersion = 23; // used to check codev_config_table.database_version and apply upgrades.

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

/**
Expand Down
2 changes: 1 addition & 1 deletion doc/codevtt_current_version.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; This file is downloaded from GitHub when a CodevTT instance checks for updates
[current_version]
version = 'v1.8.0'
release_date = '19 Oct 2023'
release_date = '22 Oct 2023'
mantisPlugin_version = '0.7.3'

0 comments on commit 00f0941

Please sign in to comment.