Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
eberhardtm committed Mar 15, 2019
1 parent 9982496 commit 436017d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.2';
$version = '2.3.1';
$import_sql = false;
$image_dir = true;
7 changes: 7 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ function counseling_update(&$content, $version)
--------------
+ Added new leave reason
</pre>
EOF;
case version_compare($version, '2.3.1', '<'):
$content[] = <<<EOF
<pre>2.3.1
--------------
+ Added react-fontawesome
</pre>
EOF;
}

Expand Down

0 comments on commit 436017d

Please sign in to comment.