From e4d9156160830073f8f6da343afee62b36f6bc89 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 6 Jan 2016 22:05:20 +0100 Subject: bump required owncloud version to 8.2 --- .travis.yml | 4 +--- CHANGELOG.md | 3 ++- appinfo/info.xml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3c336afc..04ff6422c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ php: - hhvm env: global: - - CORE_BRANCH=stable8.1 + - CORE_BRANCH=stable8.2 matrix: - DB=pgsql @@ -19,8 +19,6 @@ matrix: env: DB=sqlite - php: 5.5 env: DB=mysql - - php: 5.5 - env: DB=pgsql CORE_BRANCH=stable8.2 # master branch - php: 5.5 env: DB=pgsql CORE_BRANCH=master diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b18363c..12adee1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ owncloud-news (7.0.0) -* **Bugfix**: Fix bug that prevented non admin users from changing feed parameters +* **New dependency**: Bump required ownCloud version to 8.2 * **Backwards incompatible change**: Remove console commands and instead run them after specific updates +* **Bugfix**: Fix bug that prevented non admin users from changing feed parameters * **Enhancement**: If a feed failed to update more than 100 times, show a hint in the web interface owncloud-news (6.1.1) diff --git a/appinfo/info.xml b/appinfo/info.xml index 85a712760..f8b400c4f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ 8.1 - + pgsql sqlite -- cgit v1.2.3