[PR #4522] [MERGED] Set plugin version to that specified in the manifest #10134

Closed
opened 2026-02-07 06:14:40 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4522
Author: @BaronGreenback
Created: 11/20/2020
Status: Merged
Merged: 12/4/2020
Merged by: @cvium

Base: masterHead: PlugsVersionNumberFix


📝 Commits (6)

📊 Changes

1 file changed (+21 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+21 -1)

📄 Description

The repositories show the version from the manifest and not the plugin. When a plugin is loaded that is different from the manifest, it can be quite confusing.

This PR uses the manifest version number.

Before
image

After
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4522 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 11/20/2020 **Status:** ✅ Merged **Merged:** 12/4/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `PlugsVersionNumberFix` --- ### 📝 Commits (6) - [`32b9264`](https://github.com/jellyfin/jellyfin/commit/32b92641fbb068a89aeb47956e6ce0e98b1d3918) Get version info the manifest. - [`d6b0a93`](https://github.com/jellyfin/jellyfin/commit/d6b0a939f73e30192d39f25bb745f1893606f7fb) fixed - [`b879fb6`](https://github.com/jellyfin/jellyfin/commit/b879fb615ebd5b922f3914021a4cdf892da12365) Update Emby.Server.Implementations/ApplicationHost.cs - [`972ed3c`](https://github.com/jellyfin/jellyfin/commit/972ed3ccfe3b669ca3e3d53aa68b12ddabc9a613) fix. - [`eed1a40`](https://github.com/jellyfin/jellyfin/commit/eed1a40b1935e00e04f6b27c7d307bf110b83b31) Fixed tests - [`dca3f62`](https://github.com/jellyfin/jellyfin/commit/dca3f62ff85ba62af95831848718e9764d163306) Merge branch 'master' into PlugsVersionNumberFix ### 📊 Changes **1 file changed** (+21 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+21 -1) </details> ### 📄 Description The repositories show the version from the manifest and not the plugin. When a plugin is loaded that is different from the manifest, it can be quite confusing. This PR uses the manifest version number. Before ![image](https://user-images.githubusercontent.com/22121540/99810189-48d64980-2b3b-11eb-9c57-bcec12971959.png) After ![image](https://user-images.githubusercontent.com/22121540/99810314-74593400-2b3b-11eb-8d3d-2b3ddaee91eb.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:14:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10134