From aad2092c9a92ec2f05df661f94b9363a1968b33c Mon Sep 17 00:00:00 2001 From: Mara Karagianni Date: Mon, 24 Jun 2024 17:46:49 +0300 Subject: [PATCH] release v2406.3 --- CHANGELOG.md | 7 +++++++ changelog/_1111.md | 4 ---- package.json | 2 +- requirements/base.txt | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 changelog/_1111.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 509aa4799..3363a79b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.3 +### Changed + +- update a4 to aplus-v2406.3 +- use magic as fallback to detect image filetype if MIMEImage fails to detect + it. + ## v2406.2 ### Added diff --git a/changelog/_1111.md b/changelog/_1111.md deleted file mode 100644 index 2c3fe1709..000000000 --- a/changelog/_1111.md +++ /dev/null @@ -1,4 +0,0 @@ -### Changed - -- use magic as fallback to detect image filetype if MIMEImage fails to detect - it. diff --git a/package.json b/package.json index 8eb79cf67..d71474515 100644 --- a/package.json +++ b/package.json @@ -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#811c326dd71d09df65d8f2394cf0fbee66160877", + "adhocracy4": "git+https://github.com/liqd/adhocracy4#aplus-v2406.3", "autoprefixer": "10.4.19", "bootstrap": "5.2.3", "css-loader": "7.1.2", diff --git a/requirements/base.txt b/requirements/base.txt index 62984ed91..45946a37e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # A4 -git+https://github.com/liqd/adhocracy4.git@811c326dd71d09df65d8f2394cf0fbee66160877#egg=adhocracy4 +git+https://github.com/liqd/adhocracy4.git@aplus-v2406.3#egg=adhocracy4 # Additional requirements brotli==1.1.0