git-updater: Current selected branch not updating on Plugins page list?
I updated the Pods plugin to the release/2.7
branch, and it did update fine, but the Plugins list page always says the current branch is master
.
This happens even on the develop
branch of GitHub Updater.
I tried the “Refresh Cache” button in GitHub Updater’s settings as well, but nothing happens.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 29 (15 by maintainers)
Commits related to this issue
- trigger set_branch_on_switch() to direct call from filter hook https://github.com/afragen/github-updater/issues/592 — committed to afragen/git-updater by afragen 7 years ago
This looks like a great solution and works perfectly for me!
v7.1.0.8 should have the final changes. I messed up a conditional along the way. 🤦‍♂️
This should be fixed in latest update. I’ve moved the trigger from a filter hook to a direct call.
Let me know if it works for you both.
I have an idea on how to fix this without using a filter hook. I should have something by the end of the weekend to test as I’m traveling right now.