disable cj plugin on next btcpay release

This commit is contained in:
Kukks
2023-12-19 10:34:45 +01:00
parent ea2648f08f
commit 6ecfe073e7

View File

@@ -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
{