Fix case-sensitive linking when $wgCapitalLinks is false.

This commit is contained in:
Daniel Kraus
2013-04-16 21:47:21 +02:00
parent 0f15be2fa8
commit 53ad020f1d
4 changed files with 38 additions and 6 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
LinkTitles 2.2.0: 2013-04-16
* Fix case-sensitive linking when $wgCapitalLinks is false.
LinkTitles 2.1.1: 2013-03-06
* Fix crashing bugs that occurred with older PHP versions (prior to 5.3).