From 2f9fbf9491db09395481626487f018d927339972 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 3 Oct 2020 14:11:41 +0200 Subject: Release 15.0.1 Changed - Update feed-io to v4.7.10 Fixed - Fix false cron notifaction #823 - Fix cron updater not working #819 #824 - Fix invalid UserId when logged out #822 - Fix autoPurge not working #824 - Fix undefined class constant 'Name' #824 Signed-off-by: Benjamin Brahmer --- AUTHORS.md | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 835ee70f9..19589ce93 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -16,12 +16,12 @@ * [Thomas Müller](mailto:thomas.mueller@tmit.eu) * [Hoàng Đức Hiếu](mailto:hdhoang@zahe.me) * [Daniel Opitz](mailto:git@copynpaste.de) +* [Sean Molenaar](mailto:sean@m2mobi.com) * [rakekniven](mailto:mark.ziegler@rakekniven.de) * [David-Development](mailto:david-dev@live.de) * [IBBoard](mailto:dev@ibboard.co.uk) * [Koen Martens](mailto:gmc@sonologic.nl) * [Lukas Reschke](mailto:lukas@owncloud.com) -* [Sean Molenaar](mailto:sean@m2mobi.com) * [Bart Visscher](mailto:bartv@thisnet.nl) * [Christian Elmer](mailto:christian@keinkurt.de) * [Thomas Tanghus](mailto:thomas@tanghus.net) @@ -30,6 +30,7 @@ * [Daniel Opitz](mailto:danopz@users.noreply.github.com) * [Lars Bensmann](mailto:lars@almosthappy.de) * [Robin Appelman](mailto:robin@icewind.nl) +* [anoy](mailto:anoymouserver+github@mailbox.org) * [bluehaze](mailto:francesco.sportolari@gmail.com) * [darkside40](mailto:darkside401@googlemail.com) * [nachoparker](mailto:nacho@ownyourbits.com) @@ -38,7 +39,6 @@ * [Jakob Sack](mailto:mail@jakobsack.de) * [Qingping Hou](mailto:dave2008713@gmail.com) * [Roman](mailto:reverse@jamm.me) -* [anoy](mailto:anoymouserver+github@mailbox.org) * [b_b](mailto:bruno@eliaz.fr) * [Andreas Fischer](mailto:bantu@owncloud.com) * [David Guillot](mailto:david@guillot.me) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb23b8ff2..bd6e2282b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 15.0.1 + +### Changed + +- Update feed-io to v4.7.10 + +### Fixed + +- Fix false cron notifaction #823 +- Fix cron updater not working #819 #824 +- Fix invalid UserId when logged out #822 +- Fix autoPurge not working #824 +- Fix undefined class constant 'Name' #824 + ## 15.0.0 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 7bbe20265..dcd388763 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.0 + 15.0.1 agpl Benjamin Brahmer Sean Molenaar @@ -44,7 +44,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex - OCA\News\Cron\Updater + OCA\News\Cron\UpdaterJob -- cgit v1.2.3