Skip to content

Commit

Permalink
fixes for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Jan 25, 2020
1 parent f4a8cf9 commit 8805176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions data/bootstrap.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INSERT INTO `user` (`User_ID`, `username`, `full_name`, `email`, `password`, `authkey`, `xp_level`, `xp_total`, `xp_current`, `is_backend_user`, `mobile`, `password_reset_token`, `password_reset_date`, `items_per_page`, `button_icon_position`, `form_label_spacing`, `theme`) VALUES
(NULL, 'travis', 'Travis Test User', 'travis@1plc.ch', '$2y$10$vcHtipwvo16PsMVQlFyJIu/rhGe5LYsCRdqqQ/X5De7nHbpwQaJcS', '', '1', '0', '0', '1', '', NULL, NULL, '25', 'left', '8', 'default');
4 changes: 2 additions & 2 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class Module
/**
* Module Version
*
* @since 1.0.4
* @since 1.0.5
*/
const VERSION = '1.0.4';
const VERSION = '1.0.5';

/**
* Load module config file
Expand Down

0 comments on commit 8805176

Please sign in to comment.