summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-04-06 14:10:21 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-06 14:44:41 +0200
commitd5ede9fbcff143ae93a586c55746271bf4f58bc2 (patch)
tree29829b9217633e9b1f3a80fdba328d668fbd3924
parent90702dd297bf8dac6ac5baa7eb25ecf35f0a7d25 (diff)
Release 15.4.0-beta415.4.0-beta4
Fixed - Allow negative limits (#1275) - Use boolean to check bool fields (#1278) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/info.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 531a2dc35..3c82a6e7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
### Fixed
+
+## [15.4.0-beta3] - 2021-04-03
+### Fixed
- Allow negative limits (#1275)
- Use boolean to check bool fields (#1278)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9483277ea..1b6af4fed 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.4.0-beta3</version>
+ <version>15.4.0-beta4</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>