Skip to content

Commit

Permalink
Raised version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Feb 16, 2022
1 parent 55f65cd commit 41a17ba
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 130 deletions.
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.5.0';
$version = '1.5.1';
$register = false;
$unregister = false;
$import_sql = false;
Expand Down
6 changes: 6 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ public function run()
$this->content[] = 'Sorting added to lists';
$this->content[] = 'Preferred names used instead of first name.';
$this->content[] = '</pre>';
case $this->compare('1.5.1'):
$this->content[] = '<pre>';
$this->content[] = '1.5.1';
$this->content[] = '-----------------------------';
$this->content[] = 'Fixed volunteer sorting';
$this->content[] = '</pre>';
}
return $this->content;
}
Expand Down
Loading

0 comments on commit 41a17ba

Please sign in to comment.