MDL-35864 enrol: misc fixups

* Removed get_config_instance_capabilities() which was from
  older reviewed vrsions of the patch
* Added note to upgrade.txt
* Fixed deprecation note
* Bump versions
This commit is contained in:
Dan Poltawski 2014-07-22 16:34:47 +01:00
parent 12bdea2eb5
commit 82f88cabe9
15 changed files with 31 additions and 37 deletions

View file

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2014071700.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2014072200.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.