]> git.mxchange.org Git - friendica.git/commitdiff
Change the BBCode version
authorMichael <heluecht@pirati.ca>
Tue, 13 Jul 2021 20:37:06 +0000 (20:37 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 13 Jul 2021 20:37:06 +0000 (20:37 +0000)
src/Content/Text/BBCode.php

index d4ed5049949d564fc0d5999d9131ef3e3b8a14b1..17e630a8fc1ae8ea5534b1dc1695d2c797b702b3 100644 (file)
@@ -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;