Merge pull request #1713 from pixelfed/staging

v0.10.5
This commit is contained in:
daniel 2019-09-24 12:07:45 -06:00 committed by GitHub
commit f8441580e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,17 @@
# Release Notes
## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.10.3...dev)
## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.10.4...dev)
### Added
- Added ```software``` back to AccountTransformer [93c687c7](https://github.com/pixelfed/pixelfed/commit/93c687c7)
### Fixed
- Fixed cache bug in privacy and terms pages [#1712](https://github.com/pixelfed/pixelfed/commit/fe522da8db7a8b0d7c18d405abcb885f8678f35c)
### Changed
## [v0.10.4 (2019-09-24)](https://github.com/pixelfed/pixelfed/compare/v0.10.3...v0.10.4)
### Added
- Added Welsh translations [#1706](https://github.com/pixelfed/pixelfed/pull/1706)

View File

@ -40,6 +40,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
'fields' => [],
'bot' => false,
'website' => $profile->website,
'software' => 'pixelfed',
'is_admin' => (bool) $is_admin,
];
}

View File

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