Skip to content

v2.9.16

Choose a tag to compare

@github-actions github-actions released this 11 Apr 17:10
· 8 commits to develop since this release

πŸ“‹ Draft Tweet (copy to X β€” add emoji bullets as needed)

WP User Manager 2.9.16 Released πŸš€

πŸ“ WP User Manager v2.9.16

β€’ Fix: PHP 8.2+ dynamic property deprecation warnings in WPUM_Field
β€’ Fix: Account update no longer fails when avatar or cover image file is missing from disk
β€’ Fix: Password recovery now works when the username is an email address different from the stored email
β€’ Fix: Multicheckbox and multiselect fields no longer cause errors when the stored value is not an array

https://wpusermanager.com/

What's Changed

  • Add E2E tests for Stripe checkout on registration by @polevaultweb in #433
  • Fix: PHP 8.2+ dynamic property deprecations in WPUM_Field by @polevaultweb in #435
  • Fix: skip avatar/cover deletion when file doesn't exist (#439) by @polevaultweb in #442
  • Fix: password recovery when username is an email differing from stored email by @polevaultweb in #438
  • Fix: typecast $value to array in multicheckbox and multiselect get_formatted_output() by @polevaultweb in #437

Full Changelog: v2.9.15...v2.9.16