1
0
Fork 0

Merge pull request #646 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2018-12-15 19:55:52 -07:00 committed by GitHub
commit 3907b444a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -5,11 +5,13 @@ namespace App\Listeners;
use DB, Cache;
use App\{
Follower,
Profile,
User,
UserFilter,
UserSetting
};
use Illuminate\Queue\InteractsWithQueue;
use App\Jobs\AvatarPipeline\CreateAvatar;
use Illuminate\Contracts\Queue\ShouldQueue;
class AuthLogin

View File

@ -23,7 +23,7 @@ return [
| This value is the version of your PixelFed instance.
|
*/
'version' => '0.5.7',
'version' => '0.5.8',
/*
|--------------------------------------------------------------------------