docs: updated CHANGELOG.md

docs: Version upped to 5.1.11
This commit is contained in:
Kwoth
2024-10-03 02:42:36 +00:00
parent bdad9cc17a
commit bb910a8188
7 changed files with 32 additions and 27 deletions

View File

@@ -47,19 +47,11 @@ public class SearchesConfigService : ConfigServiceBase<SearchesConfig>
});
}
if (data.Version < 2)
if (data.Version < 4)
{
ModifyConfig(c =>
{
c.Version = 2;
});
}
if (data.Version < 3)
{
ModifyConfig(c =>
{
c.Version = 3;
c.Version = 4;
});
}
}