Browse Source

Merge pull request #1685 from pixelfed/staging

Bump version to v0.10.3
daniel 5 năm trước cách đây
mục cha
commit
fee8e7fa05
3 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 2 3
      .env.example
  2. 1 1
      README.md
  3. 1 1
      config/pixelfed.php

+ 2 - 3
.env.example

@@ -54,10 +54,9 @@ ACTIVITYPUB_SHAREDINBOX=false
 # Set these "true" to enable federation.
 # You might need to also run:
 #   php artisan cache:clear
-#   php artisan optimize:clear
-#   php artisan optimize
+#   php artisan config:cache
 
-PF_COSTAR_ENABLED=true
+PF_COSTAR_ENABLED=false
 CS_BLOCKED_DOMAINS='gab.com,gab.ai,develop.gab.com'
 CS_CW_DOMAINS='switter.at'
 CS_UNLISTED_DOMAINS='example.org,example.net,example.com'

+ 1 - 1
README.md

@@ -12,7 +12,7 @@
 A free and ethical photo sharing platform, powered by ActivityPub federation.
 
 <p align="center">
-<img src="https://pixelfed.nyc3.cdn.digitaloceanspaces.com/media/Screen%20Shot%202019-02-05%20at%206.34.59%20PM.png">
+<img src="https://pixelfed.nyc3.cdn.digitaloceanspaces.com/media/Screen%20Shot%202019-09-08%20at%2010.40.54%20PM.png">
 </p>
 
 ## Official Documentation

+ 1 - 1
config/pixelfed.php

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