Updates
- Flush cached update and add-on data when adding or removing license keys and when changing channel subscription for a package.
- Enable updating to beta versions of packages that don’t require a license when no license is present.
[llms-user].LLMS_Frontend_Forms and it’s deprecated class methods reset_password() and voucher_check().LLMS_Frontend_Password and it’s deprecated class methods: retrieve_password(), check_password(), and reset_password().lostpassword_post hook.LLMS_Add_On class.LLMS_Abstract_API_Handler class.Class LLMS_Frontend_Password is deprecated, see deprecated methods and their replacments below:
LLMS_Frontend_Password::retrieve_password() is deprecated in favor of LLMS_Controller_Account::lost_password().
LLMS_Frontend_Password::check_password_reset_key() is deprecated in favor of check_password_reset_key().
LLMS_Frontend_Password::reset_password() is deprecated in favor of reset_password().