summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 20:22:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 20:22:34 +0100
commit773a78b3b86c6ffebdf55c6e6ba0a2a1a083b59d (patch)
tree625236a48782ca0c63e289bbe3d3b364fb1965af
parentb35e703294615456334fc37cb325ffa9d191276b (diff)
require owncloud 9
-rw-r--r--CHANGELOG.md1
-rw-r--r--README.md5
-rw-r--r--appinfo/info.xml2
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 @@
<!-- dependencies -->
<requiremin>8.1</requiremin>
<dependencies>
- <owncloud min-version="8.2" max-version="9.1"/>
+ <owncloud min-version="9.0" max-version="9.1"/>
<php min-version="5.6"/>
<database min-version="9.4">pgsql</database>
<database>sqlite</database>