diff --git a/.env.example b/.env.example index a0731890fc2f165fa26ce92c43291d7c5fc721b8..1dc6006a68b89f6c8431400965230e9ae9812d44 100644 --- a/.env.example +++ b/.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' diff --git a/README.md b/README.md index e9500e4b83f8851855325af07e52421b7aab9fdb..1fd743a76e26318b44ccf6e411d680a83c592451 100644 --- a/README.md +++ b/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 diff --git a/config/pixelfed.php b/config/pixelfed.php index 17cc25e07a0600b8af279f383766a612791c823c..bca9fcb95861889d0d407e953a3affb561804a48 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.2', + 'version' => '0.10.3', /* |--------------------------------------------------------------------------