mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
commit
f8441580e3
3 changed files with 14 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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)
|
||||
|
|
|
@ -40,6 +40,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
|
|||
'fields' => [],
|
||||
'bot' => false,
|
||||
'website' => $profile->website,
|
||||
'software' => 'pixelfed',
|
||||
'is_admin' => (bool) $is_admin,
|
||||
];
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ return [
|
|||
| This value is the version of your Pixelfed instance.
|
||||
|
|
||||
*/
|
||||
'version' => '0.10.3',
|
||||
'version' => '0.10.5',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue