mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-57243_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
ddcb68b284
@ -35,6 +35,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
// Like other files in the db directory this file uses an array.
|
||||
// The old class name is the key, the new class name is the value.
|
||||
// The array must be called $renamedclasses.
|
||||
// @todo MDL-57244 These renamed classes will be removed in 3.6
|
||||
$renamedclasses = array(
|
||||
'core\progress\null' => 'core\progress\none',
|
||||
'core_search\area\base' => 'core_search\base',
|
||||
|
9
search/upgrade.txt
Normal file
9
search/upgrade.txt
Normal file
@ -0,0 +1,9 @@
|
||||
This files describes API changes in /search/*,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 3.2 ===
|
||||
|
||||
* Base search area classes have been renamed, please update your search areas to use the classes below:
|
||||
- \core_search\area\base has been renamed to \core_search\base
|
||||
- \core_search\area\base_mod has been renamed to \core_search\base_mod
|
||||
- \core_search\area\base_activity has been renamed to \core_search\base_activity
|
Loading…
x
Reference in New Issue
Block a user