Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Dec 22, 2019
1 parent 83ed187 commit 7600ec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -8,9 +8,9 @@ services:
- mysql

php:
- 7.1
- 7.0
- 5.6
- 7.4
- 7.3
- 7.2

env:
global:
Expand Down
4 changes: 2 additions & 2 deletions Plugin.php
Expand Up @@ -55,7 +55,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.1.0';
return '1.1.1';
}

public function getPluginHomepage()
Expand All @@ -65,7 +65,7 @@ public function getPluginHomepage()

public function getCompatibleVersion()
{
return '>=1.0.44';
return '>=1.2.13';
}
}

0 comments on commit 7600ec1

Please sign in to comment.