Sfoglia il codice sorgente

Bump version to v0.10.9

Daniel Supernault 5 anni fa
parent
commit
c6185ceea1
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      config/pixelfed.php

+ 2 - 2
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),