Started by
devvyyxyz
on
Topic category: Plugins and third-party tools
Is MDEStudio Theme broken for you on 2025.03 and above?
simply change plugin.json with these contents:
To get working in 2025.03, change the "plugin.json" contents in the root folder to this:
{
"id": "mde",
"weight": 10,
"supportedversions": [
2025003
],
"minversion": 202100199999,
"info": {
"name": "MDEStudio theme plugin"
}
}For future or other versions, replace this line with the corresponding version number:"supportedversions": [2025003],