Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
38efca23
Commit
38efca23
authored
Jun 25, 2013
by
Rajesh Taneja
Committed by
Dan Poltawski
Jul 02, 2013
Browse files
MDL-40127 Enrolments: Updated version and update.txt
parent
94b98dae
Changes
2
Hide whitespace changes
Inline
Side-by-side
enrol/self/version.php
View file @
38efca23
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
20130
501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
version
=
20130
625
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
2013050100
;
// Requires this Moodle version
$plugin
->
requires
=
2013050100
;
// Requires this Moodle version
$plugin
->
component
=
'enrol_self'
;
// Full name of the plugin (used for diagnostics)
$plugin
->
component
=
'enrol_self'
;
// Full name of the plugin (used for diagnostics)
$plugin
->
cron
=
600
;
$plugin
->
cron
=
600
;
enrol/upgrade.txt
View file @
38efca23
This files describes API changes in /enrol/* - plugins,
This files describes API changes in /enrol/* - plugins,
information provided here is intended especially for developers.
information provided here is intended especially for developers.
=== 2.6 ===
* Enrolment plugin which supports self enrolment should implement can_self_enrol()
* Enrolment plugin should implement get_enrol_info() to expose instance information
with webservice or external interface.
=== 2.5 ===
=== 2.5 ===
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment