Security Fix
- Fixed an XSS issue on account edit and registration forms. Thanks to Morningstar for reporting this issue!
Bug fixes
- Fixed an error encountered during customizer live theme preview encountered when Twenty-twenty is the current theme.
- The
$typeproperty of theLLMS_Abstract_Database_Storeis now set to a default placeholder value (_db_record_) in favor of an empty string. - Set the
$typeproperty of theLLMS_Eventclass toevent. - Set the
$typeproperty of theLLMS_Quiz_Attemptclass toquiz_attempt. - Set the
$typeproperty of theLLMS_User_Post_Metaclass touser_postmeta.
Updates
- Added a filter
llms_form_field_argsto allow extending form fields prior to HTML rendering.
Deprecations
The following filter hooks have been deprecated. These hooks were being called as the result of a bug (noted above) and should no longer be used. They will be removed in the next major version of LifterLMS.
llms__createdhas been deprecated, usellms_{$type}_createdwhere{$type}is the database record type defined by the class property.llms__deletedhas been deprecated, usellms_{$type}_deletedwhere{$type}is the database record type defined by the class property.llms__updatedhas been deprecated, usellms_{$type}_updatedwhere{$type}is the database record type defined by the class property.

Leave a Reply