Skip to content

Commit

Permalink
Merge pull request #1713 from pixelfed/staging
Browse files Browse the repository at this point in the history
v0.10.5
  • Loading branch information
dansup committed Sep 24, 2019
2 parents ca839e6 + 6549f0d commit f844158
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion 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)
Expand Down
1 change: 1 addition & 0 deletions app/Transformer/Api/AccountTransformer.php
Expand Up @@ -40,6 +40,7 @@ public function transform(Profile $profile)
'fields' => [],
'bot' => false,
'website' => $profile->website,
'software' => 'pixelfed',
'is_admin' => (bool) $is_admin,
];
}
Expand Down
2 changes: 1 addition & 1 deletion config/pixelfed.php
Expand Up @@ -23,7 +23,7 @@
| This value is the version of your Pixelfed instance.
|
*/
'version' => '0.10.3',
'version' => '0.10.5',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit f844158

Please sign in to comment.