From a1f229202345c5e705f3035e2ff418bc3a9fe669 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Fri, 16 Oct 2020 15:34:06 +1100
Subject: [PATCH] update bl_info

Correct version number and use doc_url.
---
 io_import_images_as_planes.py         | 2 +-
 magic_uv/__init__.py                  | 4 ++--
 object_collection_manager/__init__.py | 1 -
 power_sequencer/__init__.py           | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 41d0c3f68..e5b2eae2b 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Import Images as Planes",
     "author": "Florian Meyer (tstscr), mont29, matali, Ted Schundler (SpkyElctrc)",
     "version": (3, 3, 2),
-    "blender": (2, 91, 5),
+    "blender": (2, 91, 0),
     "location": "File > Import > Images as Planes or Add > Mesh > Images as Planes",
     "description": "Imports images and creates planes with the appropriate aspect ratio. "
                    "The images are mapped to the planes.",
diff --git a/magic_uv/__init__.py b/magic_uv/__init__.py
index b92714fe1..fda951bdc 100644
--- a/magic_uv/__init__.py
+++ b/magic_uv/__init__.py
@@ -35,8 +35,8 @@ bl_info = {
     "description": "UV Toolset. See Add-ons Preferences for details",
     "warning": "",
     "support": "COMMUNITY",
-    "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
-                "uv/magic_uv.html",
+    "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
+               "uv/magic_uv.html",
     "doc_url": "{BLENDER_MANUAL_URL}/addons/uv/magic_uv.html",
     "tracker_url": "https://github.com/nutti/Magic-UV",
     "category": "UV",
diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index b20d1a2d0..10c49a718 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -27,7 +27,6 @@ bl_info = {
     "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",
 }
diff --git a/power_sequencer/__init__.py b/power_sequencer/__init__.py
index 2f094ed9e..83a53365e 100755
--- a/power_sequencer/__init__.py
+++ b/power_sequencer/__init__.py
@@ -42,7 +42,7 @@ bl_info = {
     "blender": (2, 81, 0),
     "location": "Sequencer",
     "tracker_url": "https://github.com/GDquest/Blender-power-sequencer/issues",
-    "wiki_url": "https://www.gdquest.com/docs/documentation/power-sequencer/",
+    "doc_url": "https://www.gdquest.com/docs/documentation/power-sequencer/",
     "support": "COMMUNITY",
     "category": "Sequencer",
 }
-- 
GitLab