From 81f5ef4847194e4c2820b6e74df430dac32a5d3c Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Wed, 11 Oct 2023 16:32:43 +0100 Subject: [PATCH] Bump Alaveteli to 0.43.2.0 --- config/initializers/alaveteli.rb | 2 +- doc/CHANGES.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index 2569891a08..c919a9ce0d 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -10,7 +10,7 @@ load "util.rb" # Application version -ALAVETELI_VERSION = '0.43.1.0' +ALAVETELI_VERSION = '0.43.2.0' # Add new inflection rules using the following format # (all these examples are active by default): diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 3e7982420a..9a2dd99e3f 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,18 @@ +# 0.43.2.0 + +## Highlighted Features + +* Fix loading of custom request state defined in themes (Laurent Savaete, Graeme + Porteous) +* Updated translations from Transifex (Graeme Porteous) + +## Upgrade Notes + +* _Note:_ Since 0.43.0.0 with the bump to Rails 7 we are now using a new Ruby + code autoloader. Theme maintainers might need to change non-default Ruby files + or apply a change similar to the one made in this release to fix loading + custom request states. See: https://github.com/mysociety/alaveteli/pull/7951 + # 0.43.1.0 ## Highlighted Features