Skip to content

Commit b0a71cf

Browse files
committed
Updated for travis
1 parent 73bbcb6 commit b0a71cf

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

boost/boost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* @author Matthew McNaney <mcnaney at gmail dot com>
66
*/
77
$proper_name = 'Counseling Check In';
8-
$version = '2.2.0';
8+
$version = '2.2.1';
99
$import_sql = false;
1010
$image_dir = true;

boost/update.php

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,21 @@ function counseling_update(&$content, $version)
4848
$active->setDefault(1);
4949
$tbl2->create();
5050
$content[] = <<<EOF
51-
<pre>2.1.0
51+
<pre>2.2.0
5252
--------------
53-
+ Adding 'category' flag to visits, handles wait status now.
53+
+ Added location
54+
+ Removed grunt
55+
</pre>
56+
EOF;
57+
case version_compare($version, '2.2.1', '<'):
58+
$content[] = <<<EOF
59+
<pre>2.2.1
60+
--------------
61+
+ Added travis
5462
</pre>
5563
EOF;
64+
65+
5666
}
5767

5868
return true;

0 commit comments

Comments
 (0)