]> git.mxchange.org Git - friendica.git/commitdiff
Bump BBCode version to 2020-12-18
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Dec 2020 06:18:23 +0000 (01:18 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Dec 2020 15:32:36 +0000 (10:32 -0500)
src/Content/Text/BBCode.php

index 2563194f2ce3dc91e485c025d3c4b742244020fe..e0975f9f0be5840ddc82609749b876ec54bc193a 100644 (file)
@@ -50,7 +50,7 @@ use Friendica\Util\XML;
 class BBCode
 {
        // Update this value to the current date whenever changes are made to BBCode::convert
-       const VERSION = '2020-12-06';
+       const VERSION = '2020-12-18';
 
        const INTERNAL = 0;
        const API = 2;