From 2b178703156f63803fbd268bfe3dc1fcf401137d Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Fri, 23 Jan 2026 10:13:53 -0700 Subject: [PATCH 1/3] Bump version --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 610a24c60..72c8633f7 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "DynamicPageList4", - "version": "4.0.3", + "version": "4.0.4", "author": [ "Universal Omega", "..." From d17dac850149379c5515ea90e5f449aa221e1ea0 Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Fri, 23 Jan 2026 10:18:12 -0700 Subject: [PATCH 2/3] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 265c64df7..ec67fa667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 4.0.4 +* If the `alwaysCacheResults` config is enabled, then ignore a decreased `cacheperiod`. `cacheperiod` will still work for increasing the cache but it can not be decreased. This is to prevent bypassing the config by setting a very low `cacheperiod`. +* Fixed `namespace` and `notnamespace` to only skip invalid namespaces and not prevent any from being used if any invalid namespace is found at all. + # Version 4.0.3 * Fixes performance issue caused by version 4.0.1. * Replaced class namespace deprecated in MediaWiki 1.44. From 1f1e67207e25a364354fe0d1c55aad5a617ab49e Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Fri, 23 Jan 2026 10:18:48 -0700 Subject: [PATCH 3/3] Update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec67fa667..deb2cd05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Version 4.0.4 * If the `alwaysCacheResults` config is enabled, then ignore a decreased `cacheperiod`. `cacheperiod` will still work for increasing the cache but it can not be decreased. This is to prevent bypassing the config by setting a very low `cacheperiod`. -* Fixed `namespace` and `notnamespace` to only skip invalid namespaces and not prevent any from being used if any invalid namespace is found at all. +* Fixes `namespace` and `notnamespace` to only skip invalid namespaces and not prevent any from being used if any invalid namespace is found at all. # Version 4.0.3 * Fixes performance issue caused by version 4.0.1.