From 60f8eb9e9479afd40788f456c55c498a298f9903 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 8 Sep 2019 22:44:06 -0600 Subject: [PATCH 1/3] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9500e4b8..1fd743a76 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A free and ethical photo sharing platform, powered by ActivityPub federation.

- +

## Official Documentation From 06c34560e53771574f3f414b9765598eec01bebb Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 8 Sep 2019 22:45:17 -0600 Subject: [PATCH 2/3] Update .env.example --- .env.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index a0731890f..1dc6006a6 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' From 929ace22a9f91de7eae486010fd28b20c35af121 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 8 Sep 2019 22:45:35 -0600 Subject: [PATCH 3/3] Bump version to v0.10.3 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 17cc25e07..bca9fcb95 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', /* |--------------------------------------------------------------------------