From 2f90d95c4c3ef9a533775116a9ae09ba5f6c8ee8 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 6 Aug 2024 13:40:43 +0200 Subject: [PATCH] Set author for #1673 --- plugins/search-filters/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/search-filters/index.php b/plugins/search-filters/index.php index ba4ba2571..090f31141 100644 --- a/plugins/search-filters/index.php +++ b/plugins/search-filters/index.php @@ -4,7 +4,9 @@ class SearchFiltersPlugin extends \RainLoop\Plugins\AbstractPlugin { public const NAME = 'Search Filters', - VERSION = '0.0.2', + AUTHOR = 'AbdoBnHesham', + URL = 'https://github.com/the-djmaze/snappymail/pull/1673', + VERSION = '0.2', RELEASE = '2024-06-28', REQUIRED = '2.36.3', CATEGORY = 'General',