From 40eb9581b4045987631a112a3a81b297dd3eb0c4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 8 Jan 2017 18:51:58 -0500 Subject: [PATCH] Rename CSS class --- Plugin.php | 7 ++++++- README.md | 2 +- Template/config.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Plugin.php b/Plugin.php index bdcaf23..9773549 100644 --- a/Plugin.php +++ b/Plugin.php @@ -52,7 +52,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '1.0.3'; + return '1.0.4'; } public function getPluginHomepage() @@ -60,6 +60,11 @@ public function getPluginHomepage() return 'https://github.com/kanboard/plugin-s3'; } + public function getCompatibleVersion() + { + return '>=1.0.37'; + } + public function isConfigured() { if (!$this->getAwsAccessKey() || !$this->getAwsSecretKey() || !$this->getAwsRegion() || !$this->getAwsBucket()) { diff --git a/README.md b/README.md index 8085520..f1971d9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Author Requirements ------------ -- Kanboard >= 1.0.29 +- Kanboard >= 1.0.37 - PHP >= 5.5 - Amazon AWS account diff --git a/Template/config.php b/Template/config.php index 6748c53..20093e9 100644 --- a/Template/config.php +++ b/Template/config.php @@ -2,7 +2,7 @@ Amazon S3 Storage -
+
form->label(t('AWS S3 region'), 'aws_s3_region') ?> form->text('aws_s3_region', $values) ?>