Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Version 1.0.0-beta.23

Choose a tag to compare

@eri-trabiccolo eri-trabiccolo released this 23 Feb 15:54
· 332 commits to release since this release
67e9adf

v1.0.0-beta.23 - 2022-02-23

Updates and Enhancements
  • Replaced call to deprecated LLMS_Section::get_parent_course() with LLMS_Section::get( 'parent_course' ).
  • Replaced the calls to the deprecated LLMS_Lesson::get_parent_course() method with LLMS_Lesson::get( 'parent_course' ).
  • Replaced deprecated llms_user_removed_from_membership_level action hook with llms_user_removed_from_membership.