Skip to content

Commit

Permalink
Raised to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Feb 15, 2022
1 parent 06d2f49 commit 94730f3
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,7 +5,7 @@
*
*/
$proper_name = 'Volunteer Tracker';
$version = '1.4.4';
$version = '1.5.0';
$register = false;
$unregister = false;
$import_sql = false;
Expand Down
7 changes: 7 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ public function run()
$this->content[] = 'Added totalMinutes to CSV report.';
$this->content[] = 'Better time in and out format in report.';
$this->content[] = '</pre>';
case $this->compare('1.5.0'):
$this->content[] = '<pre>';
$this->content[] = '1.5.0';
$this->content[] = '-----------------------------';
$this->content[] = 'Sorting added to lists';
$this->content[] = 'Preferred names used instead of first name.';
$this->content[] = '</pre>';
}
return $this->content;
}
Expand Down

0 comments on commit 94730f3

Please sign in to comment.