Skip to content

Commit

Permalink
Raised version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Aug 12, 2021
1 parent 22ed790 commit b07334b
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 321 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.4.0';
$version = '1.4.1';
$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 @@ -113,6 +113,13 @@ public function run()
$this->content[] = 'Non-student visitors can now log in.';
$this->content[] = 'Volunteers last log and number of visits is tracked.';
$this->content[] = '</pre>';

case $this->compare('1.4.1'):
$this->content[] = '<pre>';
$this->content[] = '1.4.1';
$this->content[] = '-----------------------------';
$this->content[] = 'Volunteer name added to kiosk output.';
$this->content[] = '</pre>';
}
return $this->content;
}
Expand Down
Loading

0 comments on commit b07334b

Please sign in to comment.