From 1e536fdcb7864adb797b4280e3ed99c60ff83fda Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Tue, 30 Aug 2022 18:13:51 +0200 Subject: Release 18.2.0-beta1 Changed - Ported the admin settings to vue (#2353) Fixed - Fix PHP 8.1 deprecations (#1861) - Document api item types (#1861) - Fix deprecation warnings from Nextcloud server (#1869) - Fix when marking all items as read, all items of the user are used in the sql query (#1873) - Fix adding feed via the web-ui that was just deleted causing an error (#1872) Signed-off-by: Benjamin Brahmer --- CHANGELOG.md | 7 ++++++- appinfo/info.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45489f10b..99b9c467c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 # Unreleased ## [18.x.x] ### Changed + +### Fixed + +# Releases +## [18.2.0-beta1] - 2022-08-30 +### Changed - Ported the admin settings to vue (#2353) ### Fixed @@ -14,7 +20,6 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 - Fix when marking all items as read, all items of the user are used in the sql query (#1873) - Fix adding feed via the web-ui that was just deleted causing an error (#1872) -# Releases ## [18.1.1] - 2022-08-12 ### Changed - Change autodiscover to only run after fetching the given url has failed (#1860) diff --git a/appinfo/info.xml b/appinfo/info.xml index 17cc91594..b886746da 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new) Report a [feed issue](https://github.com/nextcloud/news/discussions/new) ]]> - 18.1.1 + 18.2.0-beta1 agpl Benjamin Brahmer Sean Molenaar -- cgit v1.2.3