Skip to content

Version 6.1.0

Compare
Choose a tag to compare
@thomasplevy thomasplevy released this 23 Mar 23:06
· 2476 commits to release since this release
9f3a717

v6.1.0 - 2022-03-23

Upcoming PHP Version Requirement Change

LifterLMS will drop support for PHP 7.3 by May, 2022. This will raise the minimum supported PHP version to 7.4. PHP 7.3 reached its official end of life on December 6, 2021. If you are still using PHP 7.3 please upgrade to PHP 7.4 or later as soon as possible.

New Features
  • Added the {earned_date} certificate merge code.
Updates and Enhancements
  • Changed the label for the {current_date} certificate merge code from 'Earned Date' to 'Current Date'.
  • Updates LifterLMS REST to v1.0.0-beta.24.
Bug Fixes
  • Fixed an issue encountered when editing an order with a completed payment plan. #2067
  • Fixed access of protected LLMS_Abstract_Query properties.