changelog and versioning adjustments

This commit is contained in:
Bernhard Posselt 2016-11-26 21:31:51 +01:00
Родитель 0b714098a5
Коммит 78eff0b49e
2 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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>