2.1.2
Requires: 5.0
Requires Php: 7.4
Tested up to: 7.0.4
What's New
- Fixed: the update nag reappeared after updating from the plugins screen, offering an "update" to the version already installed until a second, redundant reinstall. 2.0.10 diagnosed this correctly but its remedy ran too late — the bundled updater's cleanup fired on
upgrader_process_completeat priority 20, while WordPress rebuilds the update transient on that same action at priority 10, so the rebuild still compared the new release against the memoised pre-update version.shazzad/github-plugin-updater0.0.6 resets the memoised header at priority 5, before the rebuild. - Fixed: the updater no longer reacts to other plugins' installs and updates. Its
after_installhandler previously ran for every plugin and theme operation on the site, attempting to move foreign packages into this plugin's directory (harmless only because the filesystem move fails silently on a non-empty target). It now acts only on this plugin's own updates. - Updated
shazzad/github-plugin-updaterto 0.0.6.
Follows 2.1.1 (uniform filter toolbar controls) and 2.1.0 (retention always-on, default 7 days).