Skip to content

Commit

Permalink
v1.0.2 (#4)
Browse files Browse the repository at this point in the history
* Update SDK dependency

* Update changelog and docs

* Update changelog
  • Loading branch information
tobytwigger authored Feb 5, 2020
1 parent 195391e commit 57d4323
Show file tree
Hide file tree
Showing 7 changed files with 416 additions and 120 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2] - (05/02/2020)

### Changed
- Updated Dependencies

## [1.0.1] - (17/01/2020)

Expand Down
4 changes: 0 additions & 4 deletions app/Http/Controllers/Auth/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ protected function create(array $data)
$controlUser = app(\BristolSU\ControlDB\Contracts\Repositories\User::class)->create($dataUser->id());

$databaseUser = app(UserRepository::class)->create([
'forename' => $data['first_name'],
'surname' => $data['last_name'],
'email' => $data['email'],
'student_id' => '',
'control_id' => $controlUser->id()
]);
$databaseUser->email_verified_at = Carbon::now();
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "GPL-3.0-or-later",
"require": {
"php": "^7.2",
"bristol-su/support": "^1.0",
"bristol-su/support": "^2.0",
"bristol-su/upload-file": "dev-master",
"bristol-su/typeform": "dev-master",
"fideloper/proxy": "^4.0",
Expand Down
Loading

0 comments on commit 57d4323

Please sign in to comment.