Frontend notifications are no longer powered by AJAX requests. This change will significantly reduce the number of requests made but will remove the ability for students to receive asynchronouos notifications. This means that notifications will only be displayed on page load as notification polling will no longer occur while a student is on a page (while reading the content a lesson, for example).
Course and membership catalogs items in navigation menus will now have expected CSS classes to identify current item and current item parents
The admin panel add-ons screen has been reworked to be powered by the lifterlms.com REST api
Some visual changes have been made to the add-ons screen
The colors on the voucher screen on the admin panel have been updated to match the rest of the interfaces in LifterLMS
Adds dupchecking when saving payment details via the Authorize.Net api. Fixes an issue encountered when trying to use the same card for two transactions when Saved Cards are disabled in the LifterLMS gateway settings.
Fixed issue causing question type defaults to be applied to existing questions. Fixes issue preventing settings like “Correct Answer” for Fill in the Blank questions from remaining enabled after being initially enabled.
Fixed issue causing visual issues on checkout summary when using coupons which apply discounts to a plan trial
Fixed issue causing .mo files stored in the languages/lifterlms safe directory from being loaded before files stored in the default location languages/plugins
Added methods to integration abstract to allow integration developers to automatically describe missing integration dependencies