Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Sep 21, 2020
1 parent 97c0827 commit 001429c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boost/boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @license https://opensource.org/licenses/MIT
*/
$proper_name = 'Conference';
$version = '1.4.6';
$version = '1.4.7';
$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 @@ -237,6 +237,14 @@ public function run()
$this->content[] = '------------------------';
$this->content[] = '- NPM package updates';
$this->content[] = '</pre>';

case $this->compare('1.4.7'):
$this->content[] = '<pre>';
$this->content[] = '1.4.7';
$this->content[] = '------------------------';
$this->content[] = '- NPM package updates';
$this->content[] = '- Fixed Session admin bugs';
$this->content[] = '</pre>';
}
return $this->content;
}
Expand Down

0 comments on commit 001429c

Please sign in to comment.