Collection Manager: Update bl_info. Task: T69577

Added wiki_url back to bl_info because the addon can be downloaded
from feedback threads and used with older blender versions.

Added tracker_url to bl_info to point people to my thread
on blenderartists.org for feedback and bug reports.
This commit is contained in:
Ryan Inch 2020-05-08 03:30:35 -04:00
parent 73e0079f63
commit 98344788e1
1 changed files with 3 additions and 1 deletions

View File

@ -22,11 +22,13 @@ bl_info = {
"name": "Collection Manager",
"description": "Manage collections and their objects",
"author": "Ryan Inch",
"version": (2, 7, 19),
"version": (2, 7, 20),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel
"doc_url": "{BLENDER_MANUAL_URL}/addons/interface/collection_manager.html",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/interface/collection_manager.html",
"tracker_url": "https://blenderartists.org/t/release-addon-collection-manager-feedback/1186198/",
"category": "Interface",
}