Skip to content

Commit

Permalink
raised version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Sep 28, 2017
1 parent a716eab commit e96f64a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boost/boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
* @author Matthew McNaney <mcnaney at gmail dot com>
*/
$proper_name = 'Counseling Check In';
$version = '2.2.1';
$version = '2.2.2';
$import_sql = false;
$image_dir = true;
11 changes: 8 additions & 3 deletions boost/update.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php


function counseling_update(&$content, $version)
{
switch ($version) {
Expand Down Expand Up @@ -61,8 +60,14 @@ function counseling_update(&$content, $version)
+ Added travis
</pre>
EOF;



case version_compare($version, '2.2.2', '<'):
$content[] = <<<EOF
<pre>2.2.2
--------------
+ Added new leave reason
</pre>
EOF;
}

return true;
Expand Down

0 comments on commit e96f64a

Please sign in to comment.