The Official Blog for LifterLMS Contributors
December 7, 2021
New Features
Added an option to prevent users (by role) from copying site content and saving local copies of images.
Added new site setting to disallow concurrent user sessions for specified user roles.
Updates and Enhancements
Developer Notes
Database migration functions can now be namespaced, eliminating the need to prefix update function names with a version number.
Read more: LifterLMS Version 5.6.0
November 5, 2021
New Features
Includes the LLMS-CLI beta, a set of WP-CLI commands for LifterLMS and LifterLMS add-ons, as part of the core plugin:
To get started, run wp llms --help in your terminal or read the online command documentation .
Please note that the LLMS-CLI is included as a public beta feature. The command API is in a pre-release state and, as such, is subject to change without warning.
If you encounter any issues or wish to provide feedback on the LLMS-CLI please get in touch at https://github.com/gocodebox/lifterlms-cli .
Bug Fixes
Fix AJAX post search when using search queries containing quotes.
Deprecations
The lifterlms_register_post_type_llms_engagement is deprecated in favor of lifterlms_register_post_type_engagement.
The lifterlms_register_post_type_llms_achievement is deprecated in favor of lifterlms_register_post_type_achievement.
The lifterlms_register_post_type_llms_certificate is deprecated in favor of lifterlms_register_post_type_certificate.
The lifterlms_register_post_type_llms_my_certificate is deprecated in favor of lifterlms_register_post_type_my_certificate.
The lifterlms_register_post_type_llms_email is deprecated in favor of lifterlms_register_post_type_email.
The lifterlms_register_post_type_llms_coupon is deprecated in favor of lifterlms_register_post_type_coupon.
The lifterlms_register_post_type_llms_voucher is deprecated in favor of lifterlms_register_post_type_voucher.
Developer Notes
The llms-addons style asset no longer ships an unminified version.
The llms-admin-add-ons style asset no longer ships an unminified version and the filename of the distributed file has changed.
All the LifterLMS post types are now registered using the static method LLMS_Post_Types::register_post_type().
Upgraded woocommerce/action-scheduler to v3.4.0 .
Read more: LifterLMS Version 5.5.0
November 3, 2021
Improved help documentation for several commands.
Added a warning to the root command’s help documentation denoting that the LLMS-CLI is in open public beta and its functionality is subject to change.
Read more: LifterLMS CLI Version 0.0.3