- Added fourteen new certificate background images in various sizes an orientations.
The Official Blog for LifterLMS Contributors
-
LifterLMS Graphics Pack Version 4.0.0
Read more: LifterLMS Graphics Pack Version 4.0.0 -
LifterLMS Groups Version 1.0.0-beta.19
Read more: LifterLMS Groups Version 1.0.0-beta.19Updates and Enhancements
- The minimum required LifterLMS core version requirement has been raised from 5.6.0 to 6.0.0. Please upgrade LifterLMS to 6.0.0 or later in order to continue using this add-on!
- Renamed
LLMS_Groups_Invitations_Query::preprare_query()
toLLMS_Groups_Invitations_Query::prepare_query()
.
Bug Fixes
- Fixed access of protected LLMSAbstractQuery properties.
Updated Templates
- templates/profile/reports/members-list.php
- templates/profile/sidebar-invitations.php
-
LifterLMS PDFs Version 2.0.1
Read more: LifterLMS PDFs Version 2.0.1Hotfix
- Reinstalls included dependencies on PHP 7.4.
-
LifterLMS Assignments Version 1.3.0
Read more: LifterLMS Assignments Version 1.3.0The minimum required LifterLMS core version requirement has been raised from 5.3.0 to 6.0.0. Please upgrade LifterLMS to 6.0.0 or later in order to continue using this add-on!
Developer notes
- Renamed
LLMS_Query_Assignments_Submission::preprare_query()
toLLMS_Query_Assignments_Submission::prepare_query()
. - Replaced the use of the protected
LLMS_Query_Assignments_Submission::$max_pages
property withLLMS_Query_Assignments_Submission::get( 'max_pages' )
.
- Renamed
-
LifterLMS PDFs Version 2.0.0
Read more: LifterLMS PDFs Version 2.0.0New Features
- Added client-side PDF export generation functionality for certificates.
- Added PDF exports for orders and transactions.
- Added PDF exports for student grade reports.
Updates and Enhancements
- Raised the minimum supported LifterLMS core version to 6.0.0.
Breaking Changes
- Removed previously deprecated class
LLMS_PDFS_Pdflayer
.