Skip to content

Commit

Permalink
Raised version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Aug 13, 2021
1 parent b811192 commit 618e26f
Show file tree
Hide file tree
Showing 4 changed files with 12 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.2';
$version = '1.4.3';
$register = false;
$unregister = false;
$import_sql = false;
Expand Down
9 changes: 9 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ public function run()
$this->content[] = '-----------------------------';
$this->content[] = 'Fixed email verification bug.';
$this->content[] = '</pre>';

case $this->compare('1.4.3'):
$this->content[] = '<pre>';
$this->content[] = '1.4.3';
$this->content[] = '-----------------------------';
$this->content[] = 'Fixed single day date setting.';
$this->content[] = 'Default report time is one week instead of one month';
$this->content[] = 'Added reset button';
$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.2",
"version": "1.4.3",
"description": "Tracks volunteer hours",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 618e26f

Please sign in to comment.