Skip to content

Commit ba80e66

Browse files
author
MTier Ltd
committed
add support for NC 25 and bump version
fixes mtierltd#192
1 parent 5d800c6 commit ba80e66

File tree

3 files changed

+38
-41
lines changed

3 files changed

+38
-41
lines changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Mit dem integrierten Dashboard lässt sich anhand eines Kuchen-/Donut-Diagramms
3535

3636
Diese App wird aktuell noch weiterentwickelt, also: Augen offen halten für neue Features! Und falls Dir irgendwelche Verbesserungsvorschläge, Probleme oder neue Features einfallen, schau mal auf unserem [GitHub Projekt](https://github.com/mtierltd/timetracker) vorbei, vielleicht wird Dein Thema bereits diskutiert! Und falls nicht, starte gerne eine neue Diskussion, wir freuen uns auf Dein Feedback!
3737
</description>
38-
<version>0.0.75</version>
38+
<version>0.0.76</version>
3939
<licence>agpl</licence>
4040
<author mail="[email protected]" >MTier Ltd.</author>
4141
<namespace>TimeTracker</namespace>
@@ -53,7 +53,7 @@ Diese App wird aktuell noch weiterentwickelt, also: Augen offen halten für neue
5353
<screenshot>https://abload.de/img/bildschirmfotoam2021-vuk8t.png</screenshot>
5454
<screenshot>https://abload.de/img/bildschirmfotoam2021-03kxw.png</screenshot>
5555
<dependencies>
56-
<nextcloud min-version="20" max-version="24"/>
56+
<nextcloud min-version="20" max-version="25"/>
5757
</dependencies>
5858
<navigations>
5959
<navigation>

composer.lock

Lines changed: 29 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/index.php

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,17 @@
11
<?php
2-
//script('timetracker', "jquery-3.5.1.min");
3-
//script('timetracker', "jquery-3.5.0");
4-
/*
5-
script('timetracker', "kingtable");
6-
script('timetracker', "moment.min");
7-
script('timetracker', "daterangepicker.min");
8-
script('timetracker', "tabulator");
9-
script('timetracker', "Chart.min");
10-
script('timetracker', "select2.min");
11-
style('timetracker', "kingtable");
12-
style('timetracker', "daterangepicker");
13-
style('timetracker', "tabulator");
14-
*/
15-
//style('timetracker', "select2");
16-
17-
//style('files', 'files');
182
style('timetracker', 'all');
193
style('timetracker', 'style');
204
script('timetracker', $script);
215

226
?>
237

24-
<div id="app">
25-
<div id="app-navigation">
26-
<?php print_unescaped($this->inc('navigation/index')); ?>
27-
<?php print_unescaped($this->inc('settings/index')); ?>
28-
</div>
8+
<div id="app-navigation">
9+
<?php print_unescaped($this->inc('navigation/index')); ?>
10+
<?php print_unescaped($this->inc('settings/index')); ?>
11+
</div>
2912

30-
<div id="app-content">
31-
<div id="app-content-wrapper">
32-
<?php print_unescaped($this->inc($appPage)); ?>
33-
</div>
13+
<div id="app-content">
14+
<div id="app-content-wrapper">
15+
<?php print_unescaped($this->inc($appPage)); ?>
3416
</div>
3517
</div>
36-

0 commit comments

Comments
 (0)