Support JSON-LD #1422

This commit is contained in:
the-djmaze 2024-02-06 19:52:00 +01:00
parent a46484755b
commit f0d97b52d9
3 changed files with 59 additions and 23 deletions

View file

@ -4,11 +4,11 @@ class ViewICSPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'View ICS',
VERSION = '2.0',
RELEASE = '2023-08-28',
VERSION = '2.1',
RELEASE = '2024-02-06',
CATEGORY = 'Messages',
DESCRIPTION = 'Display ICS attachment details',
REQUIRED = '2.27.0';
DESCRIPTION = 'Display ICS attachment or JSON-LD details',
REQUIRED = '2.34.0';
public function Init() : void
{