You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@inject packages.checksum or @inject packages.version only return data for the latest version. But on some pages (like pluggable integrations here), we want to show the setup with v7.
This is not super urgent as we can hardcode this right now as the latest version of v7 is not changing often.
Decided not to implement something for this, as it seems this is not required all too often. Please reopen, if hardcoding that information does not work for you
Uh oh!
There was an error while loading. Please reload this page.
Problem Statement
@inject packages.checksum
or@inject packages.version
only return data for the latest version. But on some pages (like pluggable integrations here), we want to show the setup with v7.This is not super urgent as we can hardcode this right now as the latest version of v7 is not changing often.
Also see this PR: #10874
Solution Brainstorm
Adding an optional
version
parameter for the checksum and the version (to get a specific, and not the latest version)The text was updated successfully, but these errors were encountered: