Release plugins as tar.gz because PharData is more common then ZipArchive

This commit is contained in:
djmaze 2021-02-10 09:50:20 +01:00
parent 756bf86640
commit b9b0a550d6
47 changed files with 214 additions and 159 deletions

View file

@ -1 +0,0 @@
1.0

View file

@ -2,6 +2,12 @@
class OverrideSmtpCredentialsPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Override Smtp Credentials',
VERSION = '2.0',
CATEGORY = 'Filters',
DESCRIPTION = 'Plugin which allows you to override smtp credentials specified users.';
public function Init() : void
{
$this->addHook('filter.smtp-credentials', 'FilterSmtpCredentials');