Skip to content

Commit

Permalink
Raises version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Apr 13, 2022
1 parent 561a3c7 commit 926ac08
Show file tree
Hide file tree
Showing 4 changed files with 12 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,7 +5,7 @@
*
*/
$proper_name = 'Volunteer Tracker';
$version = '1.6.0';
$version = '1.6.1';
$register = false;
$unregister = false;
$import_sql = false;
Expand Down
8 changes: 8 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ public function run()
$this->v160();
$this->content[] = 'Added quick log email links for volunteers.';
$this->content[] = 'Add quick log option for sponsors.';
$this->content[] = 'Added QR code to sponsors.';
$this->content[] = '</pre>';
case $this->compare('1.6.1'):
$this->content[] = '<pre>';
$this->content[] = '1.6.1';
$this->content[] = '-----------------------------';
$this->content[] = 'Adds refresh option in Volunteer screen';
$this->content[] = 'Allows searching by Banner ID';
$this->content[] = '</pre>';
}
return $this->content;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volunteer",
"version": "1.6.0",
"version": "1.6.1",
"description": "Tracks volunteer hours",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 926ac08

Please sign in to comment.