From c6185ceea1b502261af7f52ea43bb2be9aded524 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 17 Apr 2020 19:57:16 -0600 Subject: [PATCH] Bump version to v0.10.9 --- config/pixelfed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 215cc7a12..06a45a952 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -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),