Version 0.0.16.3
Just a quick hotfix with a styleci.io fix -----BEGIN PGP SIGNATURE----- iH4EABMKAAYFAlg4ZewACgkQGyx2r7FshZumCwF/Y5RNSK3VG5BUMeEqsJP/egxc gOs59qBtvO3BMnerXfipUTyTQZVpK0G2ClOxO9sHAYDwfuwKuulPobvyKq4rpXsL m4JuZ5m2GHt+TJwJwQQwJO1wXvrkKQ4PHgY+aoDW6Ys= =qqOT -----END PGP SIGNATURE----- Merge tag 'v0.0.16.3' into develop Version 0.0.16.3 Just a quick hotfix with a styleci.io fix
This commit is contained in:
commit
d439dd973d
2 changed files with 4 additions and 1 deletions
|
@ -89,7 +89,7 @@ class ContactsAdminController extends Controller
|
|||
$contact->nick = $request->input('nick');
|
||||
$contact->homepage = $request->input('homepage');
|
||||
$contact->twitter = $request->input('twitter');
|
||||
$contact->facebook =$request->input('facebook');
|
||||
$contact->facebook = $request->input('facebook');
|
||||
$contact->save();
|
||||
|
||||
if ($request->hasFile('avatar')) {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Version 0.0.16.3 (2016-11-25)
|
||||
- StyleCI fix
|
||||
|
||||
## Version 0.0.16.2 (2016-11-25)
|
||||
- improved contact h-cards
|
||||
- Better look in /contacts
|
||||
|
|
Loading…
Add table
Reference in a new issue