From 3f460632413badd07a2be8c88a7744912ac569df Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 10 Jan 2024 21:28:04 +0100 Subject: [PATCH] Archived plugins not proposed from Github anymore --- Plugin.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Plugin.class.php b/Plugin.class.php index dad8d76c..4a72126d 100644 --- a/Plugin.class.php +++ b/Plugin.class.php @@ -200,6 +200,9 @@ protected function getGithubMarketReposInfos($repos) { $infos = array(); $installedPluginsNames = $this->getInstalledPluginsNames(); foreach($repos as $repo) { + if($repo->archived) { + continue; + } $repoName = $repo->name; if(!in_array(strtolower($repoName), $installedPluginsNames)) { $infos[] = array(