From 1a5b07273d9b171e1035402a0ae548c301b61348 Mon Sep 17 00:00:00 2001 From: Milos Sen Date: Sat, 8 Aug 2026 09:28:20 +0300 Subject: [PATCH] change plugin name --- composer.json | 2 +- ident_switch.php => s_ident_switch.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ident_switch.php => s_ident_switch.php (100%) diff --git a/composer.json b/composer.json index 0d96355..f0c2681 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "senior/ident-switch", + "name": "senior/s-ident-switch", "type": "roundcube-plugin", "description": "This plugin allows users to switch between different accounts (including remote) in single Roundcube session.", "homepage": "https://github.com/Gecka-Apps/roundcube-ident_switch", diff --git a/ident_switch.php b/s_ident_switch.php similarity index 100% rename from ident_switch.php rename to s_ident_switch.php