From 5e78b523934f8a133ce6e0c02955f4b926d8aca1 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 10 Oct 2020 10:32:40 +0200 Subject: Release 15.0.4 Changed - Update Explore page feeds and design #860 Fixed - Fix usage of at() in unittests #864 - Fix minor issues, prepare for foreign keys and check feeds #862 - Fix multiple results for guid_hash #861 - Fix missing type info of entities #858 Signed-off-by: Benjamin Brahmer --- CHANGELOG.md | 11 +++++++++++ appinfo/info.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf29c37da..3bd43f894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 15.0.4 + +### Changed +- Update Explore page feeds and design #860 + +### Fixed +- Fix usage of at() in unittests #864 +- Fix minor issues, prepare for foreign keys and check feeds #862 +- Fix multiple results for guid_hash #861 +- Fix missing type info of entities #858 + ## 15.0.3 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index ed1208e85..c639e61d6 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.org/server/latest/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).]]> - 15.0.3 + 15.0.4 agpl Benjamin Brahmer Sean Molenaar -- cgit v1.2.3