summaryrefslogtreecommitdiffstats
path: root/docs/developer.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-05-29 10:27:28 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-05-29 10:34:26 +0200
commit86e01a91f3b3fa1220adb899fa56b8bd53720d34 (patch)
treead45d0a31f681e6abc1cc14f2917ffac1a017ff4 /docs/developer.md
parent083b0a1a747cbaf5d38c6073b9bee389eeb09792 (diff)
Release 18.1.0-beta118.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 <info@b-brahmer.de>
Diffstat (limited to 'docs/developer.md')
-rw-r--r--docs/developer.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/developer.md b/docs/developer.md
index 8a6bdd411..7e290228e 100644
--- a/docs/developer.md
+++ b/docs/developer.md
@@ -11,7 +11,8 @@ News offers an API that can be used by clients to synchronize with the server.
There are two API declarations, so far only V1 has been fully implemented.
Work on V2 has started with low priority.
-- [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)
## Coding Style Guidelines