Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better module/template version check #2994

Merged
merged 2 commits into from
Aug 7, 2022

Conversation

tadhgboyle
Copy link
Member

Closes #2993

This adds a new method named Util::isCompatible, which determines if a module/template version is compatible with a given NamelessMC version.
For example:

  • 2.0.1 and 2.0.2 are compatible
  • 2.0.0 and 2.1.0 are incompatible
  • 2.0.0 and 3.0.0 are incompatible

@samerton samerton changed the base branch from v2 to release/2.0.2 August 7, 2022 10:33
@tadhgboyle tadhgboyle merged commit cdd7d85 into release/2.0.2 Aug 7, 2022
@tadhgboyle tadhgboyle deleted the fix/module-version-compare branch August 7, 2022 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better module and template version comparing
2 participants