LifterLMS Twilio Version 1.1.2
- Fixed a PHP 8.0 deprecation notice.
PHP 7.2 has reached its official end of life. LifterLMS aims to support only officially supported PHP versions and our goal is to drop support for PHP 7.2 by March of 2021 at which time minimum supported PHP version will be raised to 7.3. If you’re currently using PHP 7.2 please contact your host and request an upgrade to a supported PHP version as soon as possible!
languages/countries.php
and the filter lifterlms_countries
can be used to modify the default list at runtime.languages/states.php
and the filter lifterlms_states
can be used to modify the default list at runtime.[user]
shortcodeLLMS_Person_Handler::get_password_reset_fields()
from lifterlms_lost_password_fields
to llms_password_reset_fields
.lifterlms_before_user_${action}
is now triggered by do_action_ref_array()
instead of do_action()
allowing modification of $posted_data
and $fields
via hooks.topModal.js
has been removed.The following have been deprecated and will be removed from LifterLMS in a major update following version 5.0.0.
LLMS_Person_Handler::get_available_fields()
is deprecated in favor of LLMS_Forms::get_form_fields()
.LLMS_Person_Handler::register()
is deprecated, in favor of llms_register_user()
.LLMS_Person_Handler::sanitize_field()
(private method) is deprecated with no replacement.LLMS_Person_Handler::update()
is deprecated, in favor of llms_update_user()
.LLMS_Person_Handler::validate_fields()
is deprecated with no replacement.LLMS_Person_Handler::voucher_toggle_script()
is deprecated with no replacement.llms_usernames_blacklist
is deprecated, use llms_usernames_blocklist
instead.llms_get_minimum_password_strength()
is deprecated with no replacement.lifterlms_registration_generate_username
is deprecated in favor of the new method LLMS_Forms::are_usernames_enabled()
.LLMS_Processors::includes()
has been removed.LLMS_Person_Handler::fill_fields()
and LLMS_Person_Handler::insert_data()
were removed.PHP 7.2 has reached its official end of life. LifterLMS aims to support only officially supported PHP versions and our goal is to drop support for PHP 7.2 by March of 2021 at which time minimum supported PHP version will be raised to 7.3. If you’re currently using PHP 7.2 please contact your host and request an upgrade to a supported PHP version as soon as possible!
llms_get_enrolled_students()
.PHP 7.2 has reached its official end of life. LifterLMS aims to support only officially supported PHP versions and our goal is to drop support for PHP 7.2 by March of 2021 at which time minimum supported PHP version will be raised to 7.3. If you’re currently using PHP 7.2 please contact your host and request an upgrade to a supported PHP version as soon as possible!
hr.wp-header-end
in favor of a second (hidden)llms_shop
with courses
during catalog template loader checks.llms_get_post()
will now only allow instantiation of LifterLMS classes.includes/class.llms.quiz.data.php
.