Skip to content

1.0.2 - 2026-07-30

Choose a tag to compare

@dparker1005 dparker1005 released this 30 Jul 17:37
· 4 commits to master since this release

BUG FIX: Fixed PMPro core and Add Ons never auto-updating in the background because the update hooks only registered on admin_init, which does not fire during WP-Cron where automatic updates run. #18 (@dalemugford)
BUG FIX: Fixed a potential fatal error when the Add On update check runs outside of the WordPress admin, such as during WP-Cron. #18 (@dparker1005)
BUG FIX: Fixed a fatal error when the PMPro License Server could not be reached while Paid Memberships Pro was not active. #18 (@dparker1005)
BUG FIX: Set new_version on no_update entries so up-to-date Add Ons no longer trigger an undefined-property warning in WP-CLI and other consumers of the update transient. #18 (@dalemugford)