From d5aa948900bd70cd794334824a74be7d87533421 Mon Sep 17 00:00:00 2001 From: MusikAnimal Date: Fri, 3 May 2024 09:54:26 +0300 Subject: [PATCH] 3.19.1 version bump --- .env | 2 +- RELEASE_NOTES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 52ccad5cc..bc49635ec 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ TRUSTED_PROXIES=172.16.0.0/21 #TRUSTED_HOSTS= ###< symfony/framework-bundle ### -APP_VERSION=3.19.0 +APP_VERSION=3.19.1 DATABASE_HOST=127.0.0.1 DATABASE_PORT= diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d05316dd5..047edb5a0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes # +## 3.19.1 ## +- (T318036): Don't put login wall in front of allowlisted actions +- SimpleEditCounter (T318036): Use APP_MAX_USER_EDITS instead of dedicated constant +- RateLimitSubscriber: lower thresholds for auto-blocking possible web crawlers +- Localization updates. + ## 3.19.0 ## - (T318036) Require login to query for users with high edit counts. - EditCounter (T292031): ensure keys for `month_counts` endpoint are strings.