summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-03 14:11:41 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-03 14:28:12 +0200
commit2f9fbf9491db09395481626487f018d927339972 (patch)
tree145e2c511569f803709f574e0c8682c65836b720
parentb9c31a73bda62069a2cbab395a22580b35773b5d (diff)
Release 15.0.115.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 <info@b-brahmer.de>
-rw-r--r--AUTHORS.md4
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml4
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).]]></description>
- <version>15.0.0</version>
+ <version>15.0.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
@@ -44,7 +44,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex
</dependencies>
<background-jobs>
- <job>OCA\News\Cron\Updater</job>
+ <job>OCA\News\Cron\UpdaterJob</job>
</background-jobs>
<repair-steps>