Skip to content

Commit 8775504

Browse files
committed
enabled app for all minor versions of ownCloud 10
1 parent 51dd32e commit 8775504

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OwnBackup Change Log
22

3+
## 19.1.0
4+
- enabled app for all minor versions of ownCloud 10
5+
36
## 18.11.0
47
- enabled and tested app for Nextcloud 15
58

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Its main purpose is to provide an easy solution to restore the tables of an app
1010
1111
- Use this app at your own risk! Data loss may occur!
1212
- This app is no replacement for a more professional backup solution!]]></description>
13-
<version>18.11.0</version>
13+
<version>19.1.0</version>
1414
<licence>agpl</licence>
1515
<author mail="patrizio@bekerle.com" homepage="http://www.bekerle.com/">Patrizio Bekerle</author>
1616
<namespace>OwnBackup</namespace>
@@ -34,7 +34,7 @@ Its main purpose is to provide an easy solution to restore the tables of an app
3434
<database>sqlite</database>
3535
<database>mysql</database>
3636
<lib>zlib</lib>
37-
<owncloud min-version="8.2" max-version="10.1" />
37+
<owncloud min-version="8.2" max-version="11" />
3838
<nextcloud min-version="10" max-version="15" />
3939
</dependencies>
4040

0 commit comments

Comments
 (0)