Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b74b3b
)
MDL-47494 ddimageortext: Bump version for 1.8 release.
author
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 11 May 2015 06:38:24 +0000
(07:38 +0100)
committer
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 11 May 2015 06:38:24 +0000
(07:38 +0100)
question/type/ddimageortext/version.php
patch
|
blob
|
blame
|
history
diff --git
a/question/type/ddimageortext/version.php
b/question/type/ddimageortext/version.php
index
18333e8
..
8ea598a
100644
(file)
--- a/
question/type/ddimageortext/version.php
+++ b/
question/type/ddimageortext/version.php
@@
-24,12
+24,12
@@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 201
41112
00;
+$plugin->version = 201
50510
00;
$plugin->requires = 2013101800;
$plugin->cron = 0;
$plugin->component = 'qtype_ddimageortext';
$plugin->maturity = MATURITY_STABLE;
-$plugin->release = '1.
6
for Moodle 2.6+';
+$plugin->release = '1.
8
for Moodle 2.6+';
$plugin->dependencies = array(
'qtype_gapselect' => 2014111200,