* Feature - Added the LearnDash DocsBot widget.
* Fix - Corrected the output of some timestamps to properly match the site timezone.
* Fix - Fixed the question points field description.
* Fix - Fixed missing course titles in the activity widget.
* Tweak - Improved course settings UX.
* Tweak - Improved the course editor header.
* Tweak - Updated the block editor site icon on the LearnDash post types.
* Tweak - Added filters: `learndash_header_variant`.
* Tweak - Updated filters: `learndash_date_time_formats`.
Fix - Resolved a fatal error that could occur during post revision deletion or permanent post deletion.
* Fix - Resolved an issue where translations wouldn't be loaded under WordPress 6.7.
* Tweak - Added filters: `learndash_mo_file_path`.
* Fix - Resolved an issue where the PayPal IPN payment gateway could get stuck in test mode.
* Fix - Resolved a deprecated JS method issue triggered since WordPress 6.0.
* Tweak - Added functions: `learndash_sanitize_version_string`.
* Fix - Restrict calls to licensing server to relevant admin pages.
* Fix - Ensure all LearnDash add-ons can be installed properly.
* Feature - Added basic reports. Learn more here: https://go.learndash.com/reportsmerge
* Feature - Added custom label support for the virtual instructors.
* Fix - Fixed an issue where Essay/Open Answer questions could not show a textarea.
* Fix - Resolved issue where you could not mark a step as complete after watching video when using Wistia with video progression.
* Fix - Resolved issue where the result message for a quiz was shown when not empty even if it was disabled.
* Fix - Resolved issue where the result message in quiz settings cannot be disabled when the message text is not empty.
* Fix - Converted 'toHHMMSS' javascript string prototype method to be non-enumerable to fix a conflict with 3rd party JS scripts that attempt to enumerate string prototype methods.
* Fix - Fixed "allow html" option doesn't work when editing question in quiz builder.
* Fix - Fixed the log in to enroll button label for free courses and groups by using a verb instead of a noun.
* Fix - Resolved an issue where no label existed for the virtual instructor post type in import/export settings.
* Fix - Fixed a problem where the case lowering for custom labels was not working with multi-byte characters.
* Fix - Resolved issue where the currency selector in payments settings was not working correctly for countries with multiple currencies.
* Tweak - LearnDash Admin Header buttons now match the chosen WordPress Admin Theme.
* Tweak - Improved the tabs experience so they are no longer visible when there is only one tab.
* Tweak - Improved statistics links in the reports activity widget.
* Tweak - Added constants: `LEARNDASH_LICENSING_SERVER_URL`, `LEARNDASH_MODULE_REPORTS_DISABLED`.
* Tweak - Added filters: `learndash_dashboard_reports_is_enabled`, `learndash_dashboard_sections_reports`, `learndash_dashboard_section_valid_screen_sizes`, `learndash_header_buttons`, `learndash_module_reports_disabled`.
* Fix - Resolved an issue where users registered via the Modern registration page would not have their chosen password set.
* Fix - Resolved an issue where LearnDash 3.0 template colors were not being applied to some elements.
* Tweak - Updated functions: `learndash_30_custom_colors`.
* Feature - New Registration page UI.
* Feature - New Appearance option for registration page, providing the ability to choose between Classic and Modern registration pages.
* Fix - Corrected the display of checkboxes within the Course builder in WordPress v6.6+.
* Security - Altered the message for the forgot password form provided by LearnDash to be inspecific if the username/email provided is found in the system.
* Tweak - Updated functions: `learndash_registration_output`, `output_registration_success_alert`.
* Tweak - Added functions: `learndash_get_login_form_html`, `learndash_is_initialized`, `learndash_registration_variation`.
* Tweak - Added filters: `learndash_initialization_is_new_install`, `learndash_model_product_interval_message`, `learndash_payment_option_active_gateways`, `learndash_paypal_ipn_checkout_info_text`, `learndash_razorpay_checkout_info_text`, `learndash_registration_forgot_password_html`, `learndash_registration_form`, `learndash_registration_login_form_html`, `learndash_registration_wp_login_form_html`, `learndash_stripe_checkout_info_text`.
* Tweak - Added actions: `learndash_initialization_new_install`, `learndash_registration_successful_before`.
* Tweak - Updated actions: `learndash_registration_form_after`, `learndash_registration_form_before`, `learndash_registration_form_override`, `learndash_registration_successful_after`.
* Tweak - Updated filters, ensuring string as return type: `learndash_payment_button`, `learndash_registration_login_link_redirect`, `learndash_registration_login_form_redirect`, `learndash_registration_errors_after`, `learndash_registration_form_fields_before`, `learndash_registration_form_fields_after`.
* Fix - Fixed a fatal error that could be encountered when quizzes that are set to randomize the order of questions and have quiz saving enabled. This could have happened if one of the questions were edited since the user last started the quiz and then the user resumed the quiz.
* Tweak - Added "Get Help Launching Your Site" sections to the Help and Setup pages.
* Tweak - Added a `description_after` argument to all settings fields.
* Tweak - Deprecated `LearnDash\Core\Modules\Experiments\Experiment::get_url()` and `LearnDash\Core\Modules\Experiments\Experiment::$url`. These have been replaced with `LearnDash\Core\Modules\Experiments\Experiment::get_action_items()` and `LearnDash\Core\Modules\Experiments\Experiment::$action_items`.