Updates
- Increase 3rd party support for WP core hook
lostpassword_posthook.
Bug fixes
- Props to Hemant Patidar for discovering an issue preventing rate limiting in various security plugins from working on the LifterLMS password recovery form.
- Fixed an issue encountered when updating LifterLMS premium add-ons via the LifterLMS Helper encountered when API errors are occur.
- Updated the failure error code from ‘activation’ to ‘deactivation’ in the
LLMS_Add_Onclass. - Updated the API connection error message returned when using the
LLMS_Abstract_API_Handlerclass.
Deprecations
-
Class
LLMS_Frontend_Passwordis deprecated, see deprecated methods and their replacments below: -
LLMS_Frontend_Password::retrieve_password()is deprecated in favor ofLLMS_Controller_Account::lost_password(). -
LLMS_Frontend_Password::check_password_reset_key()is deprecated in favor ofcheck_password_reset_key(). -
LLMS_Frontend_Password::reset_password()is deprecated in favor ofreset_password().

Leave a Reply