The Official Blog for LifterLMS Contributors
April 20, 2020
Updates
Added a new debugging tool to clear pending batches created by background processors.
Added a new method LLMS_Abstract_Notification_View::get_object()
which can be used by notification views to override the loading of the post (or object) which triggered the notification.
Bug Fixes
Added localization to strings on the coupon admin screen. Thanks parfilov !
Fixed issue encountered in metaboxes when the $post
global variable is not set.
Read more: LifterLMS Version 3.37.19
April 14, 2020
Fix regression introduced in version 3.34.0 which prevented checkout success redirection to external domains.
Resolved a conflict with LifterLMS, Divi, and WooCommerce encountered when using the Divi frontend pagebuilder on courses and memberships.
Fixed issue causing localization issues when creating access plans, thanks @mcguffin !
Read more: LifterLMS Version 3.37.18
April 10, 2020
Updates
Updated the lost password and password reset form handlers for improved error handling and extendability by other plugins.
Bug Fixes
Fixed a conflict with WooCommerce resulting in password reset issues on the WooCommerce account dashboard.
Fixed an issue allowing voucher codes from deleted vouchers to still be redeemed.
Fixed an issue with pagination on the courses tab of a users BuddyPress profile.
Fixed a typo in the post_status
query arg when retrieving access plans for a course or membership.
Deprecations
LLMS_PlayNice::wc_is_account_page()
is no longer required and is deprecated with no replacement
WP core get_password_reset_key()
should be used in favor of llms_set_user_password_rest_key()
.
WP core check_password_reset_key()
should be used in favor of llms_verify_password_reset_key()
.
Read more: LifterLMS Version 3.37.17
April 3, 2020
Added filter, llms_groups_force_open_registration_for_invites
, which allows open registration forcing to be disabled.
Fixed issue encountered when attempting to deactivate and uninstall the plugin.
Fixed issue causing group course/membership association lookups to only provide 20 total results.
Fixed issue preventing group course/membership association when the item’s title contains special characters.
Read more: LifterLMS Groups Version 1.0.0-beta.3