summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-01-31 14:41:57 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-01-31 14:49:33 +0100
commit090169534aa51e1cc38c3eeb84e7649f0085e0e9 (patch)
tree0043f4c9407b61a1c61a64cce29332ccc86c22fa
parentece8e666b5235e82254d55c2c193712e404ded99 (diff)
Release 15.2.0-rc115.2.0-rc1
Changed - Use signed integer for pubdate (#997) - revert alternating row colors and increase row height (#1012) Fixed - Fetch feed after creation (#1058) - Implement missing item purger (#1063) - Update FeedIO Response call and add tests - Improve Psalm tests and dependency definition Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b25b3751..31bb4e35a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,11 +6,15 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
+### Fixed
+
+## [15.2.0-rc1] - 2021-01-31
+
+### Changed
- Use signed integer for pubdate (#997)
- revert alternating row colors and increase row height (#1012)
### Fixed
-
- Fetch feed after creation (#1058)
- Implement missing item purger (#1063)
- Update FeedIO Response call and add tests
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 28a2341ca..02f403e0b 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.2.0-beta2</version>
+ <version>15.2.0-rc1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>