summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-11-26 21:31:51 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-11-26 21:31:51 +0100
commit78eff0b49ebaa5d60affc19f05158d1ab83bf89c (patch)
treedf2f80a947e6188c183a8aa51eddc1a355c12ac7
parent0b714098a5bed7c8adcded7f98e0b2fb564943cb (diff)
changelog and versioning adjustments
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml3
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a46fbcb1..3957f1243 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [Unreleased]
+## 10.0.0
+
+### Removed
+- Dropped support for Nextcloud 10
### Added
- Include changelog in release download
- More App Store improvements
+### Fixed
+- Switch to new update API
+- Do not fail to mark items as read if they do not exist on the server anymore when using the API
+
## 9.0.4
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6b10e7275..b1d4c673d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/owncloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>9.1.0</version>
+ <version>10.0.0</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
@@ -33,6 +33,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex
<lib>curl</lib>
<lib>SimpleXML</lib>
<lib>iconv</lib>
+ <owncloud max-version="0" min-version="0"/>
<nextcloud min-version="11" max-version="11"/>
</dependencies>