From 3ed6ca43f6175ef89375c675301bbfa16280b962 Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Mon, 10 Feb 2025 14:04:20 -0700 Subject: [PATCH] Add link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f866a65..472ba899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.