From 42d4f44a704c7cbc66c4ea9f12e6a8ca1a522c16 Mon Sep 17 00:00:00 2001 From: Milos Sen Date: Sat, 8 Aug 2026 10:28:07 +0300 Subject: [PATCH] rollback plugin name 1 --- composer.json | 2 +- s_ident_switch.php => ident_switch.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename s_ident_switch.php => ident_switch.php (100%) diff --git a/composer.json b/composer.json index f0c2681..0d96355 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "senior/s-ident-switch", + "name": "senior/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/s_ident_switch.php b/ident_switch.php similarity index 100% rename from s_ident_switch.php rename to ident_switch.php