=== 3.6 ===
* Custom AJAX handlers for the form autocomplete fields can now optionally return string in their processResults()
- callback. If a string is returned, it is displayed instead of the list if suggested items. This can be used, for
+ callback. If a string is returned, it is displayed instead of the list of suggested items. This can be used, for
example, to inform the user that there are too many items matching the current search criteria.
+ * The form element 'htmleditor' has been deprecated. Please use the 'editor' element instead.
* The following functions have been finally deprecated and can not be used any more:
- - external_function_info()
+ - external_function_info()
+ - core_renderer::update_module_button()
+ - events_trigger()
+ - events_cron()
+ - events_dispatch()
+ - events_is_registered()
+ - events_load_def()
+ - events_pending_count()
+ - events_process_queued_handler()
+ - events_queue_handler()
+ - events_trigger_legacy()
+ - events_update_definition()
+ - get_file_url()
+ - course_get_cm_rename_action()
+ - course_scale_used()
+ - site_scale_used()
+ - clam_message_admins()
+ - get_clam_error_code()
+ - get_records_csv()
+ - put_records_csv()
+ - print_log()
+ - print_mnet_log()
+ - print_log_csv()
+ - print_log_xls()
+ - print_log_ods()
+ - build_logs_array()
+ - get_logs_usercourse()
+ - get_logs_userday()
+ - get_logs()
+ - prevent_form_autofill_password()
+* The following classes have been finally deprecated and can not be used any more:
+ - core_media_renderer
+ - core_media
* Following api's have been removed in behat_config_manager, please use behat_config_util instead.
- get_features_with_tags()
- get_components_steps_definitions()