From 86e01a91f3b3fa1220adb899fa56b8bd53720d34 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 29 May 2022 10:27:28 +0200 Subject: Release 18.1.0-beta1 Changed - Add API v1.3 adding routes for starring/unstarring items by id and general fixes (#1727) https://nextcloud.github.io/news/api/api-v1-3/ - Improve styling of tables in articles (#1779) - Allow fetching feeds that omit guid by using link as stand-in (#1785) Fixed - Fix updated api not returning any item after marking item as read (#1713) - Fix deprecation warning for strip_tags() on a null value (#1766) - Fix selected item being set incorrectly when using default ordering or newest first ordering (#1324) - Fix doubling the height of the content area (#1796) Signed-off-by: Benjamin Brahmer --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 7da834736..949537b8f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,7 +17,8 @@ nav: - Plugins: features/plugins.md - Themes: features/themes.md - REST API: - - API v1: api/api-v1.md + - API v1.2: api/api-v1-2.md + - API v1.3: api/api-v1-3.md - API v2: api/api-v2.md - maintenance.md -- cgit v1.2.3