Skip to content

Commit 7e2c8f1

Browse files
committed
Bump version to 1.5.6
1 parent f8f81a8 commit 7e2c8f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Loki3000
7171
(formerly) Xavier Beurois
7272

7373
## Releases notes
74+
### v1.5.6
75+
- Fixed deprecated API calls to support Nextcloud 13+
7476
### v1.5.5
7577
- Fixed CSS compatibility with Nextcloud 13 (thanks @Lokarde)
7678
- Fixed display problems on mobile browsers

appinfo/info.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description>Easy to use download manager using Curl/Aria2 and youtube-dl to allow downloading HTTP(S), FTP(S), YouTube videos and BitTorrent files. For more information on how to install, please go to https://github.com/e-alfred/ocdownloader/blob/master/README.md
77

88
</description>
9-
<version>1.5.5</version>
9+
<version>1.5.6</version>
1010
<licence>AGPL</licence>
1111
<author>e-alfred</author>
1212
<author>Nibbels</author>
@@ -17,9 +17,7 @@
1717
<screenshot>https://raw.githubusercontent.com/e-alfred/ocdownloader/master/appinfo/Screenshot.jpg</screenshot>
1818
<repository>https://github.com/e-alfred/</repository>
1919
<dependencies>
20-
<owncloud min-version="9.0" />
21-
<nextcloud min-version="11" max-version="13" />
22-
<php min-version="5.5.0" />
20+
<nextcloud min-version="11" max-version="14" />
2321
<lib>curl</lib>
2422
</dependencies>
2523
</info>

appinfo/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.5
1+
1.5.6

0 commit comments

Comments
 (0)