- Fixed an issue causing $0 trials to fail when reference transactions are disabled.
The Official Blog for LifterLMS Contributors
-
LifterLMS PayPal Version 1.3.0
Read more: LifterLMS PayPal Version 1.3.0 -
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.
-
LifterLMS Groups Version 1.0.0-beta.4
Read more: LifterLMS Groups Version 1.0.0-beta.4- The minimum required LifterLMS version has been raised to 3.38.1.
- Added styles for the student dashboard.
- Added script l10n for translations.
- Added RTL CSS support.
- Added validation for open invitation links without any open seats.
- Invitations with an email address are deleted after acceptance.
- Added validation for acceptance of an open invitation link.
- Output an error message when an open invitation link is used for a group with no open seats.
- Show affiliated post’s type in the Course/Membership option.
- Conditionally 404 group profiles based on group settings and user membership.
- Always register the tab and then de-register it conditionally on account page load for logged in users without any group affiliations.
- Always register the tab instead of conditionally registering it based on current student.
- Use
santize_title()
in favor ofstrtolower()
when creating the endpoint slug. - Added filter
llms_groups_register_my_groups_student_dashboard_endoint
to allow customization of the endpoint settings. - Reregister post types and rewrite rules before flushing permalinks when changing language settings.
- Fix main menu replacement strategy.
- Flush when the slug or plural post name are to be updated.
- Don’t inject our template when there’s a 404.