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
C4-PlantUML is compatible up to v1.2023.5 (because of the `?=` operator being used).
We can't use JSON notation (i.e. `$versionPart[1]`) as that triggers a ClassCastException in versions older than v1.2024.5.
The function `%splitstr()` is safe, as it was added in v1.2022.2
Fixes#396
0 commit comments