Skip to content

Commit

Permalink
Version raised to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Sep 27, 2021
1 parent c05a0e7 commit 4ba68b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.3';
$version = '1.4.4';
$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 @@ -136,6 +136,13 @@ public function run()
$this->content[] = 'Default report time is one week instead of one month';
$this->content[] = 'Added reset button';
$this->content[] = '</pre>';
case $this->compare('1.4.4'):
$this->content[] = '<pre>';
$this->content[] = '1.4.4';
$this->content[] = '-----------------------------';
$this->content[] = 'Added totalMinutes to CSV report.';
$this->content[] = 'Better time in and out format in report.';
$this->content[] = '</pre>';
}
return $this->content;
}
Expand Down
2 changes: 1 addition & 1 deletion 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.4.3",
"version": "1.4.4",
"description": "Tracks volunteer hours",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4ba68b6

Please sign in to comment.