summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-06 11:03:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-06 11:04:08 +0200
commitd7302a36275a14ea9a4d80791fcab6ebfe71be04 (patch)
tree69628c6c56cc3f5c2573bc27f7e93ee66a970ff4
parent99b3c9dcccaa94312f64271f56ca196b7cb41f72 (diff)
version bump
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml3
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 991a5d4ac..c03dbe780 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
-## Unreleased
+## 11.0.0
### Removed
- Dropped support for Nextcloud 11
-- Adjusted navigation area to fit Nextcloud 12 design
+
+### Fixed
+
+- Fix articles appearing as unread when updating to Nextcloud 12 beta
+- Partly fix frontend styles that were changed in 12
## 10.2.0
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d7fe48706..a464f499b 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/nextcloud/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>10.2.2</version>
+ <version>11.0.0</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
@@ -37,7 +37,6 @@ Before you update to a new version, [check the changelog](https://github.com/nex
<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="12" max-version="12"/>
</dependencies>
- <ocsid>168040</ocsid>
<!--<settings>-->
<!--<admin>OCA\News\Settings\Admin</admin>-->