diff --git a/.env b/.env index 5e36ebafc..7b36e640b 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ TRUSTED_PROXIES=172.16.0.0/21,172.16.8.0/21,172.16.16.0/21,2a02:ec80:a000:1::/64 #TRUSTED_HOSTS= ###< symfony/framework-bundle ### -APP_VERSION=3.22.1 +APP_VERSION=3.22.2 DATABASE_HOST=127.0.0.1 DATABASE_PORT= diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4c7bc6a7e..46d74586d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,19 @@ # Release Notes # +## 3.22.2 ## +- PageInfo (T407814): Fix the "Top 10 by added text" chart following the removal of + the rev_sha1 column. +- TopEdits (T407814): Temporarily disable sha1-based revert detection following the + removal of the rev_sha1 column. +- PageInfo (T330941): Fix interwiki links of imported revisions. +- (T226307): Fix error messages and codes for DB timeouts. +- EditCounter (T284876): Integrate FlaggedRevs in protection counts. +- EditCounter (T342402): Add approximate (semi-)automated edit count using tags. +- EditCounter: Fix interaction between external legend and log checkbox with flexbox. +- Edit (T408332): Fix link regex, titles cannot have [] +- (T393120) Remove obsolete i18n messages. +- Localization updates. + ## 3.22.1 ## - PageInfo (T402709): fix encoding errors in subpage count. - PageInfoApi: ensure rev_timestamp is a number