The Official Blog for LifterLMS Contributors

  • LifterLMS REST API Version 1.0.0-beta.21

    New Features
    • Post based resources like couress, memberships, section, lessons… are now searchable.
    Read more: LifterLMS REST API Version 1.0.0-beta.21
  • LifterLMS Advanced Videos Version 1.0.0-beta.17

    Developer Notes
    • Added llms_av_get_available_providers filter which will allow third parties to add their provider integration.
    Read more: LifterLMS Advanced Videos Version 1.0.0-beta.17
  • LifterLMS Groups Version 1.0.0-beta.16

    Bug Fixes
    • Fixed banner image not always filling the banner area even if auto-fit setting was true.
    Updated Templates
    • templates/profile/header.php
    Read more: LifterLMS Groups Version 1.0.0-beta.16
  • LifterLMS Version 5.5.0

    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
  • LifterLMS CLI Version 0.0.3

    • 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
  • LifterLMS Version 5.4.1

    Bug fixes
    • Exclude internal-use-only properties (related to reporting caches and student counts) when exporting or cloning courses. #1532
    • Don’t sanitize input from user forms until validation has succeeded. #1829
    • Fixed an issue encountered when fields are removed from reusable blocks, causing some user forms from functioning as expected. #1832
    Read more: LifterLMS Version 5.4.1