Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
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.24.1
APP_VERSION=3.24.2

DATABASE_HOST=127.0.0.1
DATABASE_PORT=
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ third parties and associated maintenance burden.

## Licence

Copyright © 2008-2025 [XTools contributors](https://github.com/x-tools/xtools/graphs/contributors).
Copyright © 2008-2026 [XTools contributors](https://github.com/x-tools/xtools/graphs/contributors).

XTools source code is licensed under [GPL 3.0 or later](https://www.gnu.org/licenses/gpl-3.0.html).
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.24.2 ##
- (T418067) AutoEditsRepository: fix query for ?tool=.
- PagesCreated: encode page title in deletionsummary API calls.
- (T419426) Use user group icons of standard sizes.
- Localization updates.

## 3.24.1 ##
- (T414901) Escape uselang param when checking against project name, PR #615.
- Localization updates.
Expand Down
Loading