Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ APP_SECRET=ThisTokenIsNotSoSecretChangeIt
TRUSTED_PROXIES=172.16.0.0/21,172.16.8.0/21,172.16.16.0/21,2a02:ec80:a000:1::/64
###< symfony/framework-bundle ###

APP_VERSION=3.22.4
APP_VERSION=3.23.0

DATABASE_HOST=127.0.0.1
DATABASE_PORT=
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes #

## 3.23.0 ##
- (T400929) Upgrade to Symfony 6.4 and PHP 8.2, update dependencies.
- CategoryEdits: update queries following schema changes, improve performance.
- (T413013) Disable CheckWiki errors.
- Localization updates.

## 3.22.4 ##
- AdminScore (T410809): Fix null argument to str_replace.
- EditCounter (T411310): Fix last interval in edit size histogram.
Expand Down
Loading