We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13a39c commit 2d1860cCopy full SHA for 2d1860c
.travis.yml
@@ -11,7 +11,7 @@ php:
11
env:
12
global:
13
- PLUGIN=Registration
14
- - KANBOARD_REPO=https://github.com/fguillot/kanboard.git
+ - KANBOARD_REPO=https://github.com/kanboard/kanboard.git
15
matrix:
16
- DB=sqlite
17
- DB=mysql
Makefile
@@ -1,3 +1,5 @@
1
+plugin=Registration
2
+
3
all:
4
@ echo "Build archive for plugin ${plugin} version=${version}"
5
@ git archive HEAD --prefix=${plugin}/ --format=zip -o ${plugin}-${version}.zip
Plugin.php
@@ -47,7 +47,7 @@ public function getPluginAuthor()
47
48
public function getPluginVersion()
49
{
50
- return '1.0.4';
+ return '1.0.5';
51
}
52
53
public function getPluginHomepage()
0 commit comments