mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-18 21:32:27 +01:00
Disable prism if old version
This commit is contained in:
parent
c4f8c4c7b4
commit
66a064e78b
@ -164,6 +164,11 @@ namespace BTCPayServer.Plugins
|
||||
|
||||
foreach (var plugin in plugins)
|
||||
{
|
||||
if (plugin.Identifier == "BTCPayServer.Plugins.Prism" && plugin.Version <= new Version("1.1.18"))
|
||||
{
|
||||
logger.LogWarning("Please update your prism plugin, this version is incompatible");
|
||||
continue;
|
||||
}
|
||||
try
|
||||
{
|
||||
logger.LogInformation(
|
||||
|
Loading…
Reference in New Issue
Block a user