Skip to content

Commit

Permalink
Update CHANGELOG for 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 10, 2025
1 parent 720e374 commit 53e995c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,3 +829,12 @@ Many thanks to GreenReaper on GitHub for reporting and finding issues with core
* Many bug fixes
* Renamed maintenance scripts to be able to use AutoloadNamespaces
* Added `--recreate` option to CreateView maintenance script to be able to drop and recreate the view if necessary.

# Version 3.6.1
* Fixed `showcurid` output by switching from `getLinkURL()` to `getFullURL()`.
* Fixed `%TOTALPAGES%` caching so that the count doesn't get lost when cache is updated.
* Fixed all `Generic.Files.LineLength.TooLong` PHPCS violations by splitting long lines and enabled the check.
* Moved `linkstoexternal` to a new level 5 richness level. This should never really be used. It is meant to disable the functionality for it. It is incompatible with MediaWiki 1.41+ (see #274). Hopefully we can have a fix for this eventually, if we cannot this will likely be completely removed in a future release.
* Replaced the deprecated `ExtVariables::VERSION` with using `ExtensionRegistry` to check if the Variables extension is installed.
* Replaced usages of `intval()` with `(int)` in all remaining places within this extension. This was started in version 3.5.0 and completed in this version.
* Replaced usages of `boolval()` with `(bool)` throughout the entire extension.

0 comments on commit 53e995c

Please sign in to comment.