Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 10, 2025
1 parent 53e995c commit 3ed6ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ Many thanks to GreenReaper on GitHub for reporting and finding issues with core
* 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.
* 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 https://github.com/Universal-Omega/DynamicPageList3/issues/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 3ed6ca4

Please sign in to comment.