We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 554537a + 7364897 commit 9f41087Copy full SHA for 9f41087
.travis.yml
@@ -1,8 +1,7 @@
1
language: php
2
php:
3
- - 7.2
4
- 7.3
5
- - 7.4snapshot
+ - 7.4
6
7
env:
8
global:
appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Log Reader</name>
<summary>A log reader for Nextcloud</summary>
<description>Log reader for Nextcloud</description>
- <version>2.5.0</version>
+ <version>2.6.0</version>
9
<licence>agpl</licence>
10
<author>Robin Appelman</author>
11
<namespace>LogReader</namespace>
@@ -20,7 +20,7 @@
20
</screenshot>
21
22
<dependencies>
23
- <nextcloud min-version="20" max-version="20" />
+ <nextcloud min-version="21" max-version="21" />
24
</dependencies>
25
26
<commands>
0 commit comments