зеркало из https://github.com/nextcloud/news.git
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:
Родитель
13f2557aeb
Коммит
fa347d9245
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче