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

RC Release (version_compare bug fix) #319

Merged
merged 3 commits into from
Aug 19, 2017

Conversation

jaswrks
Copy link
Contributor

@jaswrks jaswrks commented Aug 12, 2017

This PR is a formality, as I already goofed and pushed these changes straight to the dev branch by mistake. That's what happens when you forget the -b flag to git checkout and don't look at the console for errors. ha


Merge this one to the RC branch if you like, and then into the dev branch. The changes already exist in the dev branch, as noted above.

  • Bug Fix: Corrected a bug in the pro upgrader that prevented beta releases from being installed whenever they were desired by a site owner. Even when a site owner explicitly enabled beta release updates, they were not coming through due to problematic calls to version_compare() against a version with a dev-state suffix. This same bug was causing some oddities in version-specific upgrade routines, and in upgrade routines in general whenever a beta release was installed on top of an existing formal release state; i.e., when existing, previous version did not have a dev-state suffix, which is typical. Fixed all in this release. See Issue #909 comment.

Jason Caldwell added 3 commits August 11, 2017 19:28
…releases from being installed whenever they were desired by a site owner. Even when a site owner explicitly enabled beta release updates, they were not coming through due to problematic calls to `version_compare()` against a version with a dev-state suffix. This same bug was causing some oddities in version-specific upgrade routines, and in upgrade routines in general whenever a beta release was installed on top of an existing formal release state; i.e., when existing, previous version did not have a dev-state suffix, which is typical. Fixed all in this release. See [Issue #909 comment](wpsharks/comet-cache#909 (comment)).
@jaswrks jaswrks requested a review from raamdev August 12, 2017 03:36
raamdev added a commit that referenced this pull request Aug 19, 2017
Jason accidentally merged these changes directly into dev.
I'm merging them into the RC branch as a formality, as these
changes will go out with the next release.

See #319
@raamdev raamdev merged commit 1c34827 into release/170808-RC Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants