From 02afa42169d78490eb6ce107a1783dc3e1c2d786 Mon Sep 17 00:00:00 2001 From: onli Date: Mon, 5 Aug 2024 23:16:28 +0200 Subject: [PATCH] document webmention --- docs/NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 22927388a..826606fac 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,6 +1,9 @@ Version 2.6-alpha1 () ------------------------------------------------------------------------ + * Add ability to receive webmentions. They will be displayed as ping- + or trackbacks + * Fix admin dashboard link in menu not showing tool tips (thanks to HQJaTu Jari Turkia) @@ -10,7 +13,8 @@ Version 2.6-alpha1 () Version 2.5.0 (February 13th, 2024) ------------------------------------------------------------------------ - * Restore compatibility with PHP 7.4 + * Restore compatibility with PHP 7.4 by setting that version as + composer platform (downgrades psr/simple-cache dependency) * Remove bundled composer.phar (thanks to hboeck)