add a max version to ensure that this specific version of news will stop to work on newer releases which get separate releases. this will reduce the issue reports that try to use old and unsupported news versions with newer owncloud releases

This commit is contained in:
Bernhard Posselt 2015-04-03 12:05:29 +02:00
Родитель 13f2557aeb
Коммит fa347d9245
2 изменённых файлов: 2 добавлений и 2 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -23,7 +23,7 @@
<!-- dependencies -->
<requiremin>8.1</requiremin>
<dependencies>
<owncloud min-version="8.1" />
<owncloud min-version="8.1" max-version="8.1"/>
<php min-version="5.4" />
<database>pgsql</database>
<database>sqlite</database>