mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Bump version to v0.10.9
This commit is contained in:
parent
680e56b4fe
commit
c6185ceea1
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ return [
|
|||
| This value is the version of your Pixelfed instance.
|
||||
|
|
||||
*/
|
||||
'version' => '0.10.8',
|
||||
'version' => '0.10.9',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -221,7 +221,7 @@ return [
|
|||
|
|
||||
*/
|
||||
'user_invites' => [
|
||||
'enabled' => false, //env('PF_USER_INVITES', false),
|
||||
'enabled' => env('PF_USER_INVITES', false),
|
||||
'limit' => [
|
||||
'total' => (int) env('PF_USER_INVITES_TOTAL_LIMIT', 0),
|
||||
'daily' => (int) env('PF_USER_INVITES_DAILY_LIMIT', 0),
|
||||
|
|
Loading…
Reference in a new issue