From 490465cbbf6357de7ec42b2e84ec9a340490530f Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 28 Feb 2024 20:12:15 +0100 Subject: [PATCH] Show url for #1466 --- plugins/compact-composer/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/compact-composer/index.php b/plugins/compact-composer/index.php index 6568791ed..b165bddaf 100644 --- a/plugins/compact-composer/index.php +++ b/plugins/compact-composer/index.php @@ -5,6 +5,7 @@ class CompactComposerPlugin extends \RainLoop\Plugins\AbstractPlugin const NAME = 'Compact Composer', AUTHOR = 'Sergey Mosin', + URL = 'https://github.com/the-djmaze/snappymail/pull/1466', VERSION = '1.0.0', RELEASE = '2024-02-23', REQUIRED = '2.34.0',