Change the BBCode version

This commit is contained in:
Michael 2021-07-13 20:37:06 +00:00
parent 875a6b81ef
commit ff8f350a42

View file

@ -51,7 +51,7 @@ use Friendica\Util\XML;
class BBCode class BBCode
{ {
// Update this value to the current date whenever changes are made to BBCode::convert // 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 INTERNAL = 0;
const EXTERNAL = 1; const EXTERNAL = 1;