Sensei LMS 3.1 has just been released. The primary focus of this release is a new setup wizard to help users get started creating courses straight away.
With this release, we are bumping the minimum supported version of WordPress to 5.0. This means we will no longer be actively supporting the classic editor.
Setup Wizard
The setup wizard has 4 simple steps that can be completed in just a few minutes:
- Welcome – Brief overview of the wizard and an opportunity to opt in to usage tracking.
- Purpose – We’d love to learn more about why you’re interested in offering online courses.
- Features – Facilitates the installation of Sensei LMS’s most popular extensions.
- Ready – Basic setup is complete. From here, we provide a few recommendations on what to do next.

The setup wizard is displayed as soon as Sensei LMS is activated, but it’s also available to administrators at any time from the new Help tab on the Courses page:

¿Qué más contiene esta versión?
- Added some missing translations
- Added the Date Completed field to the Learner Management page
- Added a filter for enabling/disabling enrolment related background jobs
- Change “Lessons” to “Lesson” for single lessons in a course or module
- Removed the Most Used tab from Course Modules
- Fixed the course dropdown width on the lessons page
- Fixed a PHP warning on the single course page
Para desarrolladores
If you’re a developer, here’s what you need to know about Sensei LMS 3.1.
Cambios en el archivo de plantillas
templates/course-results/lessons.php
– Display “Lesson” if there is only one lesson in the course.templates/single-course/modules.php
– Display “Lesson” if there is only one lesson in the module.templates/single-course.php
– Initialize the loop.
Nuevo filtro
sensei_is_enrolment_background_job_enabled
– Check if a specific enrolment background job is enabled.
Código obsoleto
includes/email-signup/template.php
Sensei_Email_Signup_Form
– Entire class has been deprecatedSensei_Admin::admin_install_notice
– UseSensei_Onboarding::setup_wizard_notice
Sensei_Admin::admin_installed_notice
– UseSensei_Onboarding::setup_wizard_notice
Sensei_Admin::admin_notices_styles
– UseSensei_Onboarding::setup_wizard_notice
Sensei_Admin::create_page
– UseSensei_Onboarding_Pages::create_page
Sensei_Admin::create_pages
– UseSensei_Onboarding_Pages::create_pages
Sensei_Admin::install_pages
– UseSensei_Onboarding_Pages::create_pages
Sensei_Admin::install_pages_output
– UseSensei_Onboarding_Pages::create_pages
Sensei_Main::load_email_signup_modal
Sensei_Usage_Tracking_Base::enqueue_script_deps
Sensei_Usage_Tracking_Base::handle_tracking_opt_in
– UseSensei_Onboarding::setup_wizard_notice
Sensei_Usage_Tracking_Base::hide_tracking_opt_in
– UseSensei_Onboarding::skip_setup_wizard
Sensei_Usage_Tracking_Base::is_opt_in_hidden
– UseSensei_Onboarding::setup_wizard_notice
Sensei_Usage_Tracking_Base::maybe_display_tracking_opt_in
– UseSensei_Onboarding::setup_wizard_notice
Sensei_Usage_Tracking_Base::opt_in_dialog_text_allowed_html
– UseSensei_Onboarding::setup_wizard_notice
Sensei_Usage_Tracking_Base::output_opt_in_js
Para actualizar, dirígete a Panel → Actualizaciones en el administrador de WordPress.
Nota: Aunque hemos probado a fondo esta versión, siempre es posible que hayamos pasado algo por alto. Le recomendamos que pruebe la actualización en un sitio de prueba antes de actualizar su sitio activo.