]> git.mxchange.org Git - friendica.git/commitdiff
Increased version
authorMichael <heluecht@pirati.ca>
Wed, 28 Jul 2021 10:18:34 +0000 (10:18 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 28 Jul 2021 10:18:34 +0000 (10:18 +0000)
src/Content/Text/BBCode.php

index 200c951de32e841d7dc16495a34e8db30a61e567..cd433bdbb8e66191809a5dceb074112e06c651c2 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-07-13';
+       const VERSION = '2021-07-28';
 
        const INTERNAL = 0;
        const EXTERNAL = 1;