From 93c687c7a0092c4ee0cab5899043583f086e8277 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 24 Sep 2019 11:56:56 -0600 Subject: [PATCH 1/4] Update AccountTransformer --- app/Transformer/Api/AccountTransformer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Transformer/Api/AccountTransformer.php b/app/Transformer/Api/AccountTransformer.php index 53b49c38aa..47506410ef 100644 --- a/app/Transformer/Api/AccountTransformer.php +++ b/app/Transformer/Api/AccountTransformer.php @@ -40,6 +40,7 @@ public function transform(Profile $profile) 'fields' => [], 'bot' => false, 'website' => $profile->website, + 'software' => 'pixelfed', 'is_admin' => (bool) $is_admin, ]; } From 79c84e3c6172fcb6848130a3365b8c7114efa05d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 24 Sep 2019 11:58:47 -0600 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b3bfe2f8..401009710b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.10.3...dev) +### Added + +### Fixed + +### 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) - Added Api v1 controller [85835f5a](https://github.com/pixelfed/pixelfed/commit/85835f5a6712dea0562df4be897087de5305750f) From 402330a08dc8c00bccade53e6e002d6bd23cddd7 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 24 Sep 2019 12:03:38 -0600 Subject: [PATCH 3/4] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 401009710b..ec0abf9d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # 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 From 6549f0d13d11dc03f7ee15f794a0e5b7fb4cf8e0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 24 Sep 2019 12:04:09 -0600 Subject: [PATCH 4/4] Bump version to v0.10.5 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index bca9fcb958..ed10f11fcc 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ | This value is the version of your Pixelfed instance. | */ - 'version' => '0.10.3', + 'version' => '0.10.5', /* |--------------------------------------------------------------------------