Add BBCode versioning
- This will trigger the re-conversion of displayed items on version update
This commit is contained in:
@@ -49,6 +49,9 @@ use Friendica\Util\XML;
|
||||
|
||||
class BBCode
|
||||
{
|
||||
// Update this value to the current date whenever changes are made to BBCode::convert
|
||||
const VERSION = '2020-12-03';
|
||||
|
||||
const INTERNAL = 0;
|
||||
const API = 2;
|
||||
const DIASPORA = 3;
|
||||
|
||||
Reference in New Issue
Block a user