- Allow the “Instructors” block to be used for memberships, thanks @alaa-alshamy!
The Official Blog for LifterLMS Contributors
-
LifterLMS Blocks Version 1.11.0
Read more: LifterLMS Blocks Version 1.11.0 -
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-endin favor of a second (hidden)
to “catch” admin notices on the Add-Ons screen.
- Replace incorrect usage of invalid ID
llms_shopwithcoursesduring 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.
-
LifterLMS WooCommerce Version 2.1.3
Read more: LifterLMS WooCommerce Version 2.1.3- Fixes a bug encountered when using Astra Pro with members only products resulting in the Add to Cart button being
incorrectly displayed along with the members only button, or the members only button displayed twice, in single products.
- Fixes a bug encountered when using Astra Pro with members only products resulting in the Add to Cart button being
-
LifterLMS WPForms Version 1.1.1
Read more: LifterLMS WPForms Version 1.1.1- Update: Add hooks to handle user post metas deletion on entries deletion.
- Bugifx: Removed
.llms-noticeslideUp on login form showing: now perfomed in core.
-
LifterLMS Helper Version 3.2.0
Read more: LifterLMS Helper Version 3.2.0Updates
- Moved the class
LifterLMS_Helperclass to its own file fromlifterlms-helper.php. - Use
self::$instancein favor ofself::$_instance. - Use
llms()in favor of deprecatedLLMS(). - Use
llms_filter_input()to access$_POSTdata in various places. - Use strict comparison for
in_array().
Bug fixes
- Fixed usage of incorrect textdomain in various places.
Deprecations
- Replaced usage of protected class property
$instancein favor of$_instancein various singleton classes. - Function
LLMS_Helper()is deprecated in favor ofllms_helper(). - File
includes/model-llms-helper-add-on.phpis deprecated, useincludes/models/class-llms-helper-add-on.phpinstead.
- Moved the class
