From 825e8d0e218b05ef1fedcabf9c806a7d697f2117 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Thu, 16 Oct 2025 06:41:12 +0000 Subject: [PATCH] Update package version to 1.16.7 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6c8ec78..bd07267 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -724,3 +724,10 @@ * Fix quotes not being displayed in email notifications ([#36379](https://github.com/tootsuite/mastodon/issues/36379) by [@diondiondion](https://github.com/diondiondion)) * Fix redirect to external object when URL is missing or malformed ([#36347](https://github.com/tootsuite/mastodon/issues/36347) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +[1.16.7] +* Update mastodon to 4.4.7 +* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.4.7) +* Fix forwarder being called with `nil` status when quote post is soft-deleted ([#36463](https://github.com/tootsuite/mastodon/issues/36463) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix moderation warning e-mails that include posts ([#36462](https://github.com/tootsuite/mastodon/issues/36462) by [@ClearlyClaire](https://github.com/ClearlyClaire)) +* Fix allow\_referrer\_origin typo ([#36460](https://github.com/tootsuite/mastodon/issues/36460) by [@ShadowJonathan](https://github.com/ShadowJonathan)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f5deb44..a4d2b2f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.16.6", + "version": "1.16.7", "upstreamVersion": "4.4.7", "healthCheckPath": "/about", "httpPort": 8000,