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

version check handle minor versions below 10 #6872

Merged
merged 2 commits into from
Mar 16, 2019
Merged

version check handle minor versions below 10 #6872

merged 2 commits into from
Mar 16, 2019

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Mar 16, 2019

When merged this pull request will:

Note that a big rewrite of this function, that would for example handle 1.99 < 1.100 etc. correctly is not desirable. The function has to be cross compatible between all versions due to its nature and therefore this transferred variable should stay a number and not become an array or string.

@commy2 commy2 added the kind/bug-fix Release Notes: **FIXED:** label Mar 16, 2019
@commy2 commy2 added this to the 3.12.7 milestone Mar 16, 2019
@commy2
Copy link
Contributor Author

commy2 commented Mar 16, 2019

3.9.123456

Before:
3.9

After:
3.09


3.10.123456

Before:
3.1

After:
3.1


3.9 > 3.1 (bugged)
3.1 > 3.09 (correct)

@commy2 commy2 merged commit 0a4d3d5 into master Mar 16, 2019
@commy2 commy2 deleted the fixVersionCheck branch March 16, 2019 20:09
@PabstMirror PabstMirror modified the milestones: 3.12.7, 3.13.0 Jul 5, 2019
BaerMitUmlaut pushed a commit that referenced this pull request Aug 5, 2019
version check handle minor versions below 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PBO Checking doesn't handle two-digit sub numbers correctly
3 participants