diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 41d0c3f68d46171c5489ef54f6709e297a7c16fb..e5b2eae2b5e4489ed6ddcfb3264968e1eaecd668 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 b92714fe12071899a6ada613769a3d49e8d75b6a..fda951bdc3772b1c3e08c925ee667f097b37e207 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 b20d1a2d09d95f8ea50b206f6acb2481eda7a221..10c49a718b89aa36ae1a52438b3a3a1830575361 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 2f094ed9ec831250ea7120e08639ef4e717e1645..83a53365e4af107d934ff822b64d880e2734afeb 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",
 }