From 7627e6bc2331ba8617f5edb85c4b2e282d423044 Mon Sep 17 00:00:00 2001 From: Laurent Dinclaux Date: Tue, 10 Feb 2026 08:41:18 +1100 Subject: [PATCH] Update README with fork info and v5.x compatibility --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e05ee4d..bc7bde4 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,6 @@ This plugin allows users to switch between different accounts (including remote) * Versions 2.X (not supported any more) - for Roundcube v1.2 * Versions 3.X (not supported any more) - for Roundcube v1.3 * Versions 4.x - for Roundcube v1.3, 1.4 and 1.5. +* Versions 5.x - for Roundcube v1.6+ (PHP 8.1+) -Please specify version like "~2.0" in your composer.json file for ident_switch requirement. In this case you will stay inside compatible branch until you manually update your Roundcube installation. +This is a fork of the [original plugin](https://bitbucket.org/BoresExpress/ident_switch) by Boris Gulay, maintained at [Gecka-apps/ident_switch](https://github.com/Gecka-apps/ident_switch).