mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #12460] [CLOSED] plugins: add optional maximumAbi option #13203
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/12460
Author: @jumoog
Created: 8/17/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
ff714c8plugins: add optional maximumAbi option92de5d5Merge branch 'master' into master80a0cc0Merge branch 'master' into masterf34c14eMerge branch 'master' into master📊 Changes
5 files changed (+42 additions, -11 deletions)
View changed files
📝
Emby.Server.Implementations/Plugins/PluginManager.cs(+3 -1)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+21 -8)📝
MediaBrowser.Common/Plugins/PluginManifest.cs(+7 -0)📝
MediaBrowser.Model/Updates/VersionInfo.cs(+7 -0)📝
tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs(+4 -2)📄 Description
In 10.9 there have been some breakable changes. This change prevents users from installing plugins that do not work after installation. It also removes plugins from the catalogue if there is no 10.9 Plugin version. I do not expect breakable changes between versions very often. This can be adjusted in the future if another breakable change happens.
Changes
Filter plugins targeting version 10.8 or older.
Issues
#11331
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.