Merge pull request #1685 from pixelfed/staging

Bump version to v0.10.3
This commit is contained in:
daniel 2019-09-08 22:46:10 -06:00 committed by GitHub
commit fee8e7fa05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

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

View file

@ -12,7 +12,7 @@
A free and ethical photo sharing platform, powered by ActivityPub federation. A free and ethical photo sharing platform, powered by ActivityPub federation.
<p align="center"> <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> </p>
## Official Documentation ## Official Documentation

View file

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