v1.12.1
This release encompasses hotfixes that we had to perform in the course of the 29th of April 2024. Note that on top of that, media was not accessible in MaMpf in the evening due to an expired certificate of our media server (the latter problem is still currently worked on).
Hotfixes
- Add a missing key in a locale file (see #630)
- Set the
raise_on_missing_translations
config option back tofalse
(see #631). We have set it totrue
in the upgrade to Rails 7.1 (see #609). However, this has caused troubles in production that we have to further investigate, so we disabled it for now. - Downgrade Rack to
2.2.9
(see #632). This is because the new version produces an incorrect parameter hash for our controllers that contain nested forms. Will have to investigate further, so for now we downgraded Rack. For the root cause, see rack/rack#2128.
Complete list of PRs
- Hotfix: Add missing key in locale file by @fosterfarrell9 in #630
- Hotfix: Set raise_on_missing_translations flag to false by @fosterfarrell9 in #631
- Hotfix: Downgrade Rack to 2.2.9 by @fosterfarrell9 in #632
Full Changelog: v1.12.0...v1.12.1