summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-04-03 12:28:00 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-04-03 13:03:40 +0200
commit11874fa412dccaee6235be68e3d405c43d947f43 (patch)
tree3cdfb872edd456ce5c4b53b07ad817347f66fb4a
parent04519388ce1bf3acc9997b35748762a7380e5954 (diff)
Release 15.4.0-beta315.4.0-beta3
Changed - Add BATS as integration tests (#1213) - Update FeedFetcher to import categories from feeds (#1248) - Update serialization of item to include categories (#1248) - Make PHPStan stricter (#955) - Search: Add folder search (#1215) - Improve test coverage (#1263) - Allow directly adding a feed without going through the discovery process (#1265) Fixed - Do not show deleted feeds in item list (#1214) - Fix update queries (#1211) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
2 files changed, 11 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d97cc5458..c6da0678a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,16 +5,21 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
## [Unreleased]
### Changed
-- Add BATS as integration tests
+
+### Fixed
+
+## [15.4.0-beta3] - 2021-04-03
+### Changed
+- Add BATS as integration tests (#1213)
- Update FeedFetcher to import categories from feeds (#1248)
- Update serialization of item to include categories (#1248)
-- Make PHPStan stricter
-- Restore search in news
-- Improve test coverage
+- Make PHPStan stricter (#955)
+- Search: Add folder search (#1215)
+- Improve test coverage (#1263)
- Allow directly adding a feed without going through the discovery process (#1265)
### Fixed
-- Do not show deleted feeds in item list
+- Do not show deleted feeds in item list (#1214)
- Fix update queries (#1211)
## [15.4.0-beta2] - 2021-02-27
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bb828e950..9483277ea 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-beta2</version>
+ <version>15.4.0-beta3</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>