Skip to content

2.0.10

Choose a tag to compare

@shazzad shazzad released this 04 Aug 23:49
· 13 commits to main since this release
6b68f9d

Requires: 5.0
Requires Php: 7.4
Tested up to: 6.8.1

What's New

  • Fixed: the update notice would not clear after updating. WordPress kept showing "You have version X installed. Update to X." with an automatic update scheduled, until the next full update check. The bundled updater only ever added entries to the update transient, so a notice written before the update outlived it — and an admin-initiated update rebuilt that transient in the same request using the pre-update version number, re-arming the notice it had just satisfied.
  • Updated shazzad/github-plugin-updater to 0.0.5, now pinned to a tagged release rather than tracking main, so builds are reproducible.

Follows 2.0.9, which fixed the underlying reason no update was offered at all.