1
0
Fork 0

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

Bump version to v0.9.6
This commit is contained in:
daniel 2019-07-10 19:02:59 -06:00 committed by GitHub
commit 8779214b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ class DiscoverController extends Controller
]);
$page = $request->input('page') ?? '1';
$end = $page > 1 ? $page * 9 : 1;
$end = $page > 1 ? $page * 9 : 0;
$tag = $request->input('hashtag');
$hashtag = Hashtag::whereName($tag)->firstOrFail();

View File

@ -23,7 +23,7 @@ return [
| This value is the version of your Pixelfed instance.
|
*/
'version' => '0.9.5',
'version' => '0.9.6',
/*
|--------------------------------------------------------------------------