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
cedb0aab
Commit
cedb0aab
authored
May 01, 2013
by
Eloy Lafuente
Browse files
MDL-39434 Bump all versions near 2.5 release
parent
2f679b42
Changes
314
Hide whitespace changes
Inline
Side-by-side
admin/tool/assignmentupgrade/version.php
View file @
cedb0aab
...
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
$plugin
->
requires
=
201
21129
00
;
$plugin
->
version
=
201
30501
00
;
$plugin
->
requires
=
201
30501
00
;
$plugin
->
component
=
'tool_assignmentupgrade'
;
$plugin
->
dependencies
=
array
(
'mod_assign'
=>
201
21129
00
);
$plugin
->
dependencies
=
array
(
'mod_assign'
=>
201
30501
00
);
admin/tool/behat/version.php
View file @
cedb0aab
...
...
@@ -24,6 +24,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21207
00
;
$plugin
->
requires
=
201
21203
00
;
// Requires Moodle 2.5.
$plugin
->
version
=
201
30501
00
;
$plugin
->
requires
=
201
30501
00
;
// Requires Moodle 2.5.
$plugin
->
component
=
'tool_behat'
;
admin/tool/capability/version.php
View file @
cedb0aab
...
...
@@ -25,6 +25,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_capability'
;
// Full name of the plugin (used for diagnostics)
admin/tool/customlang/version.php
View file @
cedb0aab
...
...
@@ -25,6 +25,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
$plugin
->
requires
=
201
21129
00
;
$plugin
->
version
=
201
30501
00
;
$plugin
->
requires
=
201
30501
00
;
$plugin
->
component
=
'tool_customlang'
;
// Full name of the plugin (used for diagnostics)
admin/tool/dbtransfer/version.php
View file @
cedb0aab
...
...
@@ -24,6 +24,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX).
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version.
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX).
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version.
$plugin
->
component
=
'tool_dbtransfer'
;
// Full name of the plugin (used for diagnostics).
admin/tool/generator/version.php
View file @
cedb0aab
...
...
@@ -25,8 +25,8 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_generator'
;
// Full name of the plugin (used for diagnostics)
$plugin
->
maturity
=
MATURITY_ALPHA
;
// this version's maturity level
admin/tool/health/version.php
View file @
cedb0aab
...
...
@@ -25,8 +25,8 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_health'
;
// Full name of the plugin (used for diagnostics)
$plugin
->
maturity
=
MATURITY_ALPHA
;
// this version's maturity level
admin/tool/innodb/version.php
View file @
cedb0aab
...
...
@@ -25,6 +25,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_innodb'
;
// Full name of the plugin (used for diagnostics)
admin/tool/installaddon/version.php
View file @
cedb0aab
...
...
@@ -24,6 +24,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'tool_installaddon'
;
$plugin
->
version
=
20130
314
00
;
$plugin
->
requires
=
20130
314
00
;
$plugin
->
version
=
20130
501
00
;
$plugin
->
requires
=
20130
501
00
;
$plugin
->
maturity
=
MATURITY_BETA
;
admin/tool/langimport/version.php
View file @
cedb0aab
...
...
@@ -25,6 +25,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_langimport'
;
// Full name of the plugin (used for diagnostics)
admin/tool/multilangupgrade/version.php
View file @
cedb0aab
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_multilangupgrade'
;
// Full name of the plugin (used for diagnostics)
admin/tool/phpunit/version.php
View file @
cedb0aab
...
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_phpunit'
;
// Full name of the plugin (used for diagnostics)
admin/tool/profiling/version.php
View file @
cedb0aab
...
...
@@ -25,6 +25,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_profiling'
;
// Full name of the plugin (used for diagnostics)
admin/tool/qeupgradehelper/version.php
View file @
cedb0aab
...
...
@@ -25,6 +25,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
$plugin
->
requires
=
201
21129
00
;
$plugin
->
version
=
201
30501
00
;
$plugin
->
requires
=
201
30501
00
;
$plugin
->
component
=
'tool_qeupgradehelper'
;
// Full name of the plugin (used for diagnostics)
admin/tool/replace/version.php
View file @
cedb0aab
...
...
@@ -25,8 +25,8 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_replace'
;
// Full name of the plugin (used for diagnostics)
$plugin
->
maturity
=
MATURITY_ALPHA
;
// this version's maturity level
admin/tool/spamcleaner/version.php
View file @
cedb0aab
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
$plugin
->
requires
=
201
21129
00
;
$plugin
->
version
=
201
30501
00
;
$plugin
->
requires
=
201
30501
00
;
$plugin
->
component
=
'tool_spamcleaner'
;
// Full name of the plugin (used for diagnostics)
admin/tool/timezoneimport/version.php
View file @
cedb0aab
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
$plugin
->
requires
=
201
21129
00
;
$plugin
->
version
=
201
30501
00
;
$plugin
->
requires
=
201
30501
00
;
$plugin
->
component
=
'tool_timezoneimport'
;
// Full name of the plugin (used for diagnostics)
admin/tool/unsuproles/version.php
View file @
cedb0aab
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_unsuproles'
;
// Full name of the plugin (used for diagnostics)
admin/tool/uploaduser/version.php
View file @
cedb0aab
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21207
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_uploaduser'
;
// Full name of the plugin (used for diagnostics)
admin/tool/xmldb/version.php
View file @
cedb0aab
...
...
@@ -24,7 +24,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
21129
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
21129
00
;
// Requires this Moodle version
$plugin
->
version
=
201
30501
00
;
// The current plugin version (Date: YYYYMMDDXX)
$plugin
->
requires
=
201
30501
00
;
// Requires this Moodle version
$plugin
->
component
=
'tool_xmldb'
;
// Full name of the plugin (used for diagnostics)
Prev
1
2
3
4
5
…
16
Next
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