diff --git a/build/plugins.php b/build/plugins.php index d38c84c80..9cb4d9c1e 100755 --- a/build/plugins.php +++ b/build/plugins.php @@ -32,6 +32,7 @@ $keys = [ $released = [ 'add-x-originating-ip-header', 'avatars', + 'backup', 'black-list', 'change-password', 'change-password-froxlor', @@ -55,6 +56,7 @@ $released = [ 'nextcloud', 'override-smtp-credentials', 'set-remote-addr', + 'smtp-use-from-adr-account', 'snowfall-on-login-screen', 'two-factor-auth', 'view-ics', diff --git a/plugins/smtp-use-from-adr-account/index.php b/plugins/smtp-use-from-adr-account/index.php index 45e7fb410..d4b30843b 100644 --- a/plugins/smtp-use-from-adr-account/index.php +++ b/plugins/smtp-use-from-adr-account/index.php @@ -5,6 +5,8 @@ class SmtpUseFromAdrAccountPlugin extends \RainLoop\Plugins\AbstractPlugin const NAME = 'Use From-Address-Account for smtp', + AUTHOR = 'attike', + URL = 'https://github.com/attike', VERSION = '1.0', RELEASE = '2023-12-06', REQUIRED = '2.23.0',