mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-31 11:54:24 +01:00
disable cj plugin on next btcpay release
This commit is contained in:
@@ -189,8 +189,15 @@ namespace BTCPayServer.Plugins
|
||||
{
|
||||
if (plugin.Identifier == "BTCPayServer.Plugins.Prism" && plugin.Version <= new Version("1.1.18"))
|
||||
{
|
||||
QueueCommands(pluginsFolder, ("disable", plugin.Identifier));
|
||||
logger.LogWarning("Please update your prism plugin, this version is incompatible");
|
||||
continue;
|
||||
}
|
||||
if (plugin.Identifier == "BTCPayServer.Plugins.Wabisabi" && plugin.Version <= new Version("1.0.66"))
|
||||
{
|
||||
|
||||
QueueCommands(pluginsFolder, ("disable", plugin.Identifier));
|
||||
continue;
|
||||
}
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user