Merge branch 'release-4.0.6' into develop

This commit is contained in:
Daniel Kraus
2016-12-28 12:58:22 +01:00
4 changed files with 13 additions and 3 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Version 4.0.6 (2016-12-28)
------------------------------------------------------------------------
- Fix: Custom namespace weights were not respected.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Version 4.0.5 (2016-12-14) Version 4.0.5 (2016-12-14)
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@ -27,3 +27,4 @@ Contributors
- Daniel Kraus (@bovender), main developer - Daniel Kraus (@bovender), main developer
- Ulrich Strauss (@c0nnex), namespaces - Ulrich Strauss (@c0nnex), namespaces
- Brent Laabs (@labster), bug fixes

View File

@ -2,11 +2,12 @@
"name": "LinkTitles", "name": "LinkTitles",
"author": [ "author": [
"[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus (bovender)]", "[https://www.mediawiki.org/wiki/User:Bovender Daniel Kraus (bovender)]",
"Ulrich Strauss (c0nnex)" "Ulrich Strauss (c0nnex)",
"Brent Laabs (labster)"
], ],
"type": "parserhook", "type": "parserhook",
"url": "https://www.mediawiki.org/wiki/Extension:LinkTitles", "url": "https://www.mediawiki.org/wiki/Extension:LinkTitles",
"version": "4.0.5", "version": "4.0.6",
"license-name": "GPL-2.0+", "license-name": "GPL-2.0+",
"descriptionmsg": "linktitles-desc", "descriptionmsg": "linktitles-desc",
"requires": { "requires": {