Skip to content

Commit

Permalink
Merge pull request #966 from alfredotoselli/plugin-comp-versions
Browse files Browse the repository at this point in the history
chore: plugin compatibility infos
  • Loading branch information
pieroit authored Nov 13, 2024
2 parents 37594d0 + 86b946f commit c331141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/cat/mad_hatter/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ def _load_manifest(self):
meta["tags"] = json_file_data.get("tags", "unknown")
meta["thumb"] = json_file_data.get("thumb", "")
meta["version"] = json_file_data.get("version", "0.0.1")
meta["min_cat_version"] = json_file_data.get("min_cat_version", "")
meta["max_cat_version"] = json_file_data.get("max_cat_version", "")

return meta

Expand Down

0 comments on commit c331141

Please sign in to comment.