From 773a78b3b86c6ffebdf55c6e6ba0a2a1a083b59d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 26 Mar 2016 20:22:34 +0100 Subject: require owncloud 9 --- CHANGELOG.md | 1 + README.md | 5 +++-- appinfo/info.xml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b63da123..4b07606ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ owncloud-news (8.0.0) * **Backwards incompatible change**: The git repository does not bundle composer and bower libraries anymore, nor does it contain compiled JavaScript. If you are running the git version, you now need to run **make** after cloning and pulling from the repository to install the depenencies and compile the JavaScript +* **New dependency**: Bump required ownCloud version to 9.0 * **New dependency**: Bump required PostgreSQL version to 9.4 * **New dependency**: Bump required MySql/MariaDB version to 5.5 * **New dependency**: Bump required PHP version to 5.6 diff --git a/README.md b/README.md index 85341185c..aeeec9bef 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ For further developer and user documentation please visit [the wiki](https://git are listed on the [ownCloud apps overview](https://github.com/owncloud/core/wiki/Apps) ## Dependencies -* ownCloud >= 8.2 +* ownCloud >= 9.0 * libxml >= 2.7.8 (2.9 recommended) * php-curl * iconv * SimpleXML -* PHP >= 5.5 +* PHP >= 5.6 ## Development Dependencies These Dependencies are only relevant if you want to work on the source code: @@ -38,6 +38,7 @@ These Dependencies are only relevant if you want to work on the source code: * phpunit (optional) * composer (optional) * gulp-cli (optional) +* bower (optional) ## Supported Linux Distributions Supported means that the distribution's default repository packages will work in conjunction with the News app and you won't have to add any 3rdparty repositories. diff --git a/appinfo/info.xml b/appinfo/info.xml index b2c77280a..29919e42a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ 8.1 - + pgsql sqlite -- cgit v1.2.3