Skip to content

Releases: questitgr/questit-warden

v3.5.11

Choose a tag to compare

@questitgr questitgr released this 22 Feb 23:45
1f9c43b

Questit Warden v3.5.11

Bug Fixes

Update Not Working from Dashboard → Updates
Fixed an issue where updating from Dashboard → Updates would fail while
updating from the Plugins page worked correctly. The source folder
detection was relying on the plugin skin object which is not available
during bulk updates. Now detects the correct plugin by checking for
questit-warden.php inside the extracted folder, which works regardless
of where the update is triggered from.

v.3.5.10

Choose a tag to compare

@questitgr questitgr released this 22 Feb 23:36
1f9c43b

Questit Warden v3.5.10

Bug Fixes

Update Not Appearing in Dashboard → Updates
Fixed an issue where after installing a new version manually, the
available update would not appear in Dashboard → Updates even though
the GitHub cache showed a newer version. The plugin was being added
to WordPress's "no update needed" list on first check, preventing
subsequent checks from seeing newer versions.