Skip to content

v1.1.4

Choose a tag to compare

@breonwilliams breonwilliams released this 18 Apr 21:45
· 1 commit to main since this release

Fix update detection reliability

Fixed an issue where update notifications weren't appearing because the pre_set_site_transient_update_plugins filter sometimes fires before WordPress populates the checked array.

Changes

  • Removed early return when $transient->checked is empty
  • Update check now always runs regardless of transient state