bridge_v2_version field for extensions #238
Answered
by
solvedDev
ihategravel2
asked this question in
Ideas
-
I'm not sure if this is the right place for this (github dumb) I think something to consider adding is a "bridge_v2_version" field to extension manifest. Anyone have any thoughts on possible use cases for this? {
"author": "Extension Author",
"name": "Extension Name",
"version": "1.0.0",
"id": "",
"description": "Extension Description",
"api_version": 2,
"target": "v2",
"bridge_v2_version": [">=", "2.1.5"], //This
"tags": [
"Presets"
]
} |
Beta Was this translation helpful? Give feedback.
Answered by
solvedDev
Nov 21, 2021
Replies: 2 comments
-
Yeah, I've been thinking of re-adding something like the "min_app_version" we had on v1. I would like to support setting minimum and maximum values though: {
"supportsAppVersion": {
"min": "2.1.0",
"max": "2.2.0"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Corresponding issue: #241 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
solvedDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Corresponding issue: #241