Skip to content

Commit e196f04

Browse files
Bump version
1 parent 887224e commit e196f04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 4.0.4
2+
* 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`.
3+
* Fixes `namespace` and `notnamespace` to only skip invalid namespaces and not prevent any from being used if any invalid namespace is found at all.
4+
15
# Version 4.0.3
26
* Fixes performance issue caused by version 4.0.1.
37
* Replaced class namespace deprecated in MediaWiki 1.44.

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DynamicPageList4",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"author": [
55
"Universal Omega",
66
"..."

0 commit comments

Comments
 (0)