Skip to content

Releases: femiwiki/UnifiedExtensionForFemiwiki

v1.1.1

11 Jun 14:07
df1ba77
Compare
Choose a tag to compare
Release v1.1.1

v1.1.0

11 Jun 12:27
d80f09c
Compare
Choose a tag to compare
Release v1.1.0

v1.0.7

28 May 21:47
35b0483
Compare
Choose a tag to compare
  • Fix Call to a member function on null (#39)

v1.0.6

28 May 11:32
cec71fc
Compare
Choose a tag to compare
  • Update copied code to REL1_36.

v1.0.5

28 May 05:10
6c39278
Compare
Choose a tag to compare

Note: this version requires MediaWiki 1.36+. Earlier versions are no longer supported.
If you still use those versions of MediaWiki, please use REL1_35 branch instead of this release.

In addition, your LocalSettings.php must be update due to changes of [Dependency Injection] in MediaWiki 1.36:

$wgSpecialPages['Whatlinkshere'] = [
	'class' => 'SpecialOrderedWhatLinksHere',
	'services' => [
		'DBLoadBalancer',
		'LinkBatchFactory',
		'ContentHandlerFactory',
		'SearchEngineFactory',
		'NamespaceInfo',
	]
];

ENHANCEMENTS:

v1.0.4

30 Apr 05:20
77dc6c9
Compare
Choose a tag to compare
  • Fix "Undefined variable: nextNumber". (#30)

v1.0.3

16 Apr 07:32
6f942e8
Compare
Choose a tag to compare
  • Fix "Undefined variable: queryLimit". (#22)

v1.0.2

08 Jan 08:33
Compare
Choose a tag to compare
  • Improve CI.

v1.0.1

07 Oct 03:42
Compare
Choose a tag to compare
UnifiedExtensionForFemiwiki release

v1.0.0

26 Sep 02:22
Compare
Choose a tag to compare
UnifiedExtensionForFemiwiki Release