From ff8f350a4294a5589686810ae3766c7e4d4b0bf0 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 13 Jul 2021 20:37:06 +0000 Subject: [PATCH] Change the BBCode version --- src/Content/Text/BBCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index d4ed504994..17e630a8fc 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -51,7 +51,7 @@ use Friendica\Util\XML; class BBCode { // Update this value to the current date whenever changes are made to BBCode::convert - const VERSION = '2021-05-21'; + const VERSION = '2021-07-13'; const INTERNAL = 0; const EXTERNAL = 1; -- 2.39.5