diff --git a/.env b/.env index dd6e9c51e..8afd37d59 100644 --- a/.env +++ b/.env @@ -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= diff --git a/README.md b/README.md index 634146487..954b241ac 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ea4d23c31..721ea0941 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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.