From eee8b8c03f93b82ed762137e386659d9da3adbf3 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Tue, 21 Oct 2025 17:49:06 -0400 Subject: Add support for extension compatibility (#8081) The compatibility does support only a minimum version of FreshRSS. If we need something a bit more clever in the future, it is possible to handle a rule with a bit more complexity. See https://github.com/FreshRSS/FreshRSS/issues/5903 * Update app/Controllers/extensionController.php Co-authored-by: Alexandre Alapetite * Update app/i18n/pl/admin.php Co-authored-by: Inverle * Minor move phpstan-type --------- Co-authored-by: Alexandre Alapetite Co-authored-by: Inverle --- app/i18n/nl/admin.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/nl/admin.php') diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php index 760391c7d..b80169c97 100644 --- a/app/i18n/nl/admin.php +++ b/app/i18n/nl/admin.php @@ -118,6 +118,7 @@ return array( 'empty_list' => 'Er zijn geïnstalleerde uitbreidingen', 'empty_list_help' => 'Controleer de logbestanden om de reden voor de lege extensielijst te achterhalen.', 'enabled' => 'Ingeschakeld', + 'is_compatible' => 'Is compatible', // TODO 'latest' => 'Geïnstalleerd', 'name' => 'Naam', 'no_configure_view' => 'Deze uitbreiding kan niet worden geconfigureerd.', -- cgit v1.2.3