- Various form and field updates in preparation for LifterLMS 5.0.0.
The Official Blog for LifterLMS Contributors
-
LifterLMS Blocks Version 1.12.0
Read more: LifterLMS Blocks Version 1.12.0 -
LifterLMS Blocks Version 1.11.1
Read more: LifterLMS Blocks Version 1.11.1- Update the hook used for the Instructors block when displayed on membership post types.
-
LifterLMS Version 4.10.2
Read more: LifterLMS Version 4.10.2PHP 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!
Updates
- Improveed performance of
llms_get_enrolled_students()
. - Refactored lesson navigation query functions.
Bug fixes
- Fixed sorting error when sorting student reports by name.
- Improveed performance of
-
LifterLMS Blocks Version 1.11.0
Read more: LifterLMS Blocks Version 1.11.0- Allow the “Instructors” block to be used for memberships, thanks @alaa-alshamy!
-
LifterLMS Advanced Videos Version 1.0.0-beta.13
Read more: LifterLMS Advanced Videos Version 1.0.0-beta.13- Fix infinite loop encountered when viewing or editing orphaned lessons.
-
LifterLMS Version 4.10.1
Read more: LifterLMS Version 4.10.1PHP 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!
Bug fixes
- Fixed visual issues encountered on the admin Add-Ons screen.
- Use
hr.wp-header-end
in favor of a second (hidden)
to “catch” admin notices on the Add-Ons screen.
- Replace incorrect usage of invalid ID
llms_shop
withcourses
during catalog template loader checks. - Function
llms_get_post()
will now only allow instantiation of LifterLMS classes. - Remove unneeded require autoloaded file
includes/class.llms.quiz.data.php
.