-
Wenn man im Code prüfen möchte, ob ein AddOn schon in einer bestimmten Version installiert ist, wie geht das? |
Beta Was this translation helpful? Give feedback.
Answered by
tyrant88
Jun 22, 2024
Replies: 2 comments 2 replies
-
Du kannst das via rex_string machen. rex_string::versionCompare($addon->getVersion(), '1.2.3', '>') thx @eaCe |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tyrant88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also:
rex_version::compare($addon->getVersion(), '1.2.3', '>')