- Fix: Prevent infinite loops encountered when invalid API keys are utilized.
- Fix: Add an action used to fire LifterLMS core engagement and notification emails
- Feature: Added the ability to filter student and instructor collection list requests by various user information fields.
The Official Blog for LifterLMS Contributors
-
LifterLMS REST API Version 1.0.0-beta.12
Read more: LifterLMS REST API Version 1.0.0-beta.12 -
LifterLMS PayPal Version 1.3.0
Read more: LifterLMS PayPal Version 1.3.0- Fixed an issue causing $0 trials to fail when reference transactions are disabled.
-
LifterLMS Gravity Forms Version 2.1.0
Read more: LifterLMS Gravity Forms Version 2.1.0Updates
- Added support for Gravity Form blocks.
Deprecations
The following functions and classes have been deprecated and will be removed in the next major release.
- Function
LLMS_GravityForms()
is deprecated in favor ofllms_gf()
. - Class
LLMS_GravityForms_Engagements
is deprecated in favor ofLLMS_GF_Engagements
.
-
LifterLMS Helper Version 3.1.0
Read more: LifterLMS Helper Version 3.1.0- Load changelogs from the make.lifterlms.com release notes archive in favor of from static html files.
- Remove reliance on
file_get_contents()
causing errors on servers without access to the function.
-
LifterLMS Private Areas Version 1.1.2
Read more: LifterLMS Private Areas Version 1.1.2- Added filter
llms_pa_is_private_area
to customize the return of theis_private_area()
method. - Added settings action link to plugins admin screen.
- Improved compatibility with the Yoast SEO plugin.
- Added filter
-
LifterLMS Version 3.38.2
Read more: LifterLMS Version 3.38.2- Added a default question type (“choice”) to prevent malformed questions from being inadvertently stored in the database.
- When retrieving question data from the database, automatically fall back to the default question type value if no question type is saved.