diff --git a/src/addons/send2ue/__init__.py b/src/addons/send2ue/__init__.py
index 21c38c6f..07bda105 100644
--- a/src/addons/send2ue/__init__.py
+++ b/src/addons/send2ue/__init__.py
@@ -11,7 +11,7 @@
 bl_info = {
     "name": "Send to Unreal",
     "author": "Epic Games Inc (now a community fork)",
-    "version": (2, 6, 0),
+    "version": (2, 6, 1),
     "blender": (3, 6, 0),
     "location": "Header > Pipeline > Send to Unreal",
     "description": "Sends an asset to the first open Unreal Editor instance on your machine.",
diff --git a/src/addons/send2ue/blender_manifest.toml b/src/addons/send2ue/blender_manifest.toml
deleted file mode 100644
index a0f86a5f..00000000
--- a/src/addons/send2ue/blender_manifest.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-schema_version = "1.0.0"
-id = "send2ue"
-name = "Send to Unreal"
-tagline = "Send assets directly to an open Unreal Editor on your machine"
-version = "2.6.0"
-type = "add-on"
-tags = [ "Pipeline" ]
-blender_version_min = "4.2.0"
-website = "https://poly-hammer.github.io/BlenderTools/send2ue"
-maintainer = "JoshQuake, jack-yao91"
-license = [ "SPDX:MIT" ]
-copyright = [
-    "2020-2023 Epic Games, Inc."
-]
-
-[permissions]
-files = "Import/export FBX from/to disk"
diff --git a/src/addons/send2ue/release_notes.md b/src/addons/send2ue/release_notes.md
index c6e5d51a..b29289d2 100644
--- a/src/addons/send2ue/release_notes.md
+++ b/src/addons/send2ue/release_notes.md
@@ -1,14 +1,11 @@
-## Minor Changes
-* Enhanced Python API by allowing other scripts to set `object_collection_override` to a list of objects to override collection behavior. Check out example in [docs](https://poly-hammer.github.io/BlenderTools/send2ue/customize/python-api/#examples)
-  * [101](https://github.com/poly-hammer/BlenderTools/issues/101)
-  * [104](https://github.com/poly-hammer/BlenderTools/issues/104)
-* Made the extensions repo path a list view in addons preferences.
-  * [102](https://github.com/poly-hammer/BlenderTools/issues/102)
-  * [103](https://github.com/poly-hammer/BlenderTools/pull/103)
-
+## Patch Changes
+* Extensions Platform manifests removed
+  * [109](https://github.com/poly-hammer/BlenderTools/pull/109)
+* Fixed issue with affixes extension failing with properties.import_materials_and_textures disabled
+  * [106](https://github.com/poly-hammer/BlenderTools/pull/106)
 
 ## Special Thanks
-@jack-yao91
+* @JoshQuake
 
 ## Tests Passing On
 * Blender `3.6`, `4.2` (installed from blender.org)
diff --git a/src/addons/ue2rigify/__init__.py b/src/addons/ue2rigify/__init__.py
index 8cb3c4d1..580ed224 100644
--- a/src/addons/ue2rigify/__init__.py
+++ b/src/addons/ue2rigify/__init__.py
@@ -12,7 +12,7 @@
     "name": "UE to Rigify",
     "author": "Epic Games Inc (now a community fork)",
     "description": "Allows you to drive a given rig and its animations with a Rigify rig.",
-    "version": (1, 7, 3),
+    "version": (1, 7, 4),
     "blender": (3, 6, 0),
     "location": "3D View > Tools > UE to Rigify",
     "wiki_url": "https://poly-hammer.github.io/BlenderTools/ue2rigify",
diff --git a/src/addons/ue2rigify/blender_manifest.toml b/src/addons/ue2rigify/blender_manifest.toml
deleted file mode 100644
index cc087225..00000000
--- a/src/addons/ue2rigify/blender_manifest.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-schema_version = "1.0.0"
-id = "ue2rigify"
-name = "UE to Rigify"
-tagline = "Allows you to drive a given rig and animations with a Rigify rig"
-version = "1.7.3"
-type = "add-on"
-tags = ["Pipeline"]
-blender_version_min = "4.2.0"
-website = "https://poly-hammer.github.io/BlenderTools/ue2rigify"
-maintainer = "JoshQuake, jack-yao91"
-license = [ "SPDX:GPL-3.0-or-later" ]
-copyright = [
-    "2020-2023 Epic Games, Inc."
-]
-
-[permissions]
-files = "Save templates from/to disk"
\ No newline at end of file
diff --git a/src/addons/ue2rigify/release_notes.md b/src/addons/ue2rigify/release_notes.md
index dea2c308..5555ee3d 100644
--- a/src/addons/ue2rigify/release_notes.md
+++ b/src/addons/ue2rigify/release_notes.md
@@ -1,7 +1,6 @@
 ## Patch Changes
-* Fixed issue with creating multiple templates
-  * [91](https://github.com/poly-hammer/BlenderTools/pull/91)
-* Extensions compliance - License now GPL3.0
+* Extensions Platform manifests removed
+  * [109](https://github.com/poly-hammer/BlenderTools/pull/109)
 
 ## Special Thanks
 * @JoshQuake