We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8216ec1 commit 892b604Copy full SHA for 892b604
environment.xml
@@ -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
@@ -26,7 +26,7 @@
26
27
/** @var stdClass $plugin */
28
$plugin->version = 2016111600;
29
-$plugin->requires = 2016052301;
+$plugin->requires = 2015051100;
30
$plugin->component = 'local_aws_sdk';
31
$plugin->maturity = MATURITY_STABLE;
32
$plugin->release = '3.1.3 (Build: 20161114)';
0 commit comments