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

Bump version to v0.9.6
pull/1493/head v0.9.6
daniel 2019-07-10 19:02:59 -06:00 zatwierdzone przez GitHub
commit 8779214b0c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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