Bump version
This commit is contained in:
@@ -55,7 +55,7 @@ class Plugin extends Base
|
|||||||
|
|
||||||
public function getPluginVersion()
|
public function getPluginVersion()
|
||||||
{
|
{
|
||||||
return '1.0.0';
|
return '1.0.1';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getPluginHomepage()
|
public function getPluginHomepage()
|
||||||
@@ -65,7 +65,7 @@ class Plugin extends Base
|
|||||||
|
|
||||||
public function getCompatibleVersion()
|
public function getCompatibleVersion()
|
||||||
{
|
{
|
||||||
return '>=1.0.42';
|
return '>=1.0.44';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Author
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- Kanboard >= 1.0.42
|
- Kanboard >= 1.0.44
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
@@ -24,3 +24,4 @@ You have the choice between 3 methods:
|
|||||||
3. Clone this repository into the folder `plugins/Calendar`
|
3. Clone this repository into the folder `plugins/Calendar`
|
||||||
|
|
||||||
Note: Plugin folder is case-sensitive.
|
Note: Plugin folder is case-sensitive.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user