Changelog
Keep up to date with all our updates.
-
Sensei 4.25.0
Added
- Allow editing course archive page title from the block editor #7786
- Autofocus the title input on the form render #7802
- Clear text indicator to indicate disabled status of Emails #7752
Changed
- Update the activation logic to always enable the setup wizard on first installation #7800
- Update Sensei Pro upgrade URL to handle WordPress.com hosted sites correctly #7790
Deprecated
- Deprecate Student Courses Block in favor of Course List block #7764
Fixed
- Button alignment on Setup wizard notice #7779
- Course outline: Fix focus issue on lesson/module add to inner blocks #7783
- Course pattern layout: Fix Safari render issue #7789
- Fix course ordering on wordpress.com #7799
- Fix loading some translations too early #7780
- Fix plugin configure link pointing to the wrong settings URL #7781
- Fix required quiz score texts #7793
- Fix undefined property notice on WP 6.8 #7773
- Occasional error when submitting a quiz #7755
- Pattern previews: Ensure consistent background color in pattern previews by using theme color variables and fixing iframe sizing issues #7796
- Prevent storing enrolment data in memory on Students screen #7772
- Students dropdown menu being offset in the admin panel #7695
- Workflow: Update PR milestone validation supporting task re-run #7787
- Newsletter wizard form: Handle server errors #7801
Development
- Update NodeJS and NPM versions
-
Sensei 4.24.5
Security
- Fix unprepared SQL
- Remove feed content if the user doesn’t have access to the lesson
Added
- Wrap question numbers in
<span>tags #7738
Changed
- Replace
datewithgmdate#7735 - Replace
unlinkwithwp_delete_file#7732 - Replace
wp_json_encodewithjson_encode#7730 - Update the placeholder to use an internal image #7728
- Replace
strip_tagswithwp_strip_all_tags#7731
Deprecated
- Deprecate
load_localisationandload_plugin_textdomainfunctions #7713
Removed
- Remove manual loading of translations #7713
- Remove fallback code for Sensei Pro update reminder #7729
- Remove files that are already included in WordPress Core #7727
- Remove obsolete code from Students area #7726
Fixed
-
Sensei Pro 1.24.2
Added
- Allow co-teachers to manage students
Fixed
- Empty student list for co-teachers on Students page
- Hide lesson actions if lesson is not yet available because of content drip
- Send welcome email only on the day a student gets access to a course and not before
- Send welcome email to student when their access begins to that course, not when they are added to the group
-
Sensei 4.24.4
Security
- Messages and emails accessible using the search REST API
Added
- Allow additional users to manage students #7700
Fixed
- Horizontal scroll on Course page when using Course theme #7705
- Loading some translations too early which generates a warning on WP 6.7 #7701
- PHP deprecation notice in View Results block #7680
- Hello elementor theme throwing 404 when rendering the Courses archive page #7683
- Label on course complete email received by the teacher #7672
- Timed quiz not stopping when time ends #7675
Development