mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Add BBCode versioning
- This will trigger the re-conversion of displayed items on version update
This commit is contained in:
parent
a382798999
commit
e712706302
2 changed files with 18 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue