Skip to content

Commit

Permalink
release v2406.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ra authored and goapunk committed Jun 27, 2024
1 parent 206aba2 commit 1aae959
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
Since version v2306 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2406.4
### Changed

- update a4 to aplus-v2406.4
- added djangos cookie settings to the language cookie in our custom middleware

### Fixed

- fix mixed language when changing the language via the indicator as a logged in
user
- add missing blocktrans to account deletion email so it can be translated.
- add missing template for password_set view

## v2406.3
### Changed

Expand Down
8 changes: 0 additions & 8 deletions changelog/2719.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/2720.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/2721.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fortawesome/fontawesome-free": "5.15.4",
"@maplibre/maplibre-gl-leaflet": "0.0.20",
"@react-leaflet/core": "^2.1.0",
"adhocracy4": "git+https://github.com/liqd/adhocracy4#aplus-v2406.3",
"adhocracy4": "git+https://github.com/liqd/adhocracy4#aplus-v2406.4",
"autoprefixer": "10.4.19",
"bootstrap": "5.2.3",
"css-loader": "7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A4
git+https://github.com/liqd/adhocracy4.git@aplus-v2406.3#egg=adhocracy4
git+https://github.com/liqd/adhocracy4.git@aplus-v2406.4#egg=adhocracy4

# Additional requirements
brotli==1.1.0
Expand Down

0 comments on commit 1aae959

Please sign in to comment.