diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-12-23 18:15:52 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-12-23 18:15:52 +0000 |
commit | b367f22256edaa3536a7b2d6dea41fd472870181 (patch) | |
tree | 42d0eceee6638bf0e0573ebb1f4f430c5de55fe5 | |
parent | 6bce88b9e7876d32ea9146a580454053f0ef3790 (diff) | |
parent | 6126f203d3f11e3f97155757c73a4107a04e9544 (diff) | |
download | pleroma-b367f22256edaa3536a7b2d6dea41fd472870181.tar.gz pleroma-b367f22256edaa3536a7b2d6dea41fd472870181.zip |
Merge branch 'mergeback/2.5.0' into 'develop'
Mergeback: 2.5.0
See merge request pleroma/pleroma!3817
-rw-r--r-- | CHANGELOG.md | 18 | ||||
-rw-r--r-- | mix.exs | 2 |
2 files changed, 14 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0243e36..18da66e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +### Changed + +### Added + +### Fixed + +### Removed + +## 2.5.0 - 2022-12-23 + ### Removed - MastoFE +- Quack, the logging backend that pushes to Slack channels ### Changed -- **Breaking:** Elixir >=1.10 is now required (was >= 1.9) +- **Breaking:** Elixir >=1.11 is now required (was >= 1.9) - Allow users to remove their emails if instance does not need email to register - Uploadfilter `Pleroma.Upload.Filter.Exiftool` has been renamed to `Pleroma.Upload.Filter.Exiftool.StripLocation` - **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts` @@ -61,10 +72,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - RSS and Atom feeds for users work again - TwitterCard meta tags conformance -### Removed -- Quack, the logging backend that pushes to Slack channels - -## 2.4.5 - 2022-08-27 +## 2.4.5 - 2022-11-27 ## Fixed - Image `class` attributes not being scrubbed, allowing to exploit frontend special classes [!3792](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3792) @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.4.55"), + version: version("2.5.50"), elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |