Updates and Enhancements
- Picture choice questions are now organized using flexbox in favor of a float-powered column layout.
- Resolved PHP 8.1 deprecation warnings. #1859
Bug Fixes
- Updated
llms_get_endpoint_url()
to better adhere to a site’s permalink structure with regards to the presence of a trailing slash in the generated url. #1983 - Only allow users with
edit_post
capabilities to bypass content restrictions. - Fixed stretched images in quiz description/questions when using the Twenty Twenty-Two theme. #1976
Deprecations
- Method
LLMS_AJAX::check_voucher_duplicate()
is deprecated in favor ofLLMS_AJAX_HANDLER::check_voucher_duplicate()
.
Updated Templates
- templates/admin/reporting/tabs/courses/overview.php
- templates/admin/reporting/tabs/memberships/overview.php
- templates/admin/reporting/tabs/quizzes/overview.php
- templates/block-templates/archive-course.html
- templates/block-templates/archive-llms_membership.html
- templates/block-templates/single-certificate.html
- templates/block-templates/single-no-access.html
- templates/block-templates/taxonomy-course_cat.html
- templates/block-templates/taxonomy-course_difficulty.html
- templates/block-templates/taxonomy-course_tag.html
- templates/block-templates/taxonomy-course_track.html
- templates/block-templates/taxonomy-membership_cat.html
- templates/block-templates/taxonomy-membership_tag.html
- templates/checkout/form-confirm-payment.php
- templates/course/lesson-navigation.php
- templates/course/lesson-preview.php
- templates/course/parent-course.php
- templates/loop-main.php
- templates/loop.php
- templates/myaccount/view-order.php
- templates/quiz/questions/content-picture_choice.php
- templates/quiz/results.php
Leave a Reply