This commit is contained in:
the-djmaze 2024-06-29 22:34:42 +02:00
parent 28aefdddda
commit eda85cb580
3 changed files with 742 additions and 5 deletions

View file

@ -4,8 +4,8 @@ class ViewICSPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'View ICS',
VERSION = '2.1',
RELEASE = '2024-02-06',
VERSION = '2.2',
RELEASE = '2024-06-29',
CATEGORY = 'Messages',
DESCRIPTION = 'Display ICS attachment or JSON-LD details',
REQUIRED = '2.34.0';
@ -14,5 +14,6 @@ class ViewICSPlugin extends \RainLoop\Plugins\AbstractPlugin
{
// $this->UseLangs(true);
$this->addJs('message.js');
$this->addJs('windowsZones.js');
}
}