Skip to content

Commit 411b345

Browse files
author
MTier Ltd.
committed
release for nc 29
1 parent a3a740b commit 411b345

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ appstore_build_directory=$(CURDIR)/build/artifacts/appstore
4747
appstore_package_name=$(appstore_build_directory)/$(app_name)
4848
npm=$(shell which npm 2> /dev/null)
4949
composer=$(shell which composer 2> /dev/null)
50-
php=$(shell which php-8.1 2> /dev/null) -dallow_url_fopen=On
50+
php=$(shell which php-8.2 2> /dev/null) -dallow_url_fopen=On
5151

5252
COMPOSER_ARGS=--prefer-dist --no-dev
5353

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.82</version>
38+
<version>0.0.83</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="28"/>
56+
<nextcloud min-version="20" max-version="29"/>
5757
</dependencies>
5858
<navigations>
5959
<navigation>

js/package-lock.json

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

js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
14+
"@nextcloud/browserslist-config": "^3.0.1",
1415
"css-loader": "^5.0.1",
1516
"file-loader": "^6.2.0",
1617
"style-loader": "^2.0.0",

0 commit comments

Comments
 (0)