diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 4a82cc5b9..75797ca5f 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -8,6 +8,7 @@ use Zotlabs\Access\PermissionRoles; use Zotlabs\Access\PermissionLimits; use Zotlabs\Daemon\Master; use Zotlabs\Lib\PConfig; +use Emoji; require_once('include/html2bbcode.php'); require_once('include/html2plain.php'); diff --git a/boot.php b/boot.php index 5d6e63a30..96f4444b7 100755 --- a/boot.php +++ b/boot.php @@ -48,7 +48,7 @@ require_once('include/items.php'); -define ( 'STD_VERSION', '20.02.19' ); +define ( 'STD_VERSION', '20.02.21' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1237 );