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 @@ -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=
Expand Down
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading