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

Ensure core version updates run in a proper order #1626

Closed
DevinWalker opened this issue Apr 18, 2017 · 0 comments
Closed

Ensure core version updates run in a proper order #1626

DevinWalker opened this issue Apr 18, 2017 · 0 comments
Assignees
Milestone

Comments

@DevinWalker
Copy link
Member

Issue Overview

There is a break statement within the switch here: https://github.com/WordImpress/Give/blob/master/includes/admin/upgrades/upgrade-functions.php#L40 which is preventing updates from running properly.

Expected Behavior

If updated from 1.5 to 1.8 all updates run.

Current Behavior

Only the first update will run.

Possible Solution

Remove breaks

Steps to Reproduce (for bugs)

  1. Install old version 1.5
  2. Activate
  3. View if all updates ran
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

No branches or pull requests

2 participants