Skip to content

Commit 892b604

Browse files
author
Darko Miletic
committed
INT-11392 local_aws_sdk: Downgraded required Moodle version to 2.9 and added environment check
1 parent 8216ec1 commit 892b604

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

environment.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<COMPATIBILITY_MATRIX>
3+
<PLUGIN name="local_aws_sdk">
4+
<PHP version="5.5" level="required" />
5+
</PLUGIN>
6+
</COMPATIBILITY_MATRIX>

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
/** @var stdClass $plugin */
2828
$plugin->version = 2016111600;
29-
$plugin->requires = 2016052301;
29+
$plugin->requires = 2015051100;
3030
$plugin->component = 'local_aws_sdk';
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->release = '3.1.3 (Build: 20161114)';

0 commit comments

Comments
 (0)