Skip to content

Commit

Permalink
Rename CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Jan 8, 2017
1 parent c87d283 commit 40eb958
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,19 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.0.3';
return '1.0.4';
}

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()) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Author
Requirements
------------

- Kanboard >= 1.0.29
- Kanboard >= 1.0.37
- PHP >= 5.5
- Amazon AWS account

Expand Down
2 changes: 1 addition & 1 deletion Template/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<i class="fa fa-amazon fa-fw" aria-hidden="true"></i>
Amazon S3 Storage
</h3>
<div class="listing">
<div class="panel">
<?= $this->form->label(t('AWS S3 region'), 'aws_s3_region') ?>
<?= $this->form->text('aws_s3_region', $values) ?>

Expand Down

0 comments on commit 40eb958

Please sign in to comment.