You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,35 @@
1
1
LifterLMS Changelog
2
2
===================
3
3
4
+
v9.2.0 - 2026-01-15
5
+
-------------------
6
+
7
+
##### New Features
8
+
9
+
+ Adding "Order (High to Low)" sorting option for the Course and Membership Catalog. [#3074](https://github.com/gocodebox/lifterlms/issues/3074)
10
+
+ New global and course-level option to specify a page to redirect to upon course completion.
11
+
+ Ability to edit pricing for future charges of a recurring Order.
12
+
13
+
##### Updates and Enhancements
14
+
15
+
+ Renaming "Basic" notification to "Popup" for clarity.
16
+
+ Avoid showing license key on error.
17
+
18
+
##### Bug Fixes
19
+
20
+
+ Additional verifications when checking for an Elementor post to avoid fatal errors in some cases. [#3065](https://github.com/gocodebox/lifterlms/issues/3065)
21
+
+ Allow selection of all categories in the Courses block when there are more than 10 categories. [#3078](https://github.com/gocodebox/lifterlms/issues/3078)
22
+
+ Fixing aria label output for course favorites. Thanks [@DAnn2012](https://github.com/DAnn2012)!
23
+
+ Avoid fatal error when importing a course with an empty picture choice question. [#3070](https://github.com/gocodebox/lifterlms/issues/3070)
24
+
+ Fix protected images not loading on WPEngine hosting. [#3048](https://github.com/gocodebox/lifterlms/issues/3048)
25
+
+ Fix count of currently enrolled students in the Course overview reporting for certain hosts and number of students. [#3073](https://github.com/gocodebox/lifterlms/issues/3073)
26
+
+ Handle possible array of arrays in admin settings.
'desc' => sprintf( __( 'This page will be shown to students when they complete the course. %1$sMore Information%2$s', 'lifterlms' ), '<a href="https://lifterlms.com/docs/course-completion-page/" target="_blank">', '</a>' ),
0 commit comments