Only output admin course/membership relationship information for existing items. Fixes an issue caused by deleting courses/memberships associated with orders through order item meta data.
When recurring payments are disabled, output a “Staging” bubble on the “Orders” menu item.
Recurring recharges now add order notes and trigger actions when gateway or recurring payment status errors are encountered.
When managing recurring payment status through the warning notice, stay on the same page and clear nonces instead of redirecting to the LifterLMS Settings screen.
Updated the Action Scheduler library to the latest version (2.2.5)
Exposed the Action Scheduler’s scheduled actions interface as a tab on the LifterLMS Status page.
Bug Fixes
Fixed an issue allowing instructors to view a list of students from courses and memberships they don’t have access to.
WooCommerce compatibility filters added in 3.31.0 are now scheduled at init instead of plugins_loaded, resolves conflicts with several WooCommerce add-ons which utilize core WC functions before LifterLMS functions are loaded.
Adds explicit support for the twentynineteen default theme.
The main students reporting table can now be filtered to show only students enrolled in a specific course or membership.
Resolve conflict with WooCommerce (3.6 and later) resulting in 404s on the dashboard endpoints “lost password”, “order history”, and “edit account”.
Adds a dynamic filter (llms_notification_view{$trigger_id}_basic_options) to basic (pop-over) notifications to allow configuration of their settings.
The filter llms_plan_get_checkout_url now passes a 3rd parameter: $check_availability
Improves LLMS_Course_Data and LLMS_Quiz_Data classes by adding shared functionality to a shared abstract, LLMS_Abstract_Post_Data
Changed access on class methods in LLMS_Shortcode_Courses from private to protected, thanks @andrewvaughan!
Bug fixes
Treats post_excerpt data as HTML instead of plain text. Fixes an issue resulting in HTML tags being stripped from lesson excerpts when duplicating a lesson in the course builder or importing lessons via the course importer.
Fix an issue allowing access plan sales prices to be set as negative values.
LifterLMS Blocks
Updated to LifterLMS Blocks 1.4.0.
Adds an “unmigration” utility to LifterLMS -> Status -> Tools & Utilities which can be used to remove LifterLMS blocks from courses and lessons which were migrated to the block editor structure.
This tool is only available when the Classic Editor plugin is installed and enabled and it will remove blocks from ALL courses and lessons regardless of whether or not the block editor is being utilized on that post.
Deprecations
LLMS_Query::add_query_vars() use LLMS_Query::set_query_vars() instead.
Fixed an issue causing fatal errors encountered during admin panel updates of subscriptions with no parent order.
Resolve LifterLMS Student Dashboard lost password 404s by redirecting links to the LifterLMS lost password endpoint to the WooCommerce My Account lost password endpoint.
Outputs CSS and JS related to course/membership expiration in the admin subscriptions management area so it looks and functions on subscriptions like it does on orders.