Skip to content

Version 1.0.0-beta.23

Compare
Choose a tag to compare
@eri-trabiccolo eri-trabiccolo released this 23 Feb 15:54
· 244 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.