summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-10 10:32:40 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-10 17:32:47 +0200
commit5e78b523934f8a133ce6e0c02955f4b926d8aca1 (patch)
treea0d05e9364496868dde17d519245f248db780aeb
parentb46c6df6322e09c05a34acca69403fd4ebd238ba (diff)
Release 15.0.415.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 <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
2 files changed, 12 insertions, 1 deletions
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).]]></description>
- <version>15.0.3</version>
+ <version>15.0.4</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>