You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Re-released the get_field_label() fix. The v1.2.5 tag was cut from the commit before that fix, so the published 1.2.5 package still carried the fatal error.
The updater no longer hardcodes the plugin's directory name. Installs unpacked into a versioned folder (e.g. eightam-gravity-cap-1.2.5) were never matched against the update transient and so were never offered an update at all.
Updates now unpack into the directory the plugin already occupies. Releases without an attached zip fall back to GitHub's zipball, which unpacks as eightam-eightam-gravity-cap-<sha>/ and would otherwise install a second copy alongside the active one.