From: Hypolite Petovan Date: Fri, 18 Dec 2020 19:47:24 +0000 (-0500) Subject: Merge branch '2020.12-rc' into bug/9656-purify-video-embed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bcd61c83726f87588545ae23abf7ea7b9f74b791;p=friendica.git Merge branch '2020.12-rc' into bug/9656-purify-video-embed --- bcd61c83726f87588545ae23abf7ea7b9f74b791 diff --cc src/Content/Text/BBCode.php index e0975f9f0b,d238e265ed..dd62c5d841 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@@ -50,7 -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-18'; - const VERSION = '2020-12-18-small-emojis'; ++ const VERSION = '2020-12-18-video-embeds'; const INTERNAL = 0; const API = 2;