Merge branch 'MDL-56712-master' of git://github.com/mihailges/moodle
authorDavid Monllao <davidm@moodle.com>
Mon, 30 Jul 2018 15:47:51 +0000 (17:47 +0200)
committerDavid Monllao <davidm@moodle.com>
Mon, 30 Jul 2018 15:47:51 +0000 (17:47 +0200)
1  2 
lib/outputrenderers.php
lib/upgrade.txt
lib/upgradelib.php

Simple merge
diff --cc lib/upgrade.txt
@@@ -6,20 -6,10 +6,22 @@@ information provided here is intended e
  * 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
    example, to inform the user that there are too many items matching the current search criteria.
 -* The following functions have been finally deprecated and can not be used anymore:
 +* The following functions have been finally deprecated and can not be used any more:
      - external_function_info()
 -    - class core_media_renderer
 -    - class core_media
 +    - core_renderer::update_module_button()
-     - external_function_info()
 +    - 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()
++* 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()
Simple merge