- Fixed bug causing free access plans to not display on the frontend.
The Official Blog for LifterLMS Contributors
-
LifterLMS WooCommerce Version 2.0.14
Read more: LifterLMS WooCommerce Version 2.0.14 -
LifterLMS Groups Version 1.0.0-beta.2
Read more: LifterLMS Groups Version 1.0.0-beta.2- Fix: Group invitations are now validated against the number of seats available to the group.
- Fix: Added error message output for various events performed by group admins/leaders with relation to adding seats and inviting members.
- Fix: Added Javascript localization support.
-
LifterLMS Groups Version 1.0.0-beta.1
Initial public beta release.
-
LifterLMS WooCommerce Version 2.0.13
Read more: LifterLMS WooCommerce Version 2.0.13- Tested to LifterLMS 3.37.9 and WooCommerce 3.9.2.
- Add action hooks to handle the cases when a product/variation is deleted linked to an access plan are deleted and handle the cases when an access plan is not linked to any product/variation.
- Added logic to delete enrollments on order permanent deletion, and unenroll/enroll students on order or subscription trashing/untrashing.
- Fixed an issue that made users to be unenrolled from a course when a subscription, that was part of the same wc order of the course, was ‘cancelled’.
- Made sure that user enrollment/unenrollment related to a subscription happened only on the subscription status changes and not on their parent order status changes.
- Use
gmdate()
in favor ofdate()
for timestamps recorded to logs.
-
LifterLMS Version 3.37.9
Read more: LifterLMS Version 3.37.9- Updated CSS classes used in privacy policy text suggestions per changes in WordPress core 5.3. Thanks @garretthyder!
- Added privacy exported group descriptions. Thanks @garretthyder!
- Added filters
llms_user_enrollment_allowed_post_types
&llms_user_enrollment_status_allowed_post_types
which allow 3rd parties to enroll users into additional post types via core enrollment methods. - Added option for admin settings fields to show an asterisk for required fields.
- Added option for integration plugins can now add automatically generated “Settings” link to the plugins screen.
- Bugfix: Fixed an IE compatibility issue related to usage of
Object.assign()
.
-
LifterLMS Labs Version 1.5.3
Read more: LifterLMS Labs Version 1.5.3- Tested to WordPress core 5.3.2
- Beaver Builder: Fix module visibility issue when hiding modules based on enrollment in specific courses or memberships.
- Action Manager: Remove non-functioning featured image hook. Featured images are output by themes not by LifterLMS.