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

Commits on Aug 12, 2017

  1. **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](wpsharks/comet-cache#909 (comment)).
    Jason Caldwell committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    df7c82b View commit details
    Browse the repository at this point in the history
  2. Correct plugin references in last commit.

    Jason Caldwell committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    e4afd23 View commit details
    Browse the repository at this point in the history
  3. Force change.

    Jason Caldwell committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    1c34827 View commit details
    Browse the repository at this point in the history