Skip to content

Commit 62673cb

Browse files
committedApr 15, 2014
ELIS-8730: Update version releases & build dates
1 parent 705203e commit 62673cb

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed
 

‎classes/plugininfo/dhimport.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ public static function get_plugins($plugintype, $plugintyperootdir, $plugintypec
8181
$fileplugins = get_plugin_list('dhimport');
8282

8383
foreach ($fileplugins as $pluginname => $pluginpath) {
84-
if (!file_exists("{$pluginpath}/version.php")) {
85-
// Test/sample directories false-positive.
84+
if (in_array($pluginname, array('sample', 'header', 'multiple'))) {
85+
// Filter-out bogus plugins
8686
continue;
8787
}
8888

‎exportplugins/version1/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
*/
2525

2626
$plugin->version = 2014030700;
27-
$plugin->release = '2.6.1.0 (Build: 20140307)';
27+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎exportplugins/version1elis/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
*/
2626

2727
$plugin->version = 2014030700;
28-
$plugin->release = '2.6.1.0 (Build: 20140307)';
28+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎fileplugins/csv/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->version = 2014030700;
29-
$plugin->release = '2.6.1.0 (Build: 20140307)';
29+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎fileplugins/log/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->version = 2014030700;
29-
$plugin->release = '2.6.1.0 (Build: 20140307)';
29+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎importplugins/header/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->version = 2014030700;
29-
$plugin->release = '2.6.1.0 (Build: 20140307)';
29+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎importplugins/multiple/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->version = 2014030700;
29-
$plugin->release = '2.6.1.0 (Build: 20140307)';
29+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎importplugins/sample/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->version = 2014030700;
29-
$plugin->release = '2.6.1.0 (Build: 20140307)';
29+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎importplugins/version1/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
*/
2525

2626
$plugin->version = 2014030701;
27-
$plugin->release = '2.6.1.1 (Build: 20140324)';
27+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎importplugins/version1elis/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
*/
2626

2727
$plugin->version = 2014030701;
28-
$plugin->release = '2.6.1.1 (Build: 20140324)';
28+
$plugin->release = '2.6.1.1 (Build: 20140415)';

‎version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
$plugin->version = 2014030700;
2929
$plugin->requires = 2013111801.11; // Requires this Moodle version
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '2.6.1.0 (Build: 20140307)';
31+
$plugin->release = '2.6.1.1 (Build: 20140415)';
3232
$plugin->dependencies = array(
3333
'local_eliscore' => 2014030700
3434
);

0 commit comments

Comments
 (0)
Please sign in to comment.