Skip to content

Commit 08e71f2

Browse files
committed
cosmetic: v1.3.0
1 parent f91a90f commit 08e71f2

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

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.3 beta";
71-
const codevVersionDate = "11 Apr 2017";
70+
const codevVersion = "v1.3.0";
71+
const codevVersionDate = "18 Mar 2018";
7272
const databaseVersion = 18; // used to check codev_config_table.database_version and apply upgrades.
7373

7474
const configType_int = 1;
@@ -159,6 +159,7 @@ class Config {
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",
161161
"v1.2.2" => "(11 Apr 2017) - fix big regression due to m1553 (mantis table prefix/suffix)",
162+
"v1.3.0" => "(18 Mar 2018) - adodb, PHP7, CostIndicator, mantis table prefix/suffix, fixCommand, Float customFields, wbs_order",
162163
);
163164

164165
/**

tpl/about_codevtt.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
</table>
3131

3232

33-
<br><br><br>
33+
<div align="center" style="margin-top:2em;">
3434
Please visit &nbsp; <a href='http://codevtt.org' target='_blank' >http://codevtt.org</a> &nbsp; for more information.
35-
<br><br>
36-
<div align="center">
35+
</div>
36+
37+
<div align="center" style="margin-top:2em;">
3738
{include file="tools/paypal.html"}
3839
</div>
3940
</div>

0 commit comments

Comments
 (0)